MSC_CRITICAL_PATHS
This table represents the critical paths from end demands to constrained supplies.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_CRITICAL_PATHS_PK |
PLAN_ID, END_DEMAND_ID, TRANSACTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Plan identifier for the critical path. | |
END_DEMAND_ID | NUMBER | 18 | Yes | Identifier of the end demand receiving the material. | |
TRANSACTION_ID | NUMBER | 18 | Yes | Identifier of the supply order from which the material originates. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Item identifier of the material pegged from this supply to this end demand. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization identifier of the material pegged from this supply to the end demand. | |
DEST_TRANSACTION_ID | NUMBER | 18 | Transaction identifer of the supply assembly order receiving the material, ie. transaction id of previous path level. | ||
END_TRANSACTION_ID | NUMBER | 18 | Yes | End Transaction identifier of the supply path. | |
SLACK_DAYS | NUMBER | 9 | The days between the earliest start date and the latest start date of the pegged supply. | ||
MOST_CRITICAL_SUPPLY | NUMBER | 1 | A boolean flag to the path entries to indicate if it is on the most critical path (largest slack). Valid values: 1 -Yes 2 -No. | ||
ITEM_STRUCTURE_LEVEL | NUMBER | 9 | Number of supplies between current supply to the end item supply. For end supply, the level value is zero. | ||
CAPACITY_SLACK_DAYS | NUMBER | 9 | Days between latest start date of the pegged supply and constrained earliest start date. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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 | Status |
---|---|---|---|---|
MSC_CRITICAL_PATHS_N1 | Non Unique | Default | PLAN_ID, END_DEMAND_ID, ITEM_STRUCTURE_LEVEL | Active |
MSC_CRITICAL_PATHS_N2 | Non Unique | Default | PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID | Active |
MSC_CRITICAL_PATHS_U1 | Unique | Default | PLAN_ID, END_DEMAND_ID, TRANSACTION_ID | Active |