RSF_TERM_SMR_LN

(SQL View)
Index Back

THis is Language Related Tbl

THis is Language Related Tbl for RSF_SMRY_TERM

SELECT DISTINCT A.EOCF_LIB_TERM_ID , D.LANGUAGE_CD , D.EOCF_LIB_TERM_NAME FROM PS_RB_SMRY_BINDS A , PS_EOCF_TERM_DEFN B , PS_EOCF_TERM_CTX C , PS_EOCF_TERMD_LNG D WHERE A.EOCF_LIB_TERM_ID = B.EOCF_LIB_TERM_ID AND B.EOCF_LIB_TERM_ID = C.EOCF_LIB_TERM_ID AND C.EOCF_LIB_TERM_ID = D.EOCF_LIB_TERM_ID

  • Related Language Record for RSF_SMRY_TERM
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EOCF_LIB_TERM_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