LM_PRG_CATG(SQL Table) |
Index Back |
---|---|
Program CategoriesHas all the categories related to program items. Note: Field LM_DISP_ORDER is no longer used on this table. |
# | 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 NOT NULL |
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.
Prompt Table: LM_CATG_LA_VW |
4 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |
5 | 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. |
6 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
7 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
8 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
9 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |