EOCF_TERMCX_LVW(SQL View) |
Index Back |
---|---|
View used in Cong Term SearchThis view is used in Configurable Term Search |
SELECT A.EOCF_LIB_TERM_ID ,A.EOCF_CONTEXT_ID ,B.LANGUAGE_CD ,B.EOCF_CTX_NAME FROM PS_EOCF_TERM_CTX A , PS_EOCF_CTX_LANG B WHERE A.EOCF_CONTEXT_ID = B.EOCF_CONTEXT_ID AND A.EOCF_IMPL_CATEGORY = 'CON' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 | Number(31,0) | DECIMAL(31) NOT NULL | Active Analytics Framework ID value for a configured context | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | EOCF_CTX_NAME | Character(50) | VARCHAR2(50) NOT NULL |
context name
Prompt Table: EOCF_CTXDFN_VW |