LM_CATG_REL_TBL(SQL Table) |
Index Back |
---|---|
Category Relationship TableThis table is used to relate categories to their child categories. Note: Field LM_DISP_ORDER is no longer used on this table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Category ID - System generated number used to uniquely identify a Category.
Default Value: 0 |
2 | LM_CHLD_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Child Category ID - A unique identifier used to identify a subcategory.
Default Value: 0 Prompt Table: %EDITTABLE |
3 | 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. |
4 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
5 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
6 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
7 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |