RD_CNTCT_OPP_VW(SQL View) |
Index Back |
---|---|
My Contacts - Oppy ContactsContacts for opportunities where the user who is logged in is part of the sales team |
SELECT C.OPPORTUNITY_ID , B.BO_ID_CONTACT , C.PERSON_ID , A.SYNCID FROM PS_RD_PERSON A , PS_RSF_OPP_SLSREP C , PS_RSF_OPP_CONTACT B WHERE B.OPPORTUNITY_ID = C.OPPORTUNITY_ID AND B.BO_ID_CONTACT =A.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPPORTUNITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Opportunity ID |
2 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
3 | PERSON_ID_SLSREP | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
4 | 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. |