ROF_OFFER_HIST(SQL Table) | 
Index Back | 
|---|---|
Offer History TableStores a history of instances an offer was presented to a person. | 
| # | 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. | 
| 2 | RA_OFFER_ID | Character(15) | VARCHAR2(15) NOT NULL | Marketing Offer ID | 
| 3 | Character(15) | VARCHAR2(15) NOT NULL | Offer history ID | |
| 4 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | 
| 5 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer | 
| 6 | BO_ID_CNTCT | Number(31,0) | DECIMAL(31) NOT NULL | This field represents the business object ID for a Contact | 
| 7 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact | 
| 8 | ROF_OFFER_SCORE | Number(6,2) | DECIMAL(5,2) NOT NULL | Offer score value | 
| 9 | ROF_OFFER_DISP_ID | Character(4) | VARCHAR2(4) NOT NULL | 
Offer disposition
 ACPT=Offer Accepted ADVS=Went to Advisor Dialog BSCR=Went to Branch Script FOPP=Offer Deferred NOTP=Not Presented PRES=Presented, No Action Taken REJC=Offer Rejected  | 
| 10 | ROF_FROM_3RD_PARTY | Character(1) | VARCHAR2(1) NOT NULL | 
Is offer from a third party
 Y/N Table Edit Default Value: Y  | 
| 11 | BUSINESS_UNIT_RA | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | 
| 12 | RA_CAMPAIGN_ID | Character(15) | VARCHAR2(15) NOT NULL | Marketing - Campaign Identification field. Character field that will contain a generated campaign or free form entered campaign id. | 
| 13 | RA_CMPGN_WAVE_ID | Character(15) | VARCHAR2(15) NOT NULL | Used to uniquely identify a Marketing - Campaign Activity (wave) ID | 
| 14 | COMPONENT_FROM | Character(18) | VARCHAR2(18) NOT NULL | CN#SF800-20.0 MACN 03/99 - created it for run_sfs2006 | 
| 15 | RELATED_CASE_ID | Number(15,0) | DECIMAL(15) NOT NULL | Case Number | 
| 16 | CAPTURE_ID_REL | Character(20) | VARCHAR2(20) NOT NULL | This field stores relative capture IDs. | 
| 17 | RC_BS_INSTANCE | Number(15,0) | DECIMAL(15) NOT NULL | RC_BS_INSTANCE | 
| 18 | RAD_SESSION_ID | Character(20) | VARCHAR2(20) NOT NULL | User Session Identifier | 
| 19 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. | 
| 20 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. | 
| 21 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. | 
| 22 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. | 
| 23 | 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. | 
| 24 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |