MSS_PLAN_SEL_ITEM_CATEGORIES
This is a detail table that stores plan-specific selected item categories; part of plan scheduling options.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_PLAN_SEL_ITEM_CATEG_PK |
PLAN_ID, CATALOG_ID, CATEGORY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
CATALOG_ID | NUMBER | 18 | Yes | Item catalog key that references source table EGP_CATEGORIES_B.CATEGORY_SET_ID. | |
CATEGORY_ID | NUMBER | 18 | Yes | Item category key that references source table EGP_CATEGORIES_B.CATEGORY_ID. | |
CATALOG_CODE | VARCHAR2 | 30 | Yes | Unique identifier for a catalog. | |
CATEGORY_SET_NAME | VARCHAR2 | 30 | Yes | Name of the catalog (category set). | |
CATEGORY_CODE | VARCHAR2 | 820 | Unique identifier for a category. | ||
CATEGORY_NAME | VARCHAR2 | 250 | Yes | Translatable name of the category. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_PLAN_SEL_ITEM_CATEG_U1 | Unique | Default | PLAN_ID, CATALOG_ID, CATEGORY_ID |