# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
EOCF_LIB_TERM_ID |
Number(31,0) |
DECIMAL(31) NOT NULL |
Active Analytics Framework 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_ATTR_NAME |
Character(30) |
VARCHAR2(30) NOT NULL |
the name of the extended attribute (parameter) in the data library
|
3 |
EOCF_ATTR_VALUE |
Character(250) |
VARCHAR2(250) NOT NULL |
the value of the Extended Attribute (parameter) in the library
|