RD_SITE_MERG_VW

(SQL View)
Index Back

View for Merge Status search

Used in Deep Query for Merge Status search

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

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
3 MERGE_STATUS Character(1) VARCHAR2(1) NOT NULL This field is used to indicate the BO status, for example, when it is in process of being merged.
A=Active
I=Inactive
M=Merge In Progress

Default Value: A