MSC_SAFETY_STOCK_TXNS

MSC_SAFETY_STOCK_TXNS 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_stock_txns_PK

PLAN_ID, TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
ORGANIZATION_ID NUMBER 18 Yes Organization identifier in the Planning system.
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.
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.
GLOBAL_ATTRIBUTE_NUMBER16 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER17 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER18 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER19 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER20 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER21 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER22 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER23 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER24 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE_NUMBER25 NUMBER 18 Global Descriptive Flexfield: segment of the global descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_SAFETY_STOCK_TXNS msc_items INVENTORY_ITEM_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_SAFETY_STOCKS_TXNS_N1 Non Unique Default PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, PERIOD_START_DATE
msc_safety_stock_txns_U1 Unique Default PLAN_ID, TRANSACTION_ID