RD_PTNR_CNTC_VW

(SQL View)
Index Back

Partner Contact View

Partner Contacts View used as a primary search record for defining configurable search used for Distributed security for Partners.

SELECT B.PERSON_ID , A.BO_ID_2 , C.BO_ID , D.BO_NAME_DISPLAY , E.BO_NAME_DISPLAY , D.FIRST_NAME , D.LAST_NAME , D.MIDDLE_NAME , A.BO_REL_ID , A.REL_TYPE_ID , A.ROLE_TYPE_ID_2 , B.SYNCID FROM PS_BO_REL A , PS_RD_PERSON B , PS_BO C , PS_BO_NAME D , PS_BO_NAME E WHERE A.START_DT <= %CurrentDateIn AND A.END_DT > %CurrentDateIn AND A.REL_TYPE_ID IN (46,47) AND A.BO_ID_1 = C.BO_ID AND C.BO_ID = B.BO_ID AND C.BO_ID = D.BO_ID AND D.PRIMARY_IND = 'Y' AND A.BO_ID_2 = E.BO_ID AND E.PRIMARY_IND = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
2 BO_ID_PARTNER Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID of Partner Company.

Prompt Table: RD_PTNR_VW2

3 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
4 BO_NAME_DISPLAY_2 Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
5 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
6 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name
7 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name
8 MIDDLE_NAME Character(30) VARCHAR2(30) NOT NULL Middle Name
9 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object
10 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
11 ROLE_TYPE_ID_PART Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the partner
12 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.