LM_PRG_CATG_VW(SQL View) |
Index Back |
---|---|
Program Categories ViewProgram Categories View |
SELECT A.LM_PRG_ID , A.EFFDT , A.LM_CATG_ID , A.LM_DISP_ORDER FROM PS_LM_PRG_CATG A |
# | 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 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: LM_PRG.EFFDT |
3 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Category ID - System generated number used to uniquely identify a Category. |
4 | LM_DISP_ORDER | Number(10,0) | DECIMAL(10) NOT NULL | Display Order - A number indicating the ascending order in which the child category will appear under the parent. |