MSS_WORK_ORDERS_DEMANDS
This is an association table that stores pegging relationships from work order headers to demand events, with multiple-to-multiple cardinality.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_WORK_ORDERS_DEMANDS_PK |
PLAN_ID, WORK_ORDER_ID, DEMAND_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
WORK_ORDER_ID | NUMBER | 18 | Yes | Foreign Key reference to the work order header table MSS_WORK_ORDERS. | |
DEMAND_ID | NUMBER | 18 | Yes | Foreign Key reference to the demand event table MSS_DEMANDS. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSS_WORK_ORDERS_DEMANDS | mss_work_orders | PLAN_ID, WORK_ORDER_ID |
MSS_WORK_ORDERS_DEMANDS | mss_demands | PLAN_ID, DEMAND_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_WORK_ORDERS_DEMANDS_N1 | Non Unique | Default | PLAN_ID, DEMAND_ID |
MSS_WORK_ORDERS_DEMANDS_U1 | Unique | Default | PLAN_ID, WORK_ORDER_ID, DEMAND_ID |