RB_TSK_CNT_BO_V(SQL View) |
Index Back |
---|---|
BO View for Task ContactsBO View for Task Contacts - Used to find BO's referenced by tasks in Advanced Mobile |
SELECT DISTINCT B.SYNCID , MAP.OPRID FROM PS_RAM_MAP_TSK MAP , PS_RB_TSK_CNTCT CNTCT , PS_BO B WHERE MAP.TASK_ID = CNTCT.TASK_ID AND ( CNTCT.BO_ID_PERSON = B.BO_ID OR CNTCT.BO_ID_CUST = B.BO_ID OR CNTCT.BO_ID_CONTACT = B.BO_ID ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |