RSF_LE_PCSRCH_V

(SQL View)
Index Back

Lead Partner Contact Search vw

Used by configurable search to search on partner contacts for a Lead

SELECT L.SYNCID , L.BO_ID_PART_CONT , L.ROLE_TYPE_ID_PARTC , B.BO_NAME , BO_NAME_UPPER , BO_NAME_DISPLAY , BO_NAME_DISP_UPPER , BO_NAME_AC FROM PS_RSF_LEAD L , PS_BO_NAME B WHERE L.BO_ID_PART_CONT = B.BO_ID AND B.PRIMARY_IND = 'Y' AND L.BO_ID_PART_CONT > 0

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 BO_ID_PART_CONT Signed Number(32,0) DECIMAL(31) NOT NULL This is the business object identifier for the partner contact.
3 ROLE_TYPE_ID_PARTC Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the partner contact
4 BO_NAME_PTNR_CNT Character(50) VARCHAR2(50) NOT NULL Name of Partner Company Contact.
5 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
6 BO_NAME_DISP_PTCT Character(80) VARCHAR2(80) NOT NULL Contact name for a particular Partner.
7 BO_NAME_DISP_UPPER Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object in Upper
8 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object