RSEC_BO_PART_VW

(SQL View)
Index Back

Partner View

This is view that pulls in all Partners

SELECT A.BO_ID , B.BO_NAME , B.BO_NAME_UPPER , A.SYNCID FROM PS_BO A , PS_BO_NAME B , PS_BO_ROLE C , PS_RD_PARTNER D WHERE A.BO_ID = B.BO_ID AND B.BO_ID = C.BO_ID AND A.BO_ID = D.BO_ID AND B.PRIMARY_IND = 'Y' AND C.ROLE_TYPE_ID = 11

# 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 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
3 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
4 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.