RD_PTNR_DQUP_VW

(SQL View)
Index Back

Partner Contact Deep Query

This is a deep query to define all the Partner contacts for a Partner administrator.

SELECT C.PERSON_ID , A.PERSON_ID , A.BO_ID_PARTNER , A.BO_ID_CONTACT , A.BO_NAME_DISPLAY , A.BO_REL_ID , A.REL_TYPE_ID , A.SYNCID FROM PS_RD_PTNR_CNTC_VW A , PS_OPR_DEF_TBL_RB B , PS_RB_OPRALIAS_VW C WHERE A.BO_ID_PARTNER = B.BO_ID_CUST AND B.OPRID = C.OPRID AND B.REL_TYPE_ID IN (46, 47)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PERSON_ID_MANAGER Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts
2 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
3 BO_ID_PARTNER Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID of Partner Company.
4 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
5 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
6 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object
7 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
8 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.