RDM_MATCH_C_V(SQL View) |
Index Back |
---|---|
Person ViewThis view is used for mobile in CDH integration. |
SELECT A.BO_ID , A.COMPANYID , A.SYNCID , A.SYNCDTTM FROM PS_RD_COMPANY A , PS_BO_ROLE B WHERE A.BO_ID = B.BO_ID AND B.ROLE_TYPE_ID =2 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | COMPANYID | Character(15) | VARCHAR2(15) NOT NULL | Company ID |
3 | 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. |
4 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |