Search Results mr_mesg_tbl
Overview
The MR_MESG_TBL table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Process Planning (GMP) module. It functions as the primary error message log for the Material Requirements Planning (MRP) engine. When an MRP run is executed, this table captures detailed diagnostic messages, warnings, and errors generated during the planning process. Its role is critical for troubleshooting, auditing, and validating the output of MRP calculations, enabling planners and system administrators to identify and resolve issues related to item definitions, formulas, warehouse parameters, and organizational data that may impede successful planning.
Key Information Stored
The table's structure is designed to categorize and detail each planning message. Its primary key is a composite of MRP_ID and MESSAGE_LINE_NO, linking each message to a specific MRP run instance and ordering the messages sequentially. Key columns include MRP_ID, which references the MR_PARM_DTL table to identify the planning run; MESSAGE_LINE_NO for sequencing; and MESSAGE_TEXT, which holds the actual error or warning description. Crucially, it stores foreign key references to the specific business entities involved in the error, such as FORMULA_ID, ITEM_ID1, ITEM_ID2, WHSE_CODE1, WHSE_CODE2, ORGN_CODE, and CALENDAR_ID. These references allow for precise pinpointing of the source data causing the planning exception.
Common Use Cases and Queries
The primary use case is post-MRP run analysis. Planners query this table to review all messages from their latest run to assess data health and planning completeness. A common query pattern retrieves messages for a specific MRP run, often sorted by severity or item. For example:
SELECT message_line_no, message_text, item_id1, formula_id FROM gmp.mr_mesg_tbl WHERE mrp_id = :p_mrp_id ORDER BY message_line_no;
Another critical use is data cleansing initiatives, where reports are generated to list all errors for a particular item or formula across multiple planning runs, highlighting persistent data integrity issues. Integration with workflow or notification systems can also be built to alert planners immediately upon high-severity errors.
Related Objects
As indicated by its extensive foreign key relationships, MR_MESG_TBL is centrally connected to numerous master and transactional tables within EBS. Its primary relationship is with MR_PARM_DTL, which defines the MRP run parameters. It heavily references inventory (IC_ITEM_MST, IC_ITEM_MST_B) and warehouse (IC_WHSE_MST) master data, formula definitions (FM_FORM_MST), organizational structures (SY_ORGN_MST, SY_ORGN_MST_B), and the planning calendar (MR_SHCL_HDR). These relationships underscore that the table does not operate in isolation but serves as a diagnostic junction point, correlating error messages with the specific master data records that triggered them during the MRP process.
-
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 ,
-
SYNONYM: APPS.MR_MESG_TBL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MR_MESG_TBL, status:VALID,
-
SYNONYM: APPS.MR_MESG_TBL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MR_MESG_TBL, status:VALID,
-
VIEW: GMP.MR_MESG_TBL#
12.2.2
owner:GMP, object_type:VIEW, object_name:MR_MESG_TBL#, status:VALID,
-
VIEW: GMP.MR_MESG_TBL#
12.2.2
-
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_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: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: MR_SHCL_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHCL_HDR, object_name:MR_SHCL_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop calendar header. , implementation_dba_data: GMP.MR_SHCL_HDR ,
-
Table: IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
Table: FM_FORM_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula header table , implementation_dba_data: Not implemented in this database ,
-
Table: FM_FORM_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula header table , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
Table: MR_SHCL_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHCL_HDR, object_name:MR_SHCL_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop calendar header. , implementation_dba_data: GMP.MR_SHCL_HDR ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
TABLE: GMP.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,
-
TABLE: GMP.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,
-
12.2.2 FND Design Data
12.2.2
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1