RSF_CONT_ID_VW(SQL View) |
Index Back |
---|---|
Contact ID ViewContact ID View for Contact List Deep Query |
SELECT R.SYNCID , A.CUST_ID FROM PS_BO_REL R , PS_BC A WHERE R.ROLE_TYPE_ID_1 = 8 AND R.ROLE_TYPE_ID_2 IN (2,9) AND R.REL_TYPE_ID IN (9,10,11,12,13,14) AND R.START_DT <= %CurrentDateIn AND R.END_DT > %CurrentDateIn AND R.BO_ID_2 = A.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 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |