EOCF_TRM_SR_LVW

(SQL View)
Index Back

Term search language view

Active Analytics Framework Data Library Term search related language view

SELECT B.EOCF_LIB_TERM_ID ,A.LANGUAGE_CD , A.EOCF_LIB_TERM_NAME , A.EOCF_TERM_LABEL , B.EOCF_IS_SCALAR FROM PS_EOCF_TERMD_LNG A , PS_EOCF_TERM_DEFN B WHERE A.EOCF_LIB_TERM_ID = B.EOCF_LIB_TERM_ID AND B.EOCF_TERM_STATUS = 'A'

  • Related Language Record for EOCF_TERM_SR_VW
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 EOCF_LIB_TERM_NAME Character(80) VARCHAR2(80) NOT NULL the name of the Term in the library
    4 EOCF_TERM_LABEL Character(254) VARCHAR2(254) NOT NULL Term Label (display) field used in Term Definition
    5 EOCF_IS_SCALAR Character(1) VARCHAR2(1) NOT NULL does this term resolve to a scalar value