RDM_CR_COMP_VW

(SQL View)
Index Back

Company Call Report View

Call Report directly linked to Company. Used in mobile.

SELECT TX.CALL_REPORT_ID , C.BO_ID , T.DESCR30 , T.CALL_REPORT_DATE , T.CALLRPT_EVENT_TYPE , T.CALLRPT_LOCATION , BO.BO_NAME , TX.SYNCID , TX.SYNCDTTM FROM PS_RD_CALL_REPORT T , PS_RD_CALLRPT_TXN TX , PS_RD_COMPANY C , PS_BO BO WHERE TX.REL_TXN_SYNCID = C.SYNCID AND TX.RB_TRANSACTION_ID = 'COMPANY' AND T.CALL_REPORT_ID = TX.CALL_REPORT_ID AND C.BO_ID = BO.BO_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CALL_REPORT_ID Number(15,0) DECIMAL(15) NOT NULL Unique Identifier for Call Reports.

Default Value: 99999999

2 BO_ID_COMPANY Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
3 DESCR30 Character(30) VARCHAR2(30) NOT NULL Subject
4 CALL_REPORT_DATE Date(10) DATE Date

Default Value: %date

5 CALLRPT_EVENT_TYPE Character(4) VARCHAR2(4) NOT NULL Call Report Event Type. Translate values: Meeting, Phone or Other.
MTG=Face to Face Meeting
OTHE=Other
PHON=Telephone

Default Value: MTG

6 CALLRPT_LOCATION Character(30) VARCHAR2(30) NOT NULL Location of the meeting being documented in the Call Report.
7 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
8 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
9 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time