RB_AAF_TERM_VW(SQL View) |
Index Back |
---|---|
Term search viewTerm search view for AAF's delay notifications |
SELECT EOCF_LIB_TERM_ID , EOCF_LIB_TERM_NAME , EOCF_TERM_LABEL , EOCF_TERM_STATUS FROM PS_EOCF_TERM_DEFN |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EOCF_ELEMENT_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_LIB_TERM_NAME | Character(80) | VARCHAR2(80) NOT NULL | the name of the Term in the library |
3 | EOCF_TERM_LABEL | Character(254) | VARCHAR2(254) NOT NULL | Term Label (display) field used in Term Definition |
4 | EOCF_TERM_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
data library term status, possible values are Active, Inactive, Under Construction
A=Active I=Inactive U=In Design |