RD_CR_TEAM_VW(SQL View) |
Index Back |
---|---|
Call Reports as Sales User.Call Reports as Sales Manager (Opportunity Owner's Manager). View. Used for Data Distribution rules in Call Report List page. |
SELECT T.CALL_REPORT_ID ,T.SYNCID , T.SYNCDTTM , M.PERSON_ID_MANAGER FROM PS_RD_CALL_REPORT T , PS_RD_CALLRPT_TXN TA , PS_RSF_OPPORTUNITY OPP , PS_RSF_ACC_MGR_VW M WHERE T.CALL_REPORT_ID = TA.CALL_REPORT_ID AND TA.REL_TXN_SYNCID = OPP.SYNCID AND OPP.PERSON_ID = M.PERSON_ID AND T.APPLICATION_USAGE IN ('SALS') |
# | 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. |
2 | 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. |
3 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
4 | PERSON_ID_MANAGER | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |