MSC_SAFETY_STOCKS

MSC_SAFETY_STOCKS stores the time-phased safety stock levels for an item. Each row represents the start date for a safety stock level. This table is populated by the Snapshot and used by the Planner.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_SAFETY_STOCKS_PK

PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, PERIOD_START_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
ORGANIZATION_ID NUMBER 18 Yes This column indicates the organization identifier.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the inventory item id
PERIOD_START_DATE DATE Yes This value indicates the period start date.
SAFETY_STOCK_QUANTITY NUMBER Yes Safety stock quantity for the inventory item.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
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.
TRANSACTION_ID NUMBER 18 Yes Transaction identifier generated and used in the planning system for the supply/demand. Obsolete
EFFECTIVITY_DATE DATE Yes Effective date of the safety stocks. Obsolete
SAFETY_STOCK_CODE NUMBER Safety stock code: User-defined quantity(1), User-defined percentage(2), or mean absolute deviation Obsolete
SAFETY_STOCK_PERCENT NUMBER Percent of average gross requirement for dynamically calculated safety-stocks. Obsolete
SERVICE_LEVEL NUMBER Service level specified in the shipping method. Obsolete
FORECAST_DESIGNATOR VARCHAR2 10 Unique Name assigned to the forecast Obsolete
FORECAST_ERROR_TYPE NUMBER 1 This value indicates the forecast error type. Obsolete
FORECAST_ERROR NUMBER This value indicates the forecast error. Obsolete
PROJECT_ID NUMBER 18 This column stores the value of Project identifier. Obsolete
TASK_ID NUMBER 18 This value indicates the Task identifier. Obsolete
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Obsolete
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Obsolete
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Obsolete
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. Obsolete
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. Obsolete
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. Obsolete
GLOBAL_ATTRIBUTE_NUMBER1 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER2 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER3 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER4 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER5 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER6 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER7 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER8 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER9 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER10 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER11 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER12 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER13 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER14 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER15 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_SAFETY_STOCKS msc_items INVENTORY_ITEM_ID

Indexes

Index Uniqueness Tablespace Columns Status
MSC_SAFETY_STOCKS_U1 Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID, EFFECTIVITY_DATE, PROJECT_ID, TASK_ID Obsolete
MSC_SAFETY_STOCKS_U2 Non Unique Default TRANSACTION_ID Obsolete
MSC_SAFETY_STOCKS_U3 Unique Default PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, PERIOD_START_DATE Obsolete
MSC_SAFETY_STOCKS_U4 Unique Default PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, PERIOD_START_DATE, GLOBAL_ATTRIBUTE_NUMBER11, GLOBAL_ATTRIBUTE_NUMBER12 Obsolete
MSC_SAFETY_STOCKS_U5 Unique Default PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, PERIOD_START_DATE