Search Results mrp_item_suppliers
Overview
The MRP_ITEM_SUPPLIERS table is a core data repository within the Oracle E-Business Suite Master Scheduling/MRP module. Its primary function is to store and manage supplier-specific sourcing information for inventory items. This table enables the planning engine to consider approved suppliers, their sites, and associated item attributes during Material Requirements Planning (MRP) and Master Production Scheduling (MPS) runs. By maintaining these relationships, it supports strategic sourcing decisions, supplier capacity planning, and the generation of planned purchase orders based on preferred or allocated suppliers.
Key Information Stored
The table's structure centers on uniquely identifying an item-supplier relationship within a specific organizational and planning context. Its composite primary key underscores this, comprising the COMPILE_DESIGNATOR (identifying the specific MRP/MPS plan), SUPPLIER_ID, SUPPLIER_SITE_ID, ORGANIZATION_ID (where the item is defined), INVENTORY_ITEM_ID, and USING_ORGANIZATION_ID. Key columns typically include supplier-related item attributes such as lead times, minimum order quantities, fixed lot multiples, and supplier item numbers. The table acts as the system of record for supplier assignments used in planning, distinct from purchasing sourcing rules which may be used for execution.
Common Use Cases and Queries
A primary use case is analyzing the supplier base for a critical component ahead of a planning cycle. Planners may query this table to validate sourcing assignments or to troubleshoot planning output. Common reporting needs include listing all approved suppliers for an item or identifying items sourced from a specific supplier site. A typical query pattern joins to item and supplier master tables:
- Sample Query: To find all supplier assignments for a specific item in a plan:
SELECT mis.supplier_id, pv.vendor_name, mis.supplier_site_id, pvs.vendor_site_code, msi.segment1 item_code
FROM mrp_item_suppliers mis,
po_vendors pv,
po_vendor_sites_all pvs,
mtl_system_items_b msi
WHERE mis.inventory_item_id = :item_id
AND mis.organization_id = :org_id
AND mis.compile_designator = :plan_name
AND mis.supplier_id = pv.vendor_id
AND mis.supplier_site_id = pvs.vendor_site_id
AND mis.inventory_item_id = msi.inventory_item_id
AND mis.organization_id = msi.organization_id;
Related Objects
The MRP_ITEM_SUPPLIERS table maintains integral relationships with several fundamental EBS master tables, as documented by its foreign keys. These relationships ensure referential integrity and enable comprehensive data joins for reporting and processing.
- MTL_SYSTEM_ITEMS_B: Joined via
INVENTORY_ITEM_IDandORGANIZATION_ID. This links the supplier data to the definitive item master. - PO_VENDORS: Joined via
SUPPLIER_ID. This provides access to the supplier (vendor) master information. - PO_VENDOR_SITES_ALL: Joined via
SUPPLIER_SITE_ID. This links to the specific operational site of the supplier. - MTL_PARAMETERS: Joined via
ORGANIZATION_ID. This validates the organization within inventory master parameters.
These relationships position MRP_ITEM_SUPPLIERS as a central hub connecting planning-specific supplier data with the broader procurement and inventory master data architecture.
-
Table: MRP_ITEM_SUPPLIERS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_SUPPLIERS, object_name:MRP_ITEM_SUPPLIERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Stores supplier specific information for items , implementation_dba_data: MRP.MRP_ITEM_SUPPLIERS ,
-
Table: MRP_ITEM_SUPPLIERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_SUPPLIERS, object_name:MRP_ITEM_SUPPLIERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Stores supplier specific information for items , implementation_dba_data: MRP.MRP_ITEM_SUPPLIERS ,
-
APPS.MRP_REL_PLAN_PUB dependencies on MRP_ITEM_SUPPLIERS
12.2.2
-
APPS.MRP_REL_PLAN_PUB dependencies on MRP_ITEM_SUPPLIERS
12.1.1
-
SYNONYM: APPS.MRP_ITEM_SUPPLIERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_ITEM_SUPPLIERS, status:VALID,
-
SYNONYM: APPS.MRP_ITEM_SUPPLIERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_ITEM_SUPPLIERS, status:VALID,
-
TABLE: MRP.MRP_ITEM_SUPPLIERS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_SUPPLIERS, object_name:MRP_ITEM_SUPPLIERS, status:VALID,
-
VIEW: MRP.MRP_ITEM_SUPPLIERS#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_ITEM_SUPPLIERS#, status:VALID,
-
TABLE: MRP.MRP_ITEM_SUPPLIERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_SUPPLIERS, object_name:MRP_ITEM_SUPPLIERS, status:VALID,
-
APPS.MRP_REL_PLAN_PUB dependencies on BOM_CALENDAR_DATES
12.1.1
-
APPS.MRP_REL_PLAN_PUB dependencies on BOM_CALENDAR_DATES
12.2.2
-
VIEW: MRP.MRP_ITEM_SUPPLIERS#
12.2.2
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
PACKAGE BODY: APPS.MRP_REL_PLAN_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_REL_PLAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.MRP_REL_PLAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_REL_PLAN_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: PO_VENDOR_SITES_ALL
12.2.2
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
Table: PO_VENDOR_SITES_ALL
12.1.1
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDORS
12.1.1
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDORS
12.2.2
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_SYSTEM_ITEMS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,
-
Table: MTL_SYSTEM_ITEMS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,
-
APPS.MRP_REL_PLAN_PUB SQL Statements
12.1.1
-
APPS.MRP_REL_PLAN_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MRP_REL_PLAN_PUB
12.1.1
-
PACKAGE BODY: APPS.MRP_REL_PLAN_PUB
12.2.2
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1