Search Results mrp_sub_inventories
Overview
The MRP_SUB_INVENTORIES table is a core data repository within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the central table for storing subinventory netting information, a critical component of the Material Requirements Planning (MRP) engine's supply planning process. During an MRP or Master Production Schedule (MPS) compilation, the system references this table to determine which subinventories within an organization should be considered as available supply (nettable) for meeting planned demand. Its role is to define the mapping between physical inventory locations and the logical planning entity represented by a specific MRP compile, thereby controlling the scope of on-hand inventory netting.
Key Information Stored
The table's structure centers on a composite primary key that uniquely identifies a nettable subinventory for a specific planning run. The key columns are SUB_INVENTORY_CODE, ORGANIZATION_ID, and COMPILE_DESIGNATOR. The SUB_INVENTORY_CODE and ORGANIZATION_ID pair establishes a foreign key relationship to MTL_SECONDARY_INVENTORIES, ensuring referential integrity to the Inventory module's definition of subinventories. The COMPILE_DESIGNATOR links the record to a specific MRP or MPS plan name. The presence of a record for a given subinventory, organization, and plan designator indicates that the on-hand quantity in that subinventory is considered available to net against gross requirements during the plan explosion.
Common Use Cases and Queries
The primary use case is the configuration and analysis of inventory netting for MRP plans. Administrators use this data to verify which subinventories are included in a plan, often through queries like:
- Identifying all nettable subinventories for a specific MRP plan:
SELECT sub_inventory_code FROM mrp_sub_inventories WHERE organization_id = :org_id AND compile_designator = :plan_name; - Validating the setup by joining to MTL_SECONDARY_INVENTORIES for descriptive information:
SELECT msi.secondary_inventory_name, msi.description FROM mrp_sub_inventories msi, mtl_secondary_inventories msi WHERE msi.organization_id = msi.organization_id AND msi.sub_inventory_code = msi.secondary_inventory_name AND msi.compile_designator = :plan_name;
This table is also fundamental for troubleshooting plan output, as excluding a subinventory will cause its on-hand balance to be ignored, potentially creating unexpected planned orders.
Related Objects
MRP_SUB_INVENTORIES has integral relationships with several other MRP execution tables. As per the provided metadata, it is referenced by foreign keys in MRP_INVENTORY_LOTS and MRP_RESERVATIONS, linking lot-level inventory details and reservation data to the specific nettable subinventory-plan combination. Its defining foreign key dependency is on the foundational inventory table MTL_SECONDARY_INVENTORIES. This table is populated and maintained by the MRP planning engine processes; while direct DML is possible, modifications are typically performed through the planning user interface or associated backend APIs to maintain system integrity.
-
Table: MRP_SUB_INVENTORIES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUB_INVENTORIES, object_name:MRP_SUB_INVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Subinventory netting information , implementation_dba_data: MRP.MRP_SUB_INVENTORIES ,
-
Table: MRP_SUB_INVENTORIES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUB_INVENTORIES, object_name:MRP_SUB_INVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Subinventory netting information , implementation_dba_data: MRP.MRP_SUB_INVENTORIES ,
-
View: MRP_TEMP_QUANTITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_TEMP_QUANTITY_V, object_name:MRP_TEMP_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand information view , implementation_dba_data: APPS.MRP_TEMP_QUANTITY_V ,
-
View: MRP_TEMP_QUANTITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_TEMP_QUANTITY_V, object_name:MRP_TEMP_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand information view , implementation_dba_data: APPS.MRP_TEMP_QUANTITY_V ,
-
View: MRP_ORG_QUANTITY_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_DET_V, object_name:MRP_ORG_QUANTITY_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_DET_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_V, object_name:MRP_ITEM_LOT_QUANTITIES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_V ,
-
View: MRP_ORG_QUANTITY_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_DET_V, object_name:MRP_ORG_QUANTITY_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_DET_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_DET_V, object_name:MRP_ITEM_LOT_QUANTITIES_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_DET_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_DET_V, object_name:MRP_ITEM_LOT_QUANTITIES_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_DET_V ,
-
View: MRP_ORG_QUANTITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_V, object_name:MRP_ORG_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_V ,
-
View: MRP_ORG_QUANTITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_V, object_name:MRP_ORG_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_V, object_name:MRP_ITEM_LOT_QUANTITIES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_V ,
-
Table: MRP_INVENTORY_LOTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_INVENTORY_LOTS, object_name:MRP_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory lot information , implementation_dba_data: MRP.MRP_INVENTORY_LOTS ,
-
Table: MRP_INVENTORY_LOTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_INVENTORY_LOTS, object_name:MRP_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory lot information , implementation_dba_data: MRP.MRP_INVENTORY_LOTS ,
-
Table: MRP_RESERVATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RESERVATIONS, object_name:MRP_RESERVATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: Material reservations , implementation_dba_data: MRP.MRP_RESERVATIONS ,
-
Table: MRP_RESERVATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RESERVATIONS, object_name:MRP_RESERVATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: Material reservations , implementation_dba_data: MRP.MRP_RESERVATIONS ,
-
View: MRPFV_PLAN_SUBINVENTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUBINVENTORIES, object_name:MRPFV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUBINVENTORIES ,
-
View: MRPBV_PLAN_SUBINVENTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SUBINVENTORIES, object_name:MRPBV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SUBINVENTORIES ,
-
View: MRPBV_PLAN_SUBINVENTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SUBINVENTORIES, object_name:MRPBV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SUBINVENTORIES ,
-
View: MRPFV_PLAN_SUBINVENTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUBINVENTORIES, object_name:MRPFV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUBINVENTORIES ,
-
View: MRPBV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_INVENTORY_LOTS ,
-
View: MRP_SUB_INVENTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SUB_INVENTORIES_V, object_name:MRP_SUB_INVENTORIES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP subinventory view , implementation_dba_data: APPS.MRP_SUB_INVENTORIES_V ,
-
View: MRP_SUB_INVENTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SUB_INVENTORIES_V, object_name:MRP_SUB_INVENTORIES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP subinventory view , implementation_dba_data: APPS.MRP_SUB_INVENTORIES_V ,
-
View: MRPFV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_INVENTORY_LOTS ,
-
View: MRPBV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_INVENTORY_LOTS ,
-
View: MRPFV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_INVENTORY_LOTS ,