RSF_OPP_COMP_VW(SQL View) |
Index Back |
---|---|
Opportunity Competition tableKeeps track of the competitors based on opportunity. |
SELECT A.OPPORTUNITY_ID , A.BO_ID_CUST , C.BO_NAME_DISPLAY , C.BO_NAME , O.SYNCID FROM PS_RSF_OPP_COMP A , PS_RSF_OPPORTUNITY O , PS_BO_NAME C WHERE A.BO_ID_CUST = C.BO_ID AND A.OPPORTUNITY_ID = O.OPPORTUNITY_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_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
3 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
4 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
5 | 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. |