RDM_SITE_I_VW

(SQL View)
Index Back

Merged Sites

Returns sites that were inactivated due to a merge in CDH. Used by mobile.

SELECT A.BO_ID , A.SYNCID FROM PS_RD_SITE A , PS_BO B WHERE A.BO_ID = B.BO_ID AND B.MERGE_STATUS = 'I'

# 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.