Search Results ahl_event_associations
Overview
The AHL_EVENT_ASSOCIATIONS table is a core data object within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). Functioning as an intersection table, its primary role is to establish and manage associations between events and positions within the maintenance hierarchy. This structure is fundamental to modeling the relationships and dependencies between different maintenance tasks and the physical or logical positions on equipment, enabling the accurate planning and execution of complex service operations in industries such as aviation and heavy machinery.
Key Information Stored
The table stores the unique links that define these associations. The critical columns, as indicated by the primary and unique keys, are the EVENT_ASSOCIATION_ID, which serves as the system-generated unique identifier for each association record; the RELATIONSHIP_ID, which references the type of association defined in the AHL_RELATIONSHIPS_B table; and the EVENT_ID, which points to the specific maintenance event or action defined in the OKC_ACTIONS_B table. Together, these fields create a record that answers which event is associated with which position and under what type of relationship.
Common Use Cases and Queries
A primary use case is generating reports or building application logic that requires understanding all maintenance events tied to a specific asset position, or conversely, all positions affected by a particular maintenance event. For instance, when planning a maintenance visit, the system can query this table to identify all prerequisite or concurrent tasks for a given work area. A common SQL pattern involves joining to the related master tables to retrieve descriptive information:
- To list all events for a specific position relationship:
SELECT aea.event_id FROM ahl_event_associations aea WHERE aea.relationship_id = <REL_ID>; - To retrieve event and relationship details for reporting:
SELECT aea.*, okc.segment1 event_name, ar.relationship_code FROM ahl_event_associations aea, okc_actions_b okc, ahl_relationships_b ar WHERE aea.event_id = okc.action_id AND aea.relationship_id = ar.relationship_id;
Related Objects
The table maintains defined foreign key relationships with two key master tables, which are essential for data integrity and meaningful joins:
- AHL_RELATIONSHIPS_B: The foreign key on the column AHL_EVENT_ASSOCIATIONS.RELATIONSHIP_ID references this table. It provides the context for the type of association (e.g., parent-child, prerequisite) between the event and position.
- OKC_ACTIONS_B: The foreign key on the column AHL_EVENT_ASSOCIATIONS.EVENT_ID references this table. This links the association to the specific maintenance event or action definition within the Oracle Contracts module.
The table's primary key, AHL_EVENT_ASSOCIATIONS_PK (on EVENT_ASSOCIATION_ID), and unique key, AHL_EVENT_ASSOCIATIONS_UK1 (on RELATIONSHIP_ID, EVENT_ID), are likely referenced by various AHL module views and application programming interfaces (APIs) that manage maintenance structures.
-
Table: AHL_EVENT_ASSOCIATIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_EVENT_ASSOCIATIONS, object_name:AHL_EVENT_ASSOCIATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is an intersection table to store the association between events and positions. , implementation_dba_data: AHL.AHL_EVENT_ASSOCIATIONS ,
-
Table: AHL_EVENT_ASSOCIATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_EVENT_ASSOCIATIONS, object_name:AHL_EVENT_ASSOCIATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is an intersection table to store the association between events and positions. , implementation_dba_data: AHL.AHL_EVENT_ASSOCIATIONS ,
-
SYNONYM: APPS.AHL_EVENT_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_EVENT_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.AHL_EVENT_ASSOCIATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_EVENT_ASSOCIATIONS, status:VALID,
-
VIEW: AHL.AHL_EVENT_ASSOCIATIONS#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_EVENT_ASSOCIATIONS#, status:VALID,
-
VIEW: AHL.AHL_EVENT_ASSOCIATIONS#
12.2.2
-
Table: OKC_ACTIONS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ACTIONS_B, object_name:OKC_ACTIONS_B, status:VALID, product: OKC - Contracts Core , description: This table stores information about Actions. , implementation_dba_data: OKC.OKC_ACTIONS_B ,
-
Table: OKC_ACTIONS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_ACTIONS_B, object_name:OKC_ACTIONS_B, status:VALID, product: OKC - Contracts Core , description: This table stores information about Actions , implementation_dba_data: OKC.OKC_ACTIONS_B ,
-
TABLE: AHL.AHL_EVENT_ASSOCIATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_EVENT_ASSOCIATIONS, object_name:AHL_EVENT_ASSOCIATIONS, status:VALID,
-
Table: AHL_RELATIONSHIPS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RELATIONSHIPS_B, object_name:AHL_RELATIONSHIPS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is obsoleted tabled from 11.5.10 .. This table stores the position hierarchy of the master configuration. , implementation_dba_data: AHL.AHL_RELATIONSHIPS_B ,
-
TABLE: AHL.AHL_EVENT_ASSOCIATIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_EVENT_ASSOCIATIONS, object_name:AHL_EVENT_ASSOCIATIONS, status:VALID,
-
Table: AHL_RELATIONSHIPS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RELATIONSHIPS_B, object_name:AHL_RELATIONSHIPS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is obsoleted tabled from 11.5.10 .. This table stores the position hierarchy of the master configuration. , implementation_dba_data: AHL.AHL_RELATIONSHIPS_B ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,