RA_OFFCHNL_GRDV(SQL View) |
Index Back |
---|---|
Offer ChannelsOffer Channels grid view used by Marketing Offer Management Search |
SELECT O.SYNCID ,OC.SETID ,OC.RA_OFFER_ID ,OC.RA_CHNL_EXECUTION FROM PS_RA_OFFER O , PS_RA_OFFER_CHNLS OC WHERE OC.SETID = O.SETID AND OC.RA_OFFER_ID = O.RA_OFFER_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 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
3 | RA_OFFER_ID | Character(15) | VARCHAR2(15) NOT NULL | Marketing Offer ID |
4 | RA_CHNL_EXECUTION | Character(3) | VARCHAR2(3) NOT NULL |
Marketing Channel Execution
010=TeleSales 010=TeleSales 020=Online Dialog 030=Order Capture 040=Fax Correspondence 050=Mail Correspondence 060=Sales Force 070=Advisor 080=Direct Mail 090=Cross Sell |