RSF_CUST_CONT_V(SQL View) |
Index Back |
---|---|
For Deep searching on PhoneView for Deep searching on Phone |
SELECT R.SYNCID , A.PHONE FROM PS_BO_REL R , PS_BO_SRCH_PHN 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 A.BO_REL_ID > 0 AND R.BO_REL_ID = A.BO_REL_ID AND A.PHONE <> ' ' |
# | 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 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |