RSFD_MRG_OP_C_V

(SQL View)
Index Back

Opportunity Customer Merge

The view for dashboard of the opportunities where a merge of Competitor Customers has happened.

SELECT O.OPPORTUNITY_ID , S.PERSON_ID , C.BO_ID_CUST FROM PS_RSF_OPPORTUNITY O , PS_RSF_OPP_SLSREP S , PS_RSF_OPP_COMP C WHERE O.OPPORTUNITY_ID = C.OPPORTUNITY_ID AND O.OPPORTUNITY_ID = S.OPPORTUNITY_ID

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