RD_CR_CMPNY_VW(SQL View) |
Index Back |
---|---|
Call Report for CustomerCall Report for Customer (Company, Person) |
SELECT BO.BO_ID ,A.CALL_REPORT_ID ,BO.BO_NAME , A.SYNCID , A.SYNCDTTM FROM PS_RD_CALL_REPORT A , PS_RD_CALLRPT_TXN TXN , PS_BO BO , PS_RD_COMPANY CO WHERE A.CALL_REPORT_ID = TXN.CALL_REPORT_ID AND TXN.REL_TXN_SYNCID = CO.SYNCID AND BO.BO_ID = CO.BO_ID AND TXN.RB_TRANSACTION_ID = 'COMPANY' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | CALL_REPORT_ID | Number(15,0) | DECIMAL(15) NOT NULL | Unique Identifier for Call Reports. |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
4 | 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. |
5 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |