MSC_SUPPLIER_CAPACITIES

This table stores the capacity information for planned items within an MPS, MRP, or DRP plan. Each row stores the capacity within a date range for a specific supplier of an item.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_SUPPLIER_CAPACITIES_PK

PLAN_ID, ASL_ID, FROM_DATE, NEW_PLAN_ID, SIMULATION_SET_ID, SUPPLY_COMMIT_FLAG

Columns

Name Datatype Length Precision Not-null Comments Status
TRANSACTION_ID NUMBER 18 Yes System generated number which unique identifier the row Obsolete
ASL_ID NUMBER Yes Reference to parent ASL identifier.
PLAN_ID NUMBER Yes This value indicates the plan identifier for the record.
ORGANIZATION_ID NUMBER 18 Yes Organization identifier Obsolete
SR_INSTANCE_ID NUMBER 18 Yes Source application instance identifier Obsolete
SUPPLIER_ID NUMBER 18 Yes This value indicates the Supplier identifier in the planning system.
SUPPLIER_SITE_ID NUMBER 18 This value indicates the Supplier site identifier.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the inventory item id
PARENT_ID NUMBER Reference to parent transaction identifier
FROM_DATE DATE Yes Identifies the First date of valid capacity
TO_DATE DATE This value indicates the Last date of valid capacity.
CAPACITY NUMBER The quantity that the supplier is capable of supplying.
USING_ORGANIZATION_ID NUMBER Yes Using organization identifier of the approved supplier list. Obsolete
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
STATUS NUMBER 38 Status of the supplier capacity defined for the supplier. 1-Active, 2-Inactive.
APPLIED NUMBER 38 Flag used for online replanning
COLLECTED_FLAG NUMBER Flag indicates whether the row is collected from source application
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.
NEW_PLAN_ID NUMBER Yes NEW_PLAN_ID
SIMULATION_SET_ID NUMBER Yes Simulation set to which the current record is added.
NEW_PLAN_LIST VARCHAR2 256 List indicates the new plan identifiers for the record.
SUPPLY_COMMIT_FLAG NUMBER Yes Indicates whether this is supply commit record from Planning Collaboration (1-Yes, 2-No)

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_SUPPLIER_CAPACITIES msc_item_suppliers PLAN_ID, ASL_ID, NEW_PLAN_ID, SIMULATION_SET_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_SUPPLIER_CAPACITIES_U1 Unique Default PLAN_ID, ASL_ID, FROM_DATE, NEW_PLAN_ID, SIMULATION_SET_ID, SUPPLY_COMMIT_FLAG
MSC_SUPPLIER_CAPACITIES_U2 Unique Default PLAN_ID, INVENTORY_ITEM_ID, SUPPLIER_ID, SUPPLIER_SITE_ID, FROM_DATE, NEW_PLAN_ID, SIMULATION_SET_ID, SUPPLY_COMMIT_FLAG