RSEC_BO_PTNR_VW

(SQL View)
Index Back

Partner View

This is view that pulls in all Partners

SELECT A.SETID , B.BO_NAME , B.BO_ID , B.BO_NAME_DISPLAY , B.BO_NAME_UPPER , C.SYNCID FROM PS_RD_COMPANY A , PS_BO_NAME B , PS_RD_PARTNER C , PS_RD_PR_PGM D , PS_RD_PR_PROG E WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND A.BO_ID = D.BO_ID AND B.PRIMARY_IND = 'Y' AND D.PRIMARY_IND = 'Y' AND D.PARTNER_PGM_ID = E.PARTNER_PGM_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.

Prompt Table: SP_SETID_NONVW

2 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
3 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
4 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
5 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
6 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.