CM_CATGRY_VW_LN

(SQL View)
Index Back

CM_CATGRY_VW_LN

Related Language for COMM_CATEGRY_VW

SELECT DISTINCT a.common_id , a.institution , a.comm_category , b.effdt , b1.language_cd , b1.descr FROM ps_communication a , PS_COMM_CATG_TBL b , ps_comm_catg_lang b1 WHERE b.institution = b1.institution AND a.institution = b.institution AND b.comm_category = b1.comm_category AND a.comm_category = b.comm_category

  • Related Language Record for COMM_CATEGRY_VW
  • Parent record: PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COMMON_ID Character(11) VARCHAR2(11) NOT NULL Common ID to store Personal ID / Ext Org ID value

    Prompt Table: PEOPLE_SRCH

    2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    3 COMM_CATEGORY Character(6) VARCHAR2(6) NOT NULL Communication Category

    Prompt Table: COMM_CATG_TBL

    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description