RDM_COMP_SYNC_V(SQL View) |
Index Back |
---|---|
Out-of-date DetectionOut-of-date detection record for mobile company |
SELECT C.BO_ID ,C.SYNCID ,B.SYNCDTTM FROM PS_BO_BASIC_ORG B , PS_RD_COMPANY C WHERE B.BO_ID = C.BO_ID AND B.BO_REL_ID = 0 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 | 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. |
3 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |