RSFD_MRG_OPP_VW(SQL View) |
Index Back |
|---|---|
Opportunity Customer MergeThe view for dashboard of the opportunities where a merge of Customer or Partner BOID information has happened. |
| SELECT O.OPPORTUNITY_ID , O.BO_ID_CUST , O.BO_ID_PARTNER FROM PS_RSF_OPPORTUNITY O |
| # | 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. |
| 3 | BO_ID_PARTNER | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID of Partner Company. |