LM_PG_CTG_02_VW(SQL View) |
Index Back |
---|---|
Categories for ProgramThis view will join each program that has categories. For each category, it will build a row where the category exists. |
SELECT DISTINCT T.LM_PRG_ID , L.LM_CATG_ID , L.LM_CATG_ID_1 , L.LM_CATG_ID_2 , L.LM_CATG_NAME_LVL0 , L.LM_CATG_NAME_LVL1 , L.LM_CATG_NAME_LVL2 %Sql(LM_CATG_LVL_SQL,LM_CATG_ID_2,PS_LM_PRG,PS_LM_PRG_CATG,LM_PRG_ID,LM_PRG_STATUS) |
# | 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_NAME_LVL0 | Character(200) | VARCHAR2(200) NOT NULL | Category Name |
6 | LM_CATG_NAME_LVL1 | Character(200) | VARCHAR2(200) NOT NULL | Category Name |
7 | LM_CATG_NAME_LVL2 | Character(200) | VARCHAR2(200) NOT NULL | Category Name |