Search Results msc_item_suppliers
Overview
The MSC_ITEM_SUPPLIERS table is a core data repository within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It functions as the master table for supplier-specific sourcing and procurement parameters used by the planning engine. Its primary role is to store critical lead time, order quantity, and delivery scheduling information that defines the operational relationship between a planned item and a specific supplier at a specific site. This data is essential for generating accurate and feasible procurement plans, as it directly influences order release dates, lot sizing, and the scheduling of expected receipts within the planning horizon.
Key Information Stored
The table's structure is centered on the unique combination of an item, a supplier, and a planning context. Key columns include identifiers that link to the item master (INVENTORY_ITEM_ID, ORGANIZATION_ID, SR_INSTANCE_ID, PLAN_ID) and to the supplier master (SUPPLIER_ID, SUPPLIER_SITE_ID). The critical planning parameters stored typically encompass PROCESSING_LEAD_TIME, which defines the total lead time from order placement to receipt; FIXED_LOT_MULTIPLIER and FIXED_ORDER_QUANTITY for order modifiers; and references to delivery calendars (e.g., DELIVERY_CALENDAR_CODE) that specify valid receiving days. This enables the planning engine to calculate precise need-by dates and generate planned purchase orders that adhere to business rules.
Common Use Cases and Queries
A primary use case is the analysis and validation of supplier sourcing rules prior to running a planning cycle. Planners often query this table to ensure lead times and order modifiers are correctly defined for critical items. Common SQL patterns include joining to item and supplier master tables for reporting. For example, to list all supplier sourcing details for a specific item in a plan:
- SELECT mis.*, msi.item_name, mtp.partner_name FROM msc_item_suppliers mis, msc_system_items msi, msc_trading_partners mtp WHERE mis.inventory_item_id = msi.inventory_item_id AND mis.plan_id = msi.plan_id AND mis.sr_instance_id = msi.sr_instance_id AND mis.organization_id = msi.organization_id AND mis.supplier_id = mtp.partner_id AND msi.item_name = '<ITEM_NAME>' AND mis.plan_id = <PLAN_ID>;
Another critical use is troubleshooting planning output, where unexpected planned order dates or quantities can be traced back to the foundational data in this table.
Related Objects
MSC_ITEM_SUPPLIERS maintains defined foreign key relationships with several fundamental ASCP base tables, as documented in the ETRM. These relationships are crucial for data integrity and query joins:
- MSC_SYSTEM_ITEMS: Links planning item definitions. Joined via INVENTORY_ITEM_ID, PLAN_ID, SR_INSTANCE_ID, and ORGANIZATION_ID.
- MSC_TRADING_PARTNERS: Links supplier master data. Joined via SUPPLIER_ID.
- MSC_TRADING_PARTNER_SITES: Links supplier site details. Joined via SUPPLIER_SITE_ID.
This table is also a likely source for various planning-focused views and is heavily referenced by the ASCP planning engine itself when evaluating sourcing options during the plan run.
-
Table: MSC_ITEM_SUPPLIERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the processing lead time, order modifier, and delivery calendar information for each item - supplier/site. , implementation_dba_data: MSC.MSC_ITEM_SUPPLIERS ,
-
Table: MSC_ITEM_SUPPLIERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the processing lead time, order modifier, and delivery calendar information for each item - supplier/site. , implementation_dba_data: MSC.MSC_ITEM_SUPPLIERS ,
-
View: MSC_SEARCH_SUPPLIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_SUPPLIERS_V, object_name:MSC_SEARCH_SUPPLIERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the search criteria for suppliers , implementation_dba_data: APPS.MSC_SEARCH_SUPPLIERS_V ,
-
View: MSC_SEARCH_SUPPLIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_SUPPLIERS_V, object_name:MSC_SEARCH_SUPPLIERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the search criteria for suppliers , implementation_dba_data: APPS.MSC_SEARCH_SUPPLIERS_V ,
-
Table: MSC_ST_ITEM_SUPPLIERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_SUPPLIERS, object_name:MSC_ST_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_ITEM_SUPPLIERS. , implementation_dba_data: MSC.MSC_ST_ITEM_SUPPLIERS ,
-
Table: MSC_ST_ITEM_SUPPLIERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_SUPPLIERS, object_name:MSC_ST_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_ITEM_SUPPLIERS. , implementation_dba_data: MSC.MSC_ST_ITEM_SUPPLIERS ,
-
View: MSC_VMI_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_VMI_ITEM_V, object_name:MSC_VMI_ITEM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_VMI_ITEM_V ,
-
View: MSC_VMI_ITEM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_VMI_ITEM_V, object_name:MSC_VMI_ITEM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_VMI_ITEM_V ,
-
Table: MSC_TRADING_PARTNER_SITES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNER_SITES, object_name:MSC_TRADING_PARTNER_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different sites of an organization. , implementation_dba_data: MSC.MSC_TRADING_PARTNER_SITES ,
-
Table: MSC_TRADING_PARTNER_SITES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNER_SITES, object_name:MSC_TRADING_PARTNER_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different sites of an organization. , implementation_dba_data: MSC.MSC_TRADING_PARTNER_SITES ,
-
Table: MSC_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNERS, object_name:MSC_TRADING_PARTNERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different organizations: customers, vendors, and planned organizations. , implementation_dba_data: MSC.MSC_TRADING_PARTNERS ,
-
View: MSC_SUPPLIERS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_LOV_V, object_name:MSC_SUPPLIERS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_LOV_V ,
-
View: MSC_SUPPLIERS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_LOV_V, object_name:MSC_SUPPLIERS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_LOV_V ,
-
Table: MSC_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNERS, object_name:MSC_TRADING_PARTNERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different organizations: customers, vendors, and planned organizations. , implementation_dba_data: MSC.MSC_TRADING_PARTNERS ,
-
View: MSC_SUPPLIERS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_TREE_V, object_name:MSC_SUPPLIERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_TREE_V ,
-
View: MSC_SUPPLIERS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_TREE_V, object_name:MSC_SUPPLIERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_TREE_V ,
-
View: MSC_ITEM_SUPPLIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SUPPLIER_V, object_name:MSC_ITEM_SUPPLIER_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SUPPLIER_V ,
-
View: MSC_ITEM_SUPPLIER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SUPPLIER_V, object_name:MSC_ITEM_SUPPLIER_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SUPPLIER_V ,
-
Lookup Type: MSC_ODS_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
Lookup Type: MSC_ODS_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
Table: MSC_SYSTEM_ITEMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
Table: MSC_SYSTEM_ITEMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
View: MSC_SEARCH_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ITEMS_V, object_name:MSC_SEARCH_ITEMS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this shows all the search criteria for items , implementation_dba_data: APPS.MSC_SEARCH_ITEMS_V ,
-
View: MSC_SEARCH_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ITEMS_V, object_name:MSC_SEARCH_ITEMS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this shows all the search criteria for items , implementation_dba_data: APPS.MSC_SEARCH_ITEMS_V ,
-
View: MSC_SEARCH_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ORGS_V, object_name:MSC_SEARCH_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for organizations , implementation_dba_data: APPS.MSC_SEARCH_ORGS_V ,
-
View: MSC_SEARCH_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ORGS_V, object_name:MSC_SEARCH_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for organizations , implementation_dba_data: APPS.MSC_SEARCH_ORGS_V ,