RDM_C_LST_SRCH(SQL View) |
Index Back |
---|---|
Search Rec Mobile Contact ListSearch Record for Mobile Contact List Component |
SELECT A.OPRID , A.BO_ID , B.PERSON_ID , A.SYNCID , A.SYNCDTTM FROM PS_RD_CONTACT_LIST A ,PS_RD_PERSON B WHERE A.BO_ID = B.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
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 |