LM_CAT_RLAT(SQL Table) |
Index Back |
---|---|
Catalog RelationshipsDefines relationship between Catalog Items. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Category Type |
2 | LM_CAT_ITEM_ID | Character(15) | VARCHAR2(15) NOT NULL | Category Item field |
3 | LM_CAT_TYPE2 | Character(12) | VARCHAR2(12) NOT NULL | Secondary content item type (as in a related item- such as a child or a supporting item of another item). |
4 | LM_CAT_ITEM_ID2 | Character(15) | VARCHAR2(15) NOT NULL | Secondary content item id (as in a related item- such as a child or a supporting item of another item). |
5 | LM_CAT_RLAT_CD | Character(1) | VARCHAR2(1) NOT NULL |
Describes the relationship of one Catalog Item to another Catalog Item.
C=Is a child of I=Supports P=Is a parent of R=Is Supported By |
6 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
7 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
8 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
9 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
10 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |