ROF_SES_UPD_WRK(SQL Table) |
Index Back |
---|---|
Offer Session UpdateOffer Presentation - Offer Session Update - work table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EOCF_LIB_TERM_ID | Number(31,0) | DECIMAL(31) NOT NULL | a library element that can be evaluated. NOTE: this primary key value is actually a foreign key to the library element portion of a term. Terms are sub-types of elements. |
2 | EOCF_TERM_ALIAS | Character(30) | VARCHAR2(30) NOT NULL | Term Alias |
3 | EOCF_TERM_LABEL | Character(254) | VARCHAR2(254) NOT NULL | Term Label (display) field used in Term Definition |
4 | EOCF_TERM_DATATYPE | Character(4) | VARCHAR2(4) NOT NULL |
data library term return data type, possible values are scalar,composite
DATE=Date DTTM=Datetime NUM=Number OTHR=Other REC=Record RSET=Rowset STR=String TIME=Time |
5 | ROF_TERM_VALUE | Character(254) | VARCHAR2(254) NOT NULL | Offer Presentation - Offer Actions - Term Value |