LM_PG_CTG_0X_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 T.LM_PRG_ID , 0 , MSG.MESSAGE_TEXT FROM PS_LM_PRG T , PS_INSTALLATION %Sql(LM_CATG_MSG_TEXT_SQL) WHERE %CurrentDateIn BETWEEN T.EFFDT AND T.LM_END_EFFDT AND T.LM_PRG_STATUS = '10' AND NOT EXISTS ( SELECT 'X' FROM PS_LM_PRG_CATG CTGX WHERE CTGX.LM_PRG_ID = T.LM_PRG_ID AND CTGX.EFFDT = T.EFFDT) |
# | 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_NAME_LVL0 | Character(200) | VARCHAR2(200) NOT NULL | Category Name |