RSF_OPP_CONT_V2(SQL View) |
Index Back |
|---|---|
Contacts for an OpportunityThis tables lists all the Customer Contacts for an opportunity and their roles and whether they are decision makers or not. |
| SELECT OPPORTUNITY_ID , CONTACT_NAME , FIRST_NAME , LAST_NAME , WORK_PHONE , EXTENSION , CONTACT_ID , BO_ID_CONTACT FROM PS_RSF_OPP_CONTACT |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Opportunity ID | |
| 2 | Character(50) | VARCHAR2(50) NOT NULL | The individual contact name associated with a given bank/counterparty. | |
| 3 | FIRST_NAME | Character(30) | VARCHAR2(30) NOT NULL | First Name |
| 4 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
| 5 | WORK_PHONE | Character(24) | VARCHAR2(24) NOT NULL | Work Phone |
| 6 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |
| 7 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
| 8 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |