RSF_OPPY_BO_VW(SQL View) |
Index Back |
---|---|
Cache all opportunitiesA view of all customers on all the available opportunities. |
SELECT DISTINCT B.SYNCID , MAP.OPRID FROM PS_RAM_MAP_OPPY MAP , PS_RSF_OPPORTUNITY OPPORTUNITY , PS_BO B WHERE MAP.OPPORTUNITY_ID = OPPORTUNITY.OPPORTUNITY_ID AND ( OPPORTUNITY.BO_ID_PERSON = B.BO_ID OR OPPORTUNITY.BO_ID_CUST = B.BO_ID OR OPPORTUNITY.BO_ID_SITE = B.BO_ID OR OPPORTUNITY.BO_ID_PARTNER = B.BO_ID OR OPPORTUNITY.BO_ID_PART_CONT = B.BO_ID OR OPPORTUNITY.BO_ID_CONTACT = B.BO_ID ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |