Search Results mrp_recommendations
Overview
The MRP_RECOMMENDATIONS table is a core transactional repository within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the central data store for all output recommendations generated by a Material Requirements Planning (MRP) or Master Production Schedule (MPS) plan run. When a plan is compiled, this table is populated with detailed, time-phased suggestions for managing supply and demand, including planned orders, reschedule in/out actions, and cancellation recommendations. Its role is critical for planners who use the MRP Workbench and related processes to review, firm, and implement these system-generated suggestions to maintain an optimal supply chain.
Key Information Stored
The table's primary key is the TRANSACTION_ID, uniquely identifying each recommendation record. Key columns define the item, organization, and plan context (INVENTORY_ITEM_ID, ORGANIZATION_ID, COMPILE_DESIGNATOR). The RECOMMENDATION_TYPE column categorizes the action, such as 'CREATE', 'RESCHEDULE IN', or 'CANCEL'. Dates like NEW_SUGGESTED_DATE and OLD_SUGGESTED_DATE track schedule changes, while QUANTITY and ORDER_NUMBER detail the recommendation specifics. The DISPOSITION_ID is a crucial foreign key linking the recommendation to its source supply (e.g., a purchase order or work order) in related disposition tables. This structure provides a complete audit trail of the plan's logic.
Common Use Cases and Queries
The primary use case is querying recommendations for planner review and action within the MRP Workbench. Typical queries filter by plan, organization, item, date range, and recommendation type. For example, to extract all planned order creation recommendations for a specific plan, a query would join to MRP_SYSTEM_ITEMS for item details:
- SELECT ms1.concatenated_segments ITEM, mr.RECOMMENDATION_TYPE, mr.NEW_SUGGESTED_DATE, mr.QUANTITY FROM MRP_RECOMMENDATIONS mr, MRP_SYSTEM_ITEMS ms1 WHERE mr.ORGANIZATION_ID = ms1.ORGANIZATION_ID AND mr.INVENTORY_ITEM_ID = ms1.INVENTORY_ITEM_ID AND mr.COMPILE_DESIGNATOR = '<PLAN_NAME>' AND mr.RECOMMENDATION_TYPE = 'CREATE' ORDER BY ms1.concatenated_segments, mr.NEW_SUGGESTED_DATE;
Reporting often focuses on summarizing recommendations by type or analyzing suggested reschedule actions to assess plan stability. Data from this table is also the source for pegging and relief transactions when recommendations are implemented.
Related Objects
MRP_RECOMMENDATIONS has extensive foreign key relationships, underscoring its central role. Key documented relationships include:
- MRP_SYSTEM_ITEMS: Joined via INVENTORY_ITEM_ID, ORGANIZATION_ID, and COMPILE_DESIGNATOR for plan-specific item attributes.
- MRP_ITEM_PURCHASE_ORDERS & MRP_ITEM_WIP_ENTITIES: Joined via DISPOSITION_ID to link recommendations to specific purchase or work order supplies.
- MRP_FULL_PEGGING & MRP_GROSS_REQUIREMENTS: Joined via TRANSACTION_ID and DISPOSITION_ID, respectively, for demand-supply traceability.
- MRP_RELIEF_INTERFACE: Joined via PLANNED_ORDER_ID to track the relief of planned orders.
- MRP_WORKBENCH_QUERY & MRP_SUGG_REP_SCHEDULES: Joined via TRANSACTION_ID to support workbench filtering and suggested repetitive schedules.
- WIP_LINES: Joined via LINE_ID for production line details.
- CRP_RESOURCE_PLAN & FLM_SEQ_TASK_DEMANDS: Joined via SOURCE_TRANSACTION_ID and DEMAND_ID, respectively, linking to Capacity Planning and Flow Manufacturing.
-
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 ,
-
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 ,
-
View: MRPBV_PLAN_RESOURCE_LOADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_RESOURCE_LOADS, object_name:MRPBV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_RESOURCE_LOADS ,
-
View: MRPBV_PLAN_RESOURCE_LOADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_RESOURCE_LOADS, object_name:MRPBV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_RESOURCE_LOADS ,
-
View: MRPFV_PLAN_RESOURCE_LOADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_RESOURCE_LOADS, object_name:MRPFV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_RESOURCE_LOADS ,
-
View: MRPFV_PLAN_RESOURCE_LOADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_RESOURCE_LOADS, object_name:MRPFV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_RESOURCE_LOADS ,
-
Table: MRP_SUGG_REP_SCHEDULES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUGG_REP_SCHEDULES, object_name:MRP_SUGG_REP_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: Suggested repetitive schedules , implementation_dba_data: MRP.MRP_SUGG_REP_SCHEDULES ,
-
Table: MRP_ITEM_PURCHASE_ORDERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_PURCHASE_ORDERS, object_name:MRP_ITEM_PURCHASE_ORDERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchase orders and purchase requisitions , implementation_dba_data: MRP.MRP_ITEM_PURCHASE_ORDERS ,
-
Table: MRP_SUGG_REP_SCHEDULES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUGG_REP_SCHEDULES, object_name:MRP_SUGG_REP_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: Suggested repetitive schedules , implementation_dba_data: MRP.MRP_SUGG_REP_SCHEDULES ,
-
Table: MRP_ITEM_PURCHASE_ORDERS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_PURCHASE_ORDERS, object_name:MRP_ITEM_PURCHASE_ORDERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchase orders and purchase requisitions , implementation_dba_data: MRP.MRP_ITEM_PURCHASE_ORDERS ,
-
Table: MRP_ITEM_WIP_ENTITIES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_WIP_ENTITIES, object_name:MRP_ITEM_WIP_ENTITIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Discrete jobs , implementation_dba_data: MRP.MRP_ITEM_WIP_ENTITIES ,
-
Table: MRP_ITEM_WIP_ENTITIES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_WIP_ENTITIES, object_name:MRP_ITEM_WIP_ENTITIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Discrete jobs , implementation_dba_data: MRP.MRP_ITEM_WIP_ENTITIES ,
-
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 ,
-
Table: MRP_WORKBENCH_QUERY
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WORKBENCH_QUERY, object_name:MRP_WORKBENCH_QUERY, status:VALID, product: MRP - Master Scheduling/MRP , description: Recommendations based on user criteria selected in MRP Planner WorkBench , implementation_dba_data: MRP.MRP_WORKBENCH_QUERY ,
-
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_RELIEF_INTERFACE
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RELIEF_INTERFACE, object_name:MRP_RELIEF_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Interface table to relieve the master schedule tables , implementation_dba_data: MRP.MRP_RELIEF_INTERFACE ,
-
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 ,
-
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_RELIEF_INTERFACE
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RELIEF_INTERFACE, object_name:MRP_RELIEF_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Interface table to relieve the master schedule tables , implementation_dba_data: MRP.MRP_RELIEF_INTERFACE ,
-
Table: MRP_SCHEDULE_DATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DATES, object_name:MRP_SCHEDULE_DATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Master production schedule and master demand schedule , implementation_dba_data: MRP.MRP_SCHEDULE_DATES ,
-
Table: MRP_WORKBENCH_QUERY
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WORKBENCH_QUERY, object_name:MRP_WORKBENCH_QUERY, status:VALID, product: MRP - Master Scheduling/MRP , description: Recommendations based on user criteria selected in MRP Planner WorkBench , implementation_dba_data: MRP.MRP_WORKBENCH_QUERY ,
-
Table: MRP_SCHEDULE_DATES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DATES, object_name:MRP_SCHEDULE_DATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Master production schedule and master demand schedule , implementation_dba_data: MRP.MRP_SCHEDULE_DATES ,
-
View: MRP_RHX_FIRM_PLANNED_ORDERS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting the information for firm planned orders , implementation_dba_data: Not implemented in this database ,
-
View: MRP_DAILY_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_SUPPLY_VIEW, object_name:MRP_DAILY_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed supply view , implementation_dba_data: APPS.MRP_DAILY_SUPPLY_VIEW ,
-
View: MRP_DAILY_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_SUPPLY_VIEW, object_name:MRP_DAILY_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed supply view , implementation_dba_data: APPS.MRP_DAILY_SUPPLY_VIEW ,
-
View: MRP_PERIODIC_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PERIODIC_SUPPLY_VIEW, object_name:MRP_PERIODIC_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Period bucketed supply view , implementation_dba_data: APPS.MRP_PERIODIC_SUPPLY_VIEW ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
View: MRP_RHX_FIRM_PLANNED_ORDERS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting the information for firm planned orders , implementation_dba_data: Not implemented in this database ,
-
View: MRP_WEEKLY_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEEKLY_SUPPLY_VIEW, object_name:MRP_WEEKLY_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Weekly bucketed supply view , implementation_dba_data: APPS.MRP_WEEKLY_SUPPLY_VIEW ,
-
View: MRP_PERIODIC_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PERIODIC_SUPPLY_VIEW, object_name:MRP_PERIODIC_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Period bucketed supply view , implementation_dba_data: APPS.MRP_PERIODIC_SUPPLY_VIEW ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
View: MRP_WEEKLY_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEEKLY_SUPPLY_VIEW, object_name:MRP_WEEKLY_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Weekly bucketed supply view , implementation_dba_data: APPS.MRP_WEEKLY_SUPPLY_VIEW ,
-
View: MRP_FLP_SUPPLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_V, object_name:MRP_FLP_SUPPLY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of supply information , implementation_dba_data: APPS.MRP_FLP_SUPPLY_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_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_V, object_name:MRP_FLP_SUPPLY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of supply information , implementation_dba_data: APPS.MRP_FLP_SUPPLY_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: 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_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_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: 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: 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.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 ,
-
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 ,
-
View: MRP_WEB_PLANNED_SUPPLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLANNED_SUPPLY_V, object_name:MRP_WEB_PLANNED_SUPPLY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply information for items , implementation_dba_data: APPS.MRP_WEB_PLANNED_SUPPLY_V ,
-
View: MRP_WEB_PLANNED_SUPPLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLANNED_SUPPLY_V, object_name:MRP_WEB_PLANNED_SUPPLY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply information for items , implementation_dba_data: APPS.MRP_WEB_PLANNED_SUPPLY_V ,
-
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 ,
-
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 ,
-
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: MRPBV_PLAN_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SUPPLIES, object_name:MRPBV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SUPPLIES ,