Search Results mrp interface
The MR_SIZE_TBL is a critical table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, primarily associated with the Manufacturing and Planning modules. This table stores size-related attributes for items, which are essential for Material Requirements Planning (MRP), inventory management, and production scheduling. Below is a detailed analysis of its structure, purpose, and usage within Oracle EBS.
1. Table Overview
The MR_SIZE_TBL is a reference table that maintains size-based information for items, enabling organizations to categorize and manage inventory based on dimensional attributes. It is particularly useful in industries where items vary by size, such as apparel, automotive, or construction. The table is part of the Oracle Manufacturing schema and is often referenced in MRP, Inventory, and Product Development modules.2. Key Columns and Structure
The table typically contains the following columns:- SIZE_ID: A unique identifier for each size entry.
- SIZE_CODE: A user-defined code representing the size (e.g., 'S', 'M', 'L').
- DESCRIPTION: A textual description of the size.
- UOM_CODE: The unit of measure associated with the size (e.g., 'INCH', 'CM').
- ENABLED_FLAG: Indicates whether the size is active (Y/N).
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period for the size.
3. Functional Role in Oracle EBS
The MR_SIZE_TBL plays a pivotal role in:- Item Master Setup: Sizes defined in this table are assigned to items in MTL_SYSTEM_ITEMS_B, enabling size-based inventory tracking.
- MRP and Forecasting: Size attributes are used in demand planning and material requirements calculations.
- Order Management: Sales orders and purchase orders can reference sizes for accurate fulfillment.
- Reporting: Enables granular reporting on inventory levels, sales, and production by size.
4. Integration with Other Modules
The table integrates with:- Inventory (INV): Links to MTL_ITEM_SIZES for item-size associations.
- Order Management (OM): Sizes are referenced in order lines (OE_ORDER_LINES_ALL).
- Product Development: Used in Bills of Materials (BOMs) for size-specific components.
5. Customization and Extensions
Organizations often extend the table by:- Adding custom columns (e.g., WEIGHT_PER_SIZE) via descriptive flexfields.
- Creating size hierarchies for multi-level categorization.
- Developing custom APIs to automate size assignments.
6. Best Practices
To optimize usage:- Standardize size codes to avoid duplication.
- Use the ENABLED_FLAG to retire obsolete sizes.
- Leverage indexes on SIZE_ID and SIZE_CODE for performance.
7. Conclusion
The MR_SIZE_TBL is a foundational table in Oracle EBS for managing size-based inventory and planning. Its integration across modules ensures consistency in item categorization, enabling efficient operations in industries where size variations are critical. Proper configuration and maintenance of this table are essential for accurate MRP, inventory control, and order fulfillment.-
File: GMP 11i9 MRP & MPS ERD.pdf
12.2.2
product: GMP - Process Manufacturing Process Planning , size: 26.684 KBytes , file_type: PDF Diagram ,
-
File: GMP 11i9 MRP & MPS ERD.pdf
12.1.1
product: GMP - Process Manufacturing Process Planning , size: 26.684 KBytes , file_type: PDF Diagram ,
-
Concurrent Program: MRR03
12.1.1
execution_filename: MRR03 , product: GMP - Process Manufacturing Process Planning , user_name: MRR03 , description: MRP Error Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR1USR
12.2.2
execution_filename: RIMR1USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR1USR , description: MRP Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMRAUSR
12.2.2
execution_filename: RIMRAUSR , product: GMP - Process Manufacturing Process Planning , user_name: RIMRAUSR , description: MRP Action Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR1USR
12.1.1
execution_filename: RIMR1USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR1USR , description: MRP Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR2USR
12.1.1
execution_filename: RIMR2USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR2USR , description: MRP Bucketed Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMRAUSR
12.1.1
execution_filename: RIMRAUSR , product: GMP - Process Manufacturing Process Planning , user_name: RIMRAUSR , description: MRP Action Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: MRR03
12.2.2
execution_filename: MRR03 , product: GMP - Process Manufacturing Process Planning , user_name: MRR03 , description: MRP Error Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR2USR
12.2.2
execution_filename: RIMR2USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR2USR , description: MRP Bucketed Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMRRUN
12.2.2
execution_filename: GMRRUN , product: GMP - Process Manufacturing Process Planning , user_name: GMRRUN , description: OPM MRP Run , subroutine_name: MRP , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Concurrent Program: GMRRUN
12.1.1
execution_filename: GMRRUN , product: GMP - Process Manufacturing Process Planning , user_name: GMRRUN , description: OPM MRP Run , subroutine_name: MRP , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Concurrent Program: GMPMRRP
12.1.1
execution_filename: GMPMRRP.GMP_PRINT_MRP , product: GMP - Process Manufacturing Process Planning , user_name: GMPMRRP , description: MRP Print Bucketed Material Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPMRRP
12.2.2
execution_filename: GMPMRRP.GMP_PRINT_MRP , product: GMP - Process Manufacturing Process Planning , user_name: GMPMRRP , description: MRP Print Bucketed Material Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPMRACT
12.1.1
execution_filename: GMPMRACT.PRINT_MRP_ACTIVITY , product: GMP - Process Manufacturing Process Planning , user_name: GMPMRACT , description: MRP Material Activity Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPMRACT
12.2.2
execution_filename: GMPMRACT.PRINT_MRP_ACTIVITY , product: GMP - Process Manufacturing Process Planning , user_name: GMPMRACT , description: MRP Material Activity Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: MR_SIZE_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SIZE_TBL, object_name:MR_SIZE_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP runs sizing. MRP allocates memory based on max number of rows mentioned in this table. The values are updated when a MRP Run gets rows more than mentioned in this table. , implementation_dba_data: GMP.MR_SIZE_TBL ,
-
Concurrent Program: GMPRELMR
12.1.1
execution_filename: gmp_mrp_auto_rel_pkg.perform_auto_release , product: GMP - Process Manufacturing Process Planning , user_name: GMPRELMR , description: Auto Release of Planning Suggestions for MRP , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPRELMR
12.2.2
execution_filename: gmp_mrp_auto_rel_pkg.perform_auto_release , product: GMP - Process Manufacturing Process Planning , user_name: GMPRELMR , description: Auto Release of Planning Suggestions for MRP , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: MR_SIZE_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SIZE_TBL, object_name:MR_SIZE_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP runs sizing. MRP allocates memory based on max number of rows mentioned in this table. The values are updated when a MRP Run gets rows more than mentioned in this table. , implementation_dba_data: GMP.MR_SIZE_TBL ,
-
Lookup Type: MRP_MSG_IND
12.1.1
product: GMP - Process Manufacturing Process Planning , meaning: MRP Message Indicator , description: MRP Message Indicator ,
-
Lookup Type: MRP_MSG_IND
12.2.2
product: GMP - Process Manufacturing Process Planning , meaning: MRP Message Indicator , description: MRP Message Indicator ,
-
Table: CR_RSRC_CLS_TL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_TL, object_name:CR_RSRC_CLS_TL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Master for MRP , implementation_dba_data: GMP.CR_RSRC_CLS_TL ,
-
Table: CR_RSRC_MST_TL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_TL, object_name:CR_RSRC_MST_TL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Master for MRP , implementation_dba_data: GMP.CR_RSRC_MST_TL ,
-
Table: CR_RSRC_CLS_TL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_TL, object_name:CR_RSRC_CLS_TL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Master for MRP , implementation_dba_data: GMP.CR_RSRC_CLS_TL ,
-
Table: CR_RSRC_MST_TL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_TL, object_name:CR_RSRC_MST_TL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Master for MRP , implementation_dba_data: GMP.CR_RSRC_MST_TL ,
-
Table: MR_PARM_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_PARM_DTL, object_name:MR_PARM_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP run parameters. , implementation_dba_data: GMP.MR_PARM_DTL ,
-
Table: MR_UBKT_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_UBKT_DTL, object_name:MR_UBKT_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: This table is a 'temporary table' in the sense that data is deleted with each MRP run and there were issues running the reports with PK, therefore it was removed. , implementation_dba_data: GMP.MR_UBKT_DTL ,
-
Table: MR_PARM_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_PARM_DTL, object_name:MR_PARM_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP run parameters. , implementation_dba_data: GMP.MR_PARM_DTL ,
-
Table: MR_TEXT_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_TEXT_HDR, object_name:MR_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for MRP. , implementation_dba_data: GMP.MR_TEXT_HDR ,
-
Table: MR_UBKT_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_UBKT_DTL, object_name:MR_UBKT_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: This table is a 'temporary table' in the sense that data is deleted with each MRP run and there were issues running the reports with PK, therefore it was removed. , implementation_dba_data: GMP.MR_UBKT_DTL ,
-
Table: MR_TEXT_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_TEXT_HDR, object_name:MR_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for MRP. , implementation_dba_data: GMP.MR_TEXT_HDR ,
-
Table: MR_TRAN_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_TRAN_TBL, object_name:MR_TRAN_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP transactions. , implementation_dba_data: GMP.MR_TRAN_TBL ,
-
Table: MR_MESG_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_MESG_TBL, object_name:MR_MESG_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP Error message log. , implementation_dba_data: GMP.MR_MESG_TBL ,
-
Table: MR_MESG_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_MESG_TBL, object_name:MR_MESG_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP Error message log. , implementation_dba_data: GMP.MR_MESG_TBL ,
-
Table: MR_TRAN_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_TRAN_TBL, object_name:MR_TRAN_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP transactions. , implementation_dba_data: GMP.MR_TRAN_TBL ,
-
Table: MR_ACTN_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_ACTN_TBL, object_name:MR_ACTN_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP Action messages. , implementation_dba_data: GMP.MR_ACTN_TBL ,
-
Table: MR_ACTN_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_ACTN_TBL, object_name:MR_ACTN_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP Action messages. , implementation_dba_data: GMP.MR_ACTN_TBL ,