LM_SRCGPG_04_VW(SQL View) |
Index Back |
---|---|
Categories for ProgramsThis view will join each program that has categories. The category name is formatted to a hierarchy structure. |
SELECT LM_PRG_ID , LM_CATG_ID , LM_CATG_ID_1 , LM_CATG_ID_2 , LM_CATG_ID_3 , LM_CATG_ID_4 , 0 , 0 , 0 , 0 , 0 , LM_CATG_NAME_LVL0 %Concat '/' %Concat LM_CATG_NAME_LVL1 %Concat '/' %Concat LM_CATG_NAME_LVL2 %Concat '/' %Concat LM_CATG_NAME_LVL3 %Concat '/' %Concat LM_CATG_NAME_LVL4 FROM PS_LM_PG_CTG_04_VW |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. | |
2 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID - System generated number used to uniquely identify a Category. | |
3 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
4 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
5 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
6 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
7 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
8 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
9 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
10 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
11 | Number(10,0) | DECIMAL(10) NOT NULL | Category ID | |
12 | LM_CATG_NAME_ALL | Long Character | CLOB | Category Name |