Search Results ahl_mr_actions_b
Overview
The AHL_MR_ACTIONS_B table is a core data object within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). It serves as the primary transactional table for storing the specific actions or tasks that must be performed to fulfill a maintenance requirement. Each record represents a discrete step within a larger maintenance plan, linking the procedural instruction to the overarching maintenance requirement header. Its role is critical for defining the work scope, sequencing tasks, and associating quality plans, thereby forming the executable blueprint for maintenance operations in asset-intensive industries like aviation and heavy machinery.
Key Information Stored
The table's structure is designed to define and manage maintenance actions. The primary identifier is the MR_ACTION_ID, a system-generated unique key. A crucial foreign key, MR_HEADER_ID, links each action to its parent definition in the AHL_MR_HEADERS_B table, establishing the hierarchical relationship. The PLAN_ID column is significant for quality management, as it references a QA_PLANS record, enabling the association of specific inspection or quality control steps with the maintenance action. Other typical columns, inferred from standard AHL table design, would include data such as SEQUENCE_NUMBER for task ordering, ACTION_CODE or ACTION_TYPE for categorizing the work, and various DATE and ATTRIBUTE columns for tracking and descriptive purposes.
Common Use Cases and Queries
This table is central to generating work instructions and maintenance schedules. A common reporting use case involves listing all actions for a specific maintenance requirement to create a work order packet. Developers often query this table to validate action sequences or check for associated quality plans before processing a maintenance visit. A typical SQL pattern joins the table to its header and descriptive translations:
- Retrieving actions for a given MR_HEADER_ID:
SELECT * FROM AHL_MR_ACTIONS_B WHERE MR_HEADER_ID = <header_id> ORDER BY SEQUENCE_NUMBER; - Fetching actions with their translated descriptions:
SELECT b.*, tl.MR_ACTION_DESC FROM AHL_MR_ACTIONS_B b, AHL_MR_ACTIONS_TL tl WHERE b.MR_ACTION_ID = tl.MR_ACTION_ID AND tl.LANGUAGE = USERENV('LANG');
Related Objects
The AHL_MR_ACTIONS_B table is a nexus within the AHL schema, with defined relationships to several key objects. It references two parent tables via foreign key constraints: AHL_MR_HEADERS_B (on column MR_HEADER_ID) and QA_PLANS (on column PLAN_ID). This establishes its dependency on maintenance requirement definitions and quality management setups. Furthermore, it is the parent table for the translation entity AHL_MR_ACTIONS_TL, which holds language-specific descriptions for the actions, linked via the primary key MR_ACTION_ID. This relationship structure is fundamental for any data integrity or join logic when building interfaces, reports, or custom extensions in the AHL module.
-
Table: AHL_MR_ACTIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_B, object_name:AHL_MR_ACTIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the actions associated with each maintenance requirement. , implementation_dba_data: AHL.AHL_MR_ACTIONS_B ,
-
Table: AHL_MR_ACTIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_B, object_name:AHL_MR_ACTIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the actions associated with each maintenance requirement. , implementation_dba_data: AHL.AHL_MR_ACTIONS_B ,
-
APPS.AHL_FMP_MR_ACTION_PVT dependencies on AHL_MR_ACTIONS_B
12.1.1
-
APPS.AHL_MR_ACTIONS_PKG dependencies on AHL_MR_ACTIONS_B
12.1.1
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on AHL_MR_ACTIONS_B
12.1.1
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on AHL_MR_ACTIONS_B
12.2.2
-
APPS.AHL_FMP_MR_ACTION_PVT dependencies on AHL_MR_ACTIONS_B
12.2.2
-
APPS.AHL_MR_ACTIONS_PKG dependencies on AHL_MR_ACTIONS_B
12.2.2
-
SYNONYM: APPS.AHL_MR_ACTIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_MR_ACTIONS_B, status:VALID,
-
SYNONYM: APPS.AHL_MR_ACTIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_MR_ACTIONS_B, status:VALID,
-
VIEW: APPS.AHL_MR_ACTIONS_VL
12.2.2
-
VIEW: AHL.AHL_MR_ACTIONS_B#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_MR_ACTIONS_B#, status:VALID,
-
View: AHL_MR_ACTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_ACTIONS_VL, object_name:AHL_MR_ACTIONS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_ACTIONS_B and AHL_MR_ACTIONS_TL to include all the codes and their corresponding descriptions. , implementation_dba_data: APPS.AHL_MR_ACTIONS_VL ,
-
APPS.AHL_MR_ACTIONS_PKG dependencies on FND_MESSAGE
12.2.2
-
APPS.AHL_MR_ACTIONS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.AHL_MR_ACTIONS_PKG SQL Statements
12.2.2
-
VIEW: AHL.AHL_MR_ACTIONS_B#
12.2.2
-
APPS.AHL_MR_ACTIONS_PKG dependencies on FND_MSG_PUB
12.1.1
-
VIEW: APPS.AHL_MR_ACTIONS_VL
12.1.1
-
APPS.AHL_MR_ACTIONS_PKG dependencies on FND_MSG_PUB
12.2.2
-
View: AHL_MR_ACTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_ACTIONS_VL, object_name:AHL_MR_ACTIONS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_ACTIONS_B and AHL_MR_ACTIONS_TL to include all the codes and their corresponding descriptions. , implementation_dba_data: APPS.AHL_MR_ACTIONS_VL ,
-
APPS.AHL_MR_ACTIONS_PKG SQL Statements
12.1.1
-
VIEW: APPS.AHL_MR_ACTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_ACTIONS_VL, object_name:AHL_MR_ACTIONS_VL, status:VALID,
-
APPS.AHL_FMP_MR_ACTION_PVT SQL Statements
12.1.1
-
VIEW: APPS.AHL_MR_ACTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_ACTIONS_VL, object_name:AHL_MR_ACTIONS_VL, status:VALID,
-
APPS.AHL_FMP_MR_ACTION_PVT SQL Statements
12.2.2
-
Table: AHL_MR_ACTIONS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_TL, object_name:AHL_MR_ACTIONS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Translation table for maintenance requirement and action association. , implementation_dba_data: AHL.AHL_MR_ACTIONS_TL ,
-
PACKAGE BODY: APPS.AHL_MR_ACTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.AHL_MR_ACTIONS_PKG
12.2.2
-
Table: AHL_MR_ACTIONS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_TL, object_name:AHL_MR_ACTIONS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Translation table for maintenance requirement and action association. , implementation_dba_data: AHL.AHL_MR_ACTIONS_TL ,
-
PACKAGE BODY: APPS.AHL_MR_ACTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_MR_ACTIONS_PKG, status:VALID,
-
Table: AHL_MR_HEADERS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_HEADERS_B, object_name:AHL_MR_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the maintenance requirement header information. , implementation_dba_data: AHL.AHL_MR_HEADERS_B ,
-
PACKAGE BODY: APPS.AHL_FMP_MR_ACTION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_ACTION_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FMP_MR_ACTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_ACTION_PVT, status:VALID,
-
Table: QA_PLANS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLANS, object_name:QA_PLANS, status:VALID, product: QA - Quality , description: Collection plan definitions , implementation_dba_data: QA.QA_PLANS ,
-
Table: AHL_MR_HEADERS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_HEADERS_B, object_name:AHL_MR_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the maintenance requirement header information. , implementation_dba_data: AHL.AHL_MR_HEADERS_B ,
-
PACKAGE BODY: APPS.AHL_MR_ACTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_MR_ACTIONS_PKG, status:VALID,
-
TABLE: AHL.AHL_MR_ACTIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_B, object_name:AHL_MR_ACTIONS_B, status:VALID,
-
TABLE: AHL.AHL_MR_ACTIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_B, object_name:AHL_MR_ACTIONS_B, status:VALID,
-
Table: QA_PLANS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLANS, object_name:QA_PLANS, status:VALID, product: QA - Quality , description: Collection plan definitions , implementation_dba_data: QA.QA_PLANS ,
-
PACKAGE BODY: APPS.AHL_FMP_MR_HEADER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_HEADER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FMP_MR_HEADER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_HEADER_PVT, status:VALID,
-
APPS.AHL_MR_ACTIONS_PKG dependencies on AHL_MR_ACTIONS_TL
12.1.1
-
APPS.AHL_MR_ACTIONS_PKG dependencies on AHL_MR_ACTIONS_TL
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
TABLE: AHL.AHL_MR_ACTIONS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_TL, object_name:AHL_MR_ACTIONS_TL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TABLE: AHL.AHL_MR_ACTIONS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ACTIONS_TL, object_name:AHL_MR_ACTIONS_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2