RBC_TERMIMPL_VW

(SQL View)
Index Back

Term view

Used to retrieve term id and name

SELECT DISTINCT B.EOCF_IMPL_ID , A.EOCF_LIB_TERM_ID ,A.EOCF_LIB_TERM_NAME FROM PS_EOCF_TERM_DEFN A , PS_EOCF_TERM_CTX B WHERE A.EOCF_LIB_TERM_ID = B.EOCF_LIB_TERM_ID AND B.EOCF_IMPL_ID > 0

  • Related Language Record: RBC_TERMLNG_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EOCF_IMPL_ID Number(31,0) DECIMAL(31) NOT NULL the ID value uniquely identifying a term implementation
    2 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.
    3 EOCF_LIB_TERM_NAME Character(80) VARCHAR2(80) NOT NULL the name of the Term in the library