LM_PRG_CTGFL_VW

(SQL View)
Index Back

SES: Program category view

This view will join each program item that has categories. For each category, it will build a row where the category exists on different levels of categories.

SELECT LM_PRG_ID , LM_CATG_ID , LM_CATG_ID_1 , LM_CATG_ID_2 , LM_CATG_ID_3 , LM_CATG_ID_4 , LM_CATG_ID_5 , LM_CATG_ID_6 , LM_CATG_ID_7 , LM_CATG_ID_8 , LM_CATG_ID_9 , LM_CATG_NAME_ALL FROM PS_LM_SRCH_PGCG_FL

  • Related Language Record: LM_PRG_CTGF_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_PRG_ID Number(10,0) DECIMAL(10) NOT NULL Program ID is a unique identifier for curriculum and certification Programs.
    2 LM_CATG_ID Number(10,0) DECIMAL(10) NOT NULL Category ID - System generated number used to uniquely identify a Category.
    3 LM_CATG_ID_1 Number(10,0) DECIMAL(10) NOT NULL Category ID
    4 LM_CATG_ID_2 Number(10,0) DECIMAL(10) NOT NULL Category ID
    5 LM_CATG_ID_3 Number(10,0) DECIMAL(10) NOT NULL Category ID
    6 LM_CATG_ID_4 Number(10,0) DECIMAL(10) NOT NULL Category ID
    7 LM_CATG_ID_5 Number(10,0) DECIMAL(10) NOT NULL Category ID
    8 LM_CATG_ID_6 Number(10,0) DECIMAL(10) NOT NULL Category ID
    9 LM_CATG_ID_7 Number(10,0) DECIMAL(10) NOT NULL Category ID
    10 LM_CATG_ID_8 Number(10,0) DECIMAL(10) NOT NULL Category ID
    11 LM_CATG_ID_9 Number(10,0) DECIMAL(10) NOT NULL Category ID
    12 LM_CATG_NAME_ALL Long Character CLOB Category Name