Search Results open swf file
The MRP_Tables.html file in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 serves as a critical reference document detailing the underlying database tables that support Material Requirements Planning (MRP) functionality. MRP is a core module within Oracle Inventory and Oracle Supply Chain Planning, enabling organizations to forecast demand, plan procurement, and optimize inventory levels. The file typically outlines key tables, their relationships, and their roles in MRP processes, providing technical insights for developers, functional consultants, and database administrators.
Key MRP Tables Overview
The MRP_Tables.html document categorizes tables into logical groups based on their purpose in MRP operations. These include:- Master Data Tables: Tables such as
MTL_SYSTEM_ITEMS_B
(item definitions),BOM_BILL_OF_MATERIALS
(BOM structures), andMRP_FORECAST_ITEMS
(forecast data) store foundational information required for MRP calculations. - Transaction Tables: Tables like
MRP_RECOMMENDATIONS
(output of MRP runs),MRP_RELIEF_ITEMS
(pegging relationships), andMRP_SOURCING_RULES
(sourcing logic) capture dynamic data generated during planning cycles. - Temporary/Work Tables: Tables such as
MRP_TEMP_DEMAND
andMRP_TEMP_SUPPLY
act as staging areas during MRP engine execution, improving performance by segregating transient data. - Parameter Tables:
MRP_PLANNING_PARAMETERS
andMRP_PLAN_ORGANIZATIONS
define planning scope, horizon settings, and organizational hierarchies.
Technical Relationships and Dependencies
The document highlights foreign key relationships between tables, such as links betweenMRP_RECOMMENDATIONS
and inventory tables (MTL_SYSTEM_ITEMS_B
), or between MRP_RELIEF_ITEMS
and order management tables (OE_ORDER_LINES_ALL
). These relationships ensure data integrity across modules. Indexes, such as those on MRP_SCHEDULE_DATES
(e.g., MRP_SCHEDULE_DATES_N1
for plan_id), are also documented to aid performance tuning.
Functional Significance
From a functional perspective, the tables enable:- Demand Management:
MRP_FORECAST_DATES
andMRP_FORECAST_ITEMS
store forecast entries that drive planned orders. - Supply Planning:
MRP_SUPPLY
aggregates purchase orders, work orders, and on-hand inventory to balance supply against demand. - Exception Handling:
MRP_EXCEPTIONS
logs planning issues (e.g., shortages or excess inventory) for user review.
Integration Points
The tables interface with other EBS modules:- Inventory: Links to
MTL_ONHAND_QUANTITIES
for real-time stock levels. - Purchasing: Integration with
PO_REQUISITIONS_INTERFACE
for automated requisition creation. - Order Management: Coordination with
OE_ORDER_LINES_ALL
to prioritize customer demand.
Customization and Extensions
The document may also note extensible columns (e.g.,ATTRIBUTE1-15
in MRP_RECOMMENDATIONS
) for user-defined fields, enabling customizations without schema modifications. Views like MRP_RECOMMENDATIONS_V
abstract complex joins for reporting.
Conclusion
MRP_Tables.html is an indispensable technical resource for troubleshooting, customization, or performance optimization in Oracle EBS MRP. By detailing table structures, relationships, and usage patterns, it bridges the gap between functional requirements and technical implementation, ensuring efficient MRP operations within Oracle's supply chain ecosystem.-
File: MRP_Dependencies.html
12.1.1
product: MRP - Master Scheduling/MRP , size: 375.055 KBytes , file_type: HTML Report , description: MRP_Dependencies.html is an html report that documents dependencies to tables and views in the MRP product. ,
-
File: MRPProduct_Dependencies.html
12.1.1
product: MRP - Master Scheduling/MRP , size: 39.098 KBytes , file_type: HTML Report , description: MRPProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the MRP product. ,
-
File: MRP_Tables.html
12.1.1
product: MRP - Master Scheduling/MRP , size: 2.455 MBytes , file_type: HTML Report , description: MRP_Tables.html is an html report that documents the table and view definitions for the MRP product. ,
-
File: MRP_Tables.html
12.2.2
product: MRP - Master Scheduling/MRP , size: 2.449 MBytes , file_type: HTML Report , description: MRP_Tables.html is an html report that documents the table and view definitions for the MRP product. ,
-
File: MRPProduct_Dependencies.html
12.2.2
product: MRP - Master Scheduling/MRP , size: 37.622 KBytes , file_type: HTML Report , description: MRPProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the MRP product. ,
-
File: MRP_Dependencies.html
12.2.2
product: MRP - Master Scheduling/MRP , size: 370.666 KBytes , file_type: HTML Report , description: MRP_Dependencies.html is an html report that documents dependencies to tables and views in the MRP product. ,
-
File: Manufacturing Planning ERD.pdf
12.1.1
product: MRP - Master Scheduling/MRP , size: 286.774 KBytes , file_type: PDF Diagram ,
-
File: Manufacturing Planning ERD.pdf
12.2.2
product: MRP - Master Scheduling/MRP , size: 286.774 KBytes , file_type: PDF Diagram ,
-
Table: MRP_FILES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FILES, object_name:MRP_FILES, status:VALID, product: MRP - Master Scheduling/MRP , description: File names used by the planner , implementation_dba_data: MRP.MRP_FILES ,
-
Table: MRP_FILES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FILES, object_name:MRP_FILES, status:VALID, product: MRP - Master Scheduling/MRP , description: File names used by the planner , implementation_dba_data: MRP.MRP_FILES ,
-
View: MRP_RHX_JOBS_PLANNED_REQ_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding material requirement for open discrete job , implementation_dba_data: Not implemented in this database ,
-
View: MRP_RHX_JOBS_PLANNED_REQ_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding material requirement for open discrete job , implementation_dba_data: Not implemented in this database ,
-
View: MRP_RHX_JOBS_RESOURCES_REQ_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting info regarding resource requirements for open discrete jobs , implementation_dba_data: Not implemented in this database ,
-
View: MRP_RHX_JOBS_RESOURCES_REQ_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting info regarding resource requirements for open discrete jobs , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WORK_ORDERS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding open discrete jobs , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WORK_ORDERS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding open discrete jobs , implementation_dba_data: Not implemented in this database ,