Search Results ahl_operations_h_b
Overview
The AHL_OPERATIONS_H_B table is a core data object within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). As a history table, its primary role is to maintain a non-volatile, time-based record of all changes made to the master operations table, AHL_OPERATIONS_B. This table is essential for auditability, compliance, and historical analysis within the maintenance lifecycle. It allows the system to track the evolution of maintenance operations—such as tasks, procedures, and steps—over time, enabling users to review what an operation's attributes were at any point in its history. Its existence is a standard pattern in Oracle EBS for preserving critical transactional data integrity.
Key Information Stored
The table stores historical snapshots of operation records. While the specific column list is not detailed in the provided metadata, the structure is defined by its relationship to AHL_OPERATIONS_B. Key columns typically include a unique surrogate key (OPERATIONS_H_ID), a foreign key to the master operation (OPERATION_ID), and all columns replicated from AHL_OPERATIONS_B that define the operation's attributes (e.g., sequence, type, status, dates, and associated item or routing data). Crucially, history tables also include metadata columns such as CREATION_DATE, LAST_UPDATE_DATE, and possibly a version number or effective date range to temporally sequence the changes.
Common Use Cases and Queries
This table is primarily accessed for audit reports and historical trend analysis. Common scenarios include generating a change log for a specific maintenance operation to understand who modified what and when, or reconstructing the state of all operations as of a past date for compliance reporting. A typical query pattern involves joining AHL_OPERATIONS_H_B with AHL_OPERATIONS_B to compare current and historical values, or filtering by OPERATION_ID and ordering by CREATION_DATE to see the progression of changes. For example:
SELECT * FROM AHL_OPERATIONS_H_B WHERE OPERATION_ID = :1 ORDER BY CREATION_DATE DESC;to view all historical versions of a single operation.- Joining with the translated history table, AHL_OPERATIONS_H_TL, to retrieve historical operation descriptions in a specific language.
Related Objects
The table is centrally linked within the AHL operations schema through documented foreign key relationships. The primary key, OPERATIONS_H_ID, uniquely identifies each historical row. As per the provided metadata, the table has the following specific relationships:
- Parent Table (Foreign Key): AHL_OPERATIONS_B. The column AHL_OPERATIONS_H_B.OPERATION_ID references the master operations table, tethering each historical snapshot to its source record.
- Child Table (Referenced by Foreign Key): AHL_OPERATIONS_H_TL. The translated descriptions history table uses AHL_OPERATIONS_H_TL.OPERATIONS_H_ID to link its language-specific text to the corresponding historical record in AHL_OPERATIONS_H_B.
This structure ensures that a complete historical record, including multilingual descriptions, is maintained for every change to a maintenance operation.
-
Table: AHL_OPERATIONS_H_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_H_B, object_name:AHL_OPERATIONS_H_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_OPERATIONS_B. , implementation_dba_data: AHL.AHL_OPERATIONS_H_B ,
-
Table: AHL_OPERATIONS_H_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_H_B, object_name:AHL_OPERATIONS_H_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_OPERATIONS_B. , implementation_dba_data: AHL.AHL_OPERATIONS_H_B ,
-
View: AHL_OPERATIONS_H_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_H_VL, object_name:AHL_OPERATIONS_H_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_OPERATIONS_H_B and the translated columns from the table AHL_OPERATIONS_H_TL. , implementation_dba_data: APPS.AHL_OPERATIONS_H_VL ,
-
View: AHL_OPERATIONS_H_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_H_VL, object_name:AHL_OPERATIONS_H_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_OPERATIONS_H_B and the translated columns from the table AHL_OPERATIONS_H_TL. , implementation_dba_data: APPS.AHL_OPERATIONS_H_VL ,
-
Table: AHL_OPERATIONS_H_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_H_TL, object_name:AHL_OPERATIONS_H_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated Operation history attributes. , implementation_dba_data: AHL.AHL_OPERATIONS_H_TL ,
-
Table: AHL_OPERATIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_B, object_name:AHL_OPERATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This Table stores the Standard and Non Standard Operations. , implementation_dba_data: AHL.AHL_OPERATIONS_B ,
-
Table: AHL_OPERATIONS_H_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_H_TL, object_name:AHL_OPERATIONS_H_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated Operation history attributes. , implementation_dba_data: AHL.AHL_OPERATIONS_H_TL ,
-
Table: AHL_OPERATIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_B, object_name:AHL_OPERATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This Table stores the Standard and Non Standard Operations. , implementation_dba_data: AHL.AHL_OPERATIONS_B ,