RC_PRODCOMP_LVW

(SQL View)
Index Back

Product Competencies Rel Lang

Stores the competencies (product areas) associated with a product

SELECT b.SETID ,b.PRODUCT_ID ,b.COMPETENCY ,c.LANGUAGE_CD ,c.DESCR ,c.DESCRSHORT FROM PS_COMPETENCY_TBL a , PS_RF_PROD_COMP b , PS_COMPETENCY_LANG c WHERE b.COMPETENCY= a.COMPETENCY AND a.COMPETENCY= c.COMPETENCY

  • Related Language Record for RC_PROD_COMP_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.

    Default Value: OPR_DEF_TBL_RB.SETID

    Prompt Table: SP_SETID_NONVW

    2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
    3 COMPETENCY Character(8) VARCHAR2(8) NOT NULL Competency - this field is brought over from HRMS

    Prompt Table: COMPETENCY_TBL

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description