RDM_SITE_SYNC_V(SQL View) |
Index Back |
---|---|
Out-of-date DetectionOut-of-date detection record for mobile site |
SELECT S.BO_ID ,S.SYNCID ,B.SYNCDTTM FROM PS_BO_BASIC_ORG B , PS_RD_SITE S WHERE B.BO_ID = S.BO_ID AND B.BO_REL_ID = 0 AND B.ROLE_TYPE_ID = 3 |
# | 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 |