MSC_ITEM_SUPPLIERS

This table stores the processing lead time, order modifier, and delivery calendar information for each item - supplier/site.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_ITEM_SUPPLIERS_PK

PLAN_ID, ASL_ID, NEW_PLAN_ID, SIMULATION_SET_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PLAN_ID NUMBER Yes This value indicates the plan identifier for the record.
APPLIED NUMBER 1 Flag to indicate whether this row contains changed row (this??col??is not collected)
ASL_ID NUMBER Yes Unique sequence generated for the ASL
GLOBAL_ASL_FLAG NUMBER Yes Indicates whether this is a global ASL
ORGANIZATION_ID NUMBER Yes This column indicates the organization identifier.
SUPPLIER_ID NUMBER Yes This value indicates the Supplier identifier in the planning system.
SUPPLIER_SITE_ID NUMBER Yes This value indicates the Supplier site identifier.
INVENTORY_ITEM_ID NUMBER Yes Identifies the inventory item id
PROCESSING_LEAD_TIME NUMBER Processing lead time of supplier
MINIMUM_ORDER_QUANTITY NUMBER This column indicates the minimum ordered quantity.
FIXED_LOT_MULTIPLIER NUMBER Fixed quantitiy that a lot can contain
DELIVERY_CALENDAR_CODE VARCHAR2 25 Delivery calendar code associated with the supplier
SUPPLIER_CAP_OVER_UTIL_COST NUMBER Supplier capacity overutilization cost
SR_INSTANCE_ID NUMBER Yes Source application instance identifier Obsolete
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.
SR_INSTANCE_ID2 NUMBER Yes Source instance identifier fo Using Organization Obsolete
REFRESH_NUMBER NUMBER Refresh number populated by the collection program
PURCHASING_UNIT_OF_MEASURE VARCHAR2 25 Purchasing unit of measure specified in ASL.
COLLECTED_FLAG NUMBER Flag indicating whether the row is collected from source application instance
ITEM_PRICE NUMBER Identifies the inventory item price
SUPPLIER_ITEM_NAME VARCHAR2 300 Item name as referred at supplier site.
PLANNER_CODE VARCHAR2 10 This value indicates the Planner code associated with the record.
VMI_FLAG NUMBER VMI planned item flag. Used in vendor managed inventory.
MIN_MINMAX_QUANTITY NUMBER Minimum Min Max Quantity. Used by vendor managed inventory.
MAX_MINMAX_QUANTITY NUMBER This column indicates the maximum minmax quantity.
MAXIMUM_ORDER_QUANTITY NUMBER This column indicates the maximum order quantity.
UOM_CODE VARCHAR2 3 Unit of measure code of the approved supplier list.
VMI_REPLENISHMENT_APPROVAL VARCHAR2 30 VMI Replenishment Approval. Used in vendor managed inventory.
ENABLE_VMI_AUTO_REPLENISH_FLAG VARCHAR2 1 Flag to indicate VMI Auto Replenishment
DESCRIPTION VARCHAR2 240 Description of the item supplier
AVERAGE_DAILY_DEMAND NUMBER Average daily demand for the item supplier
SUPPLIER_LEAD_TIME_DATE DATE Date from which supplier capacity is accumulated
REPLENISHMENT_METHOD NUMBER VMI planning method. Used by vendor managed inventory.
MIN_MINMAX_DAYS NUMBER Min days of supply in VMI. Used by vendor managed inventory.
MAX_MINMAX_DAYS NUMBER This column indicates the max days of supply in VMI.
FORECAST_HORIZON NUMBER Number of working days in the order forecast considered by Collaborative Planning to calculate the average daily usage.
FIXED_ORDER_QUANTITY NUMBER Fixed order quantity for Vendor managed inventory
VMI_REFRESH_FLAG NUMBER Column to identify changes since last VMI run
CAPACITY_TYPE NUMBER Capacity Type 1 = Transportation arranged by Supplier (Capacity to Ship) , 2 = Transportation arranged by Buyer (Capacity to Deliver)
INCLUDE_LIABILITY_AGREEMENT NUMBER Identifies the Include Liability aggrement
ASL_LIABILITY_AGREEMENT_BASIS NUMBER Liability Agreement for the ASL
ASL_ATTRIBUTE_CREATION_DATE DATE Approved Supplier list creation 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.
NEW_PLAN_ID NUMBER Yes This column indicates the new plan identifier.
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.
SIM_EDIT_FLAGS NUMBER 19 Indicates which columns are edited in simulation set records
LAST_SUPCAP_TARGET_COLL_DATE TIMESTAMP This column indicates the date when the supplier capacity target collection was ran for respective item/supplier/site combination. This will be used for rebaselining the supplier capacity.
CRITICAL_SUPPLIER_FLAG NUMBER 1 Flag to enforce capacity constraints only for critical bottleneck suppliers for item-supplier site combinations. Valid values are 1(Yes) and 2(No).

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_ITEM_SUPPLIERS msc_items INVENTORY_ITEM_ID
MSC_ITEM_SUPPLIERS msc_global_trading_partners SUPPLIER_ID
msc_supplier_capacities msc_item_suppliers PLAN_ID, ASL_ID, NEW_PLAN_ID, SIMULATION_SET_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_ITEM_SUPPLIERS_U1 Unique Default PLAN_ID, ASL_ID, NEW_PLAN_ID, SIMULATION_SET_ID
MSC_ITEM_SUPPLIERS_U2 Unique Default PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, SUPPLIER_ID, SUPPLIER_SITE_ID, NEW_PLAN_ID, SIMULATION_SET_ID