RA_WL_OFFPRD_VW(SQL View) |
Index Back |
---|---|
Campaign Offer Product ViewThis view returns products associated with campaign offers that are sent to the worklist. |
SELECT A.SYNCID , B.DESCR FROM PS_RA_WF_OFFER_VW A , PS_PROD_ITEM B WHERE B.SETID = ( SELECT C.SETID FROM PS_SET_CNTRL_REC C WHERE C.SETCNTRLVALUE = A.SETID AND C.RECNAME = 'PROD_ITEM') AND B.PRODUCT_ID = A.PRODUCT_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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |