Search Results mrp_gross_requirements
Overview
The MRP_GROSS_REQUIREMENTS table is a core transactional data store within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the primary repository for all gross requirement records generated during a Material Requirements Planning (MRP) or Master Production Schedule (MPS) run. A gross requirement represents the total demand for a component item before considering any available inventory, scheduled receipts, or safety stock. This table is fundamental to the planning engine's logic, as it holds the foundational demand data against which netting and planning calculations are performed to generate supply recommendations.
Key Information Stored
The table stores detailed records for each demand instance. Its primary key is the DEMAND_ID, which uniquely identifies each gross requirement record. Critical foreign key relationships define the context of the demand. These include links to the MRP_SYSTEM_ITEMS table (via INVENTORY_ITEM_ID, ORGANIZATION_ID, and COMPILE_DESIGNATOR) to identify the demanded component item, and to the same table for the USING_ASSEMBLY_ITEM_ID to identify the parent assembly creating the demand. The DISPOSITION_ID column links to the MRP_RECOMMENDATIONS table, connecting the raw demand to the planned order or schedule that was generated to fulfill it. Other essential columns typically include the requirement quantity, the date the demand is needed, and identifiers for the specific planning run (COMPILE_DESIGNATOR) and organization (ORGANIZATION_ID).
Common Use Cases and Queries
This table is central to demand analysis, pegging inquiries, and troubleshooting planning output. A common use case is tracing the source of demand for a specific component. For example, a planner might query to see all gross requirements for an item in a given plan to understand total demand volume. Another critical scenario involves pegging analysis, where the relationship between a supply recommendation and its originating demand is examined. The foreign key to MRP_FULL_PEGGING facilitates this. A typical analytical query would join MRP_GROSS_REQUIREMENTS with MRP_SYSTEM_ITEMS and filter by ITEM, ORGANIZATION, and PLAN.
- Sample Query Pattern: SELECT mgr.*, msi.segment1 item_code FROM mrp_gross_requirements mgr, mrp_system_items msi WHERE mgr.inventory_item_id = msi.inventory_item_id AND mgr.organization_id = msi.organization_id AND mgr.compile_designator = msi.compile_designator AND msi.segment1 = '&ITEM' AND mgr.compile_designator = '&PLAN';
Related Objects
The MRP_GROSS_REQUIREMENTS table has integral relationships with several other key MRP tables. Its primary foreign key dependencies, as documented, are:
- MRP_RECOMMENDATIONS: Linked via DISPOSITION_ID, this relationship connects a demand to the planned order, purchase requisition, or work order recommended to satisfy it.
- MRP_SYSTEM_ITEMS: Linked twice—for the component item being demanded and for the parent assembly creating the demand. This provides all item master attributes for the planning context.
- MRP_FULL_PEGGING: The DEMAND_ID is referenced by this table, which provides detailed hierarchical pegging information to trace demand back to its ultimate source (e.g., a sales order or forecast).
These relationships make MRP_GROSS_REQUIREMENTS a critical junction point for understanding the complete flow from source demand to planned supply within the planning engine.
-
Table: MRP_GROSS_REQUIREMENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_GROSS_REQUIREMENTS, object_name:MRP_GROSS_REQUIREMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Gross requirements , implementation_dba_data: MRP.MRP_GROSS_REQUIREMENTS ,
-
Table: MRP_GROSS_REQUIREMENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_GROSS_REQUIREMENTS, object_name:MRP_GROSS_REQUIREMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Gross requirements , implementation_dba_data: MRP.MRP_GROSS_REQUIREMENTS ,
-
View: MRP_BIS_LATE_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_LATE_ORDERS_V, object_name:MRP_BIS_LATE_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_LATE_ORDERS_V ,
-
View: MRP_BIS_LATE_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_LATE_ORDERS_V, object_name:MRP_BIS_LATE_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_LATE_ORDERS_V ,
-
Table: MRP_SYSTEM_ITEMS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Table: MRP_SYSTEM_ITEMS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Table: MRP_FULL_PEGGING
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FULL_PEGGING, object_name:MRP_FULL_PEGGING, status:VALID, product: MRP - Master Scheduling/MRP , description: Full Pegging information , implementation_dba_data: MRP.MRP_FULL_PEGGING ,
-
Table: MRP_FULL_PEGGING
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FULL_PEGGING, object_name:MRP_FULL_PEGGING, status:VALID, product: MRP - Master Scheduling/MRP , description: Full Pegging information , implementation_dba_data: MRP.MRP_FULL_PEGGING ,
-
View: MRP_BIS_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_ORDERS_V, object_name:MRP_BIS_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_ORDERS_V ,
-
View: MRP_BIS_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_ORDERS_V, object_name:MRP_BIS_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_ORDERS_V ,
-
Table: MRP_RECOMMENDATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
Table: MRP_RECOMMENDATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
View: MRP_DAILY_DEMAND_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_DEMAND_VIEW, object_name:MRP_DAILY_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed demand view , implementation_dba_data: APPS.MRP_DAILY_DEMAND_VIEW ,
-
View: MRP_DAILY_DEMAND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_DEMAND_VIEW, object_name:MRP_DAILY_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed demand view , implementation_dba_data: APPS.MRP_DAILY_DEMAND_VIEW ,
-
View: MRP_PERIODIC_DEMAND_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PERIODIC_DEMAND_VIEW, object_name:MRP_PERIODIC_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Period bucketed demand view , implementation_dba_data: APPS.MRP_PERIODIC_DEMAND_VIEW ,
-
View: MRP_WEEKLY_DEMAND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEEKLY_DEMAND_VIEW, object_name:MRP_WEEKLY_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Weekly bucketed demand view , implementation_dba_data: APPS.MRP_WEEKLY_DEMAND_VIEW ,
-
View: MRP_PERIODIC_DEMAND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PERIODIC_DEMAND_VIEW, object_name:MRP_PERIODIC_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Period bucketed demand view , implementation_dba_data: APPS.MRP_PERIODIC_DEMAND_VIEW ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
View: MRP_WEEKLY_DEMAND_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEEKLY_DEMAND_VIEW, object_name:MRP_WEEKLY_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Weekly bucketed demand view , implementation_dba_data: APPS.MRP_WEEKLY_DEMAND_VIEW ,
-
View: MRP_WEB_PLAN_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLAN_ITEMS_V, object_name:MRP_WEB_PLAN_ITEMS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Items Information , implementation_dba_data: APPS.MRP_WEB_PLAN_ITEMS_V ,
-
View: MRP_WEB_PLAN_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLAN_ITEMS_V, object_name:MRP_WEB_PLAN_ITEMS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Items Information , implementation_dba_data: APPS.MRP_WEB_PLAN_ITEMS_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V ,
-
View: MRPBV_PLAN_EXCEPTION_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_EXCEPTION_DETAILS, object_name:MRPBV_PLAN_EXCEPTION_DETAILS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_EXCEPTION_DETAILS ,
-
View: MRPBV_PLAN_EXCEPTION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_EXCEPTION_DETAILS, object_name:MRPBV_PLAN_EXCEPTION_DETAILS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_EXCEPTION_DETAILS ,
-
View: MRP_FLP_END_DEMAND2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND2_V, object_name:MRP_FLP_END_DEMAND2_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information , implementation_dba_data: APPS.MRP_FLP_END_DEMAND2_V ,
-
View: MRP_FLP_END_DEMAND2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND2_V, object_name:MRP_FLP_END_DEMAND2_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information , implementation_dba_data: APPS.MRP_FLP_END_DEMAND2_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V2, object_name:MRP_FLP_SUPPLY_DEMAND_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V2 ,
-
View: MRP_FLP_SUPPLY_DEMAND_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V2, object_name:MRP_FLP_SUPPLY_DEMAND_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V2 ,
-
View: MRPBV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_DEMANDS, object_name:MRPBV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_DEMANDS ,
-
View: MRP_EXCEPTION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_EXCEPTION_DETAILS_V, object_name:MRP_EXCEPTION_DETAILS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Enhanced exception message , implementation_dba_data: APPS.MRP_EXCEPTION_DETAILS_V ,
-
View: MRP_EXCEPTION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_EXCEPTION_DETAILS_V, object_name:MRP_EXCEPTION_DETAILS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Enhanced exception message , implementation_dba_data: APPS.MRP_EXCEPTION_DETAILS_V ,
-
View: MRPBV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_DEMANDS, object_name:MRPBV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_DEMANDS ,
-
View: MRP_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_V, object_name:MRP_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP supply and demand view , implementation_dba_data: APPS.MRP_ORDERS_V ,
-
View: MRPFV_PLAN_EXCEPTION_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_EXCEPTION_DETAILS, object_name:MRPFV_PLAN_EXCEPTION_DETAILS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_EXCEPTION_DETAILS ,
-
View: MRP_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_V, object_name:MRP_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP supply and demand view , implementation_dba_data: APPS.MRP_ORDERS_V ,
-
View: MRPFV_PLAN_EXCEPTION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_EXCEPTION_DETAILS, object_name:MRPFV_PLAN_EXCEPTION_DETAILS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_EXCEPTION_DETAILS ,
-
View: MRP_FLP_END_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND_V, object_name:MRP_FLP_END_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information for end assemblies , implementation_dba_data: APPS.MRP_FLP_END_DEMAND_V ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
View: MRP_FLP_ONHAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_ONHAND_V, object_name:MRP_FLP_ONHAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of on hand information , implementation_dba_data: APPS.MRP_FLP_ONHAND_V ,
-
View: MRP_FLP_ONHAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_ONHAND_V, object_name:MRP_FLP_ONHAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of on hand information , implementation_dba_data: APPS.MRP_FLP_ONHAND_V ,
-
View: MRPFV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRP_FLP_END_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND_V, object_name:MRP_FLP_END_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information for end assemblies , implementation_dba_data: APPS.MRP_FLP_END_DEMAND_V ,
-
View: MRPFV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRP_FLP_DEMAND_SUPPLY_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_DEMAND_SUPPLY_V2, object_name:MRP_FLP_DEMAND_SUPPLY_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_DEMAND_SUPPLY_V2 ,
-
View: MRP_FLP_DEMAND_SUPPLY_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_DEMAND_SUPPLY_V2, object_name:MRP_FLP_DEMAND_SUPPLY_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_DEMAND_SUPPLY_V2 ,
-
View: MRP_ORDERS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_SC_V, object_name:MRP_ORDERS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: APPS.MRP_ORDERS_SC_V ,
-
View: OLD_ORDERS_SC_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: Not implemented in this database ,