Search Results mr_actn_tbl
Overview
The MR_ACTN_TBL is a core data table within the Oracle E-Business Suite (EBS) Process Manufacturing Process Planning (GMP) module. Its primary function is to store Material Requirements Planning (MRP) action messages generated by the MRP planning engine. These messages represent recommended actions—such as rescheduling, canceling, or creating new planned orders—to address material supply and demand imbalances for process-manufactured items. The table acts as a critical output repository from the MRP run, providing the actionable data that planners use to maintain optimal production schedules and inventory levels within a process manufacturing environment.
Key Information Stored
The table's structure is designed to uniquely identify and describe each recommended action. Its composite primary keys, MR_ACTN_TBLI1 and MR_ACTN_TBL_PK, highlight the essential identifiers: the MRP run identifier (MRP_ID), the specific action number (ACTION_NO), and the associated item (ITEM_ID), warehouse (WHSE_CODE), and event date (EVENT_DATE). Key columns include FORMULA_ID, linking the action to a specific process formula; ORGN_CODE, identifying the organization; and WHSE_CODE_2, which may indicate a secondary or transfer warehouse. The table also holds the DOC_TYPE, which can reference document types in SY_DOCS_MST, potentially linking actions to supporting documentation or change orders.
Common Use Cases and Queries
The primary use case is reviewing and implementing MRP action messages within the Process Manufacturing Planner's Workbench or related planning interfaces. Planners query this table to filter actions by item, warehouse, date, or action type (implied by the message content). A typical reporting query would join MR_ACTN_TBL to item (IC_ITEM_MST) and warehouse (IC_WHSE_MST) master tables to present actionable data. For example:
SELECT a.ACTION_NO, i.ITEM_NO, a.EVENT_DATE, a.WHSE_CODE FROM GMP.MR_ACTN_TBL a, IC_ITEM_MST i WHERE a.ITEM_ID = i.ITEM_ID AND a.MRP_ID = :p_mrp_run_id ORDER BY a.EVENT_DATE;
Another critical use case involves the pegging relationships, where the foreign key from MR_PEGG_TBL links supply and demand elements to the specific action messages that address them, enabling traceability.
Related Objects
MR_ACTN_TBL is centrally connected to numerous master and transactional tables via foreign key constraints. Key related objects include:
- IC_ITEM_MST / IC_ITEM_MST_B: For item master data.
- IC_WHSE_MST: For warehouse master data (both primary and secondary warehouses).
- FM_FORM_MST: For the process formula associated with the action.
- MR_PARM_DTL: For details of the MRP run parameters that generated the actions.
- SY_ORGN_MST: For organization master data.
- MR_PEGG_TBL: A dependent table that references MR_ACTN_TBL, establishing pegging relationships between supply, demand, and action messages.
-
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 ,
-
SYNONYM: APPS.MR_ACTN_TBL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MR_ACTN_TBL, status:VALID,
-
SYNONYM: APPS.MR_ACTN_TBL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MR_ACTN_TBL, status:VALID,
-
VIEW: GMP.MR_ACTN_TBL#
12.2.2
owner:GMP, object_type:VIEW, object_name:MR_ACTN_TBL#, status:VALID,
-
VIEW: GMP.MR_ACTN_TBL#
12.2.2
-
Table: MR_PEGG_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_PEGG_TBL, object_name:MR_PEGG_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Pegging table. Pegging of demands to the shortage warnings is done , implementation_dba_data: GMP.MR_PEGG_TBL ,
-
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_PEGG_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_PEGG_TBL, object_name:MR_PEGG_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Pegging table. Pegging of demands to the shortage warnings is done , implementation_dba_data: GMP.MR_PEGG_TBL ,
-
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_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: 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: SY_DOCS_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_MST, object_name:SY_DOCS_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Oracle Process Manufacturing Document master. This table stores document definitions , implementation_dba_data: GMA.SY_DOCS_MST ,
-
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_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: SY_DOCS_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_MST, object_name:SY_DOCS_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Oracle Process Manufacturing Document master. This table stores document definitions , implementation_dba_data: GMA.SY_DOCS_MST ,
-
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
TABLE: GMP.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,
-
TABLE: GMP.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,
-
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: 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: 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 ,
-
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
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 ,
-
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 ,
-
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