RSF_PTNR_CNT_VW

(SQL View)
Index Back

Clone of Partner contact view

View used on RSF_TERRITORY page to prompt for valid Partner Contacts.

SELECT A.BO_ID_2 , B.PERSON_ID , C.BO_ID , D.BO_NAME_DISPLAY , D.FIRST_NAME , D.LAST_NAME , D.MIDDLE_NAME , A.BO_REL_ID , A.REL_TYPE_ID , B.SYNCID FROM PS_BO_REL A , PS_RD_PERSON B , PS_BO C , PS_BO_NAME D 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'

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

Prompt Table: RD_PTNR_VW2

2 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
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 Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
5 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name
6 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name
7 MIDDLE_NAME Character(30) VARCHAR2(30) NOT NULL Middle Name
8 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object
9 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
10 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.