EOCF_TERMIM_LVW(SQL View) |
Index Back |
---|---|
View for Term Search LNGActive Analytics Framework term search related language view used in the Term Configurable Search page. |
SELECT DISTINCT A.EOCF_LIB_TERM_ID ,A.EOCF_IMPL_ID ,B.LANGUAGE_CD , B.EOCF_IMPL_NAME FROM PS_EOCF_TERM_CTX A , PS_EOCF_IMPDEN_LNG B WHERE A.EOCF_IMPL_ID = B.EOCF_IMPL_ID AND A.EOCF_IMPL_ID <> 0 |
# | 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_IMPL_ID | Number(31,0) | DECIMAL(31) NOT NULL |
the ID value uniquely identifying a term implementation
Prompt Table: EOCF_IMPNAM_LVW |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | EOCF_IMPL_NAME | Character(50) | VARCHAR2(50) NOT NULL | the name of the Implementation in the library |