RA_OFFERCHNL_VW(SQL View) |
Index Back |
---|---|
Offers by channelView of Marketing Offers by channel valid on this date |
SELECT A.SETID , B.RA_CHNL_EXECUTION , A.RA_OFFER_ID , A.RA_OFFER_NAME , A.DESCR254 , A.RA_OFFER_STATUS , A.START_DATE , A.END_DATE , A.PRICE_SET_ID , %subrec(RB_AUDIT_SBR, A) , A.BO_ID_OWNER , A.BO_ROLE_TYPE_ID FROM PS_RA_OFFER A , PS_RA_OFFER_CHNLS B WHERE A.END_DATE > %CurrentDateIn AND A.SETID = B.SETID AND A.RA_OFFER_ID = B.RA_OFFER_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | 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 |
3 | RA_OFFER_ID | Character(15) | VARCHAR2(15) NOT NULL |
Marketing Offer ID
Default Value: NEXT |
4 | RA_OFFER_NAME | Character(50) | VARCHAR2(50) NOT NULL | Marketing Offer Name |
5 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
6 | RA_OFFER_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Marketing Offer status
ARCH=Archived CMPL=Completed DECL=Declined IREV=In Review NEW=New PLAN=Planning Default Value: NEW |
7 | START_DATE | Date(10) | DATE NOT NULL | Start Date |
8 | END_DATE | Date(10) | DATE NOT NULL | End date field to store an end date. |
9 | PRICE_SET_ID | Character(10) | VARCHAR2(10) NOT NULL |
Price Rule
Prompt Table: RA_OFFER_PRCSET |
10 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
11 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
12 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
13 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
14 | 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. |
15 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
16 | BO_ID_OWNER | Number(31,0) | DECIMAL(31) NOT NULL | Financial Account Business Object ID |
17 | BO_ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | BO_ROLE_TYPE_ID |