MSC_SHIP_RCV_LEAD_TIMES
This table stores the result of the processing lead time variance computation.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: msc_ship_rcv_lead_times
Primary Key
Name | Columns |
---|---|
MSC_SHIP_RCV_LEAD_TIMES_PK |
INVENTORY_ITEM_ID, ORGANIZATION_ID, SUPPLIER_ID, SUPPLIER_SITE_ID, PLAN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | This is the identifier for the inventory item. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | This is the identifier for the organization. | |
SUPPLIER_ID | NUMBER | 18 | Yes | This is the identifier for the supplier. | |
SUPPLIER_SITE_ID | NUMBER | 18 | Yes | This is the identifier for the supplier site. | |
PLAN_ID | NUMBER | 18 | Yes | This is the unique identifier for the plan. | |
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. | |
SIMULATION_SET_ID | NUMBER | 18 | This is the unique identifier for the simulation set. | ||
ACTUAL_LEAD_TIME | NUMBER | The actual processing lead time of the calculation. | |||
ADJUSTED_LEAD_TIME | NUMBER | The processing lead time adjusted by the user that saved under a simulation set. | |||
RANGE_MIN | NUMBER | The minimum value of the processing lead time calculation displayed as a range. | |||
RANGE_MAX | NUMBER | The maximum value of the processing lead time calculation displayed as a range. | |||
VARIANCE_DAYS | NUMBER | The variance days of the processing lead time calculation. | |||
VARIANCE_PERCENTAGE | NUMBER | The variance percentage of the processing lead time calculation. | |||
LAST_CALCULATED_DATE | TIMESTAMP | Indicates the date and time of the last processing lead time calculation. | |||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_SHIP_RCV_LEAD_TIMES_U1 | Unique | MSC_SHIP_RCV_LEAD_TIMES_U1 | INVENTORY_ITEM_ID, ORGANIZATION_ID, SUPPLIER_ID, SUPPLIER_SITE_ID, PLAN_ID |