RSF_OPP_PART_VW

(SQL View)
Index Back

Opportunity Partner table

Keeps track of the Partner based on opportunity.

SELECT A.OPPORTUNITY_ID , A.BO_ID_CUST , b.bo_name , A.CUST_ID , A.CONTACT_ID , A.BO_ID_CONTACT FROM PS_RSF_OPP_PARTNER A , PS_RSF_BO_PARTN_VW B WHERE A.BO_ID_CUST = B.BO_ID_CUST

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPPORTUNITY_ID Character(15) VARCHAR2(15) NOT NULL Opportunity ID
2 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.

Prompt Table: RSF_BO_PARTN_VW

3 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
4 CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer ID
5 CONTACT_ID Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts

Prompt Table: RSF_PARNTCONTVW

6 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.