Search Results ahl_uc_headers_h
Overview
The AHL_UC_HEADERS_H table is a critical history table within the Oracle E-Business Suite's Complex Maintenance, Repair, and Overhaul (AHL) module. Its primary function is to maintain a historical record of all changes made to unit configuration headers, which are master records defining the structure and composition of a configurable asset or unit. This table works in conjunction with the base table, AHL_UNIT_CONFIG_HEADERS, to provide a complete audit trail. By capturing each version of a unit configuration, it enables compliance, traceability, and analysis of how an asset's configuration has evolved over its lifecycle, which is a fundamental requirement in regulated industries like aviation, defense, and heavy machinery.
Key Information Stored
The table stores a complete snapshot of a unit configuration header for each version. Its structure is defined by a composite primary key consisting of UNIT_CONFIG_HEADER_ID and VERSION_NO. The UNIT_CONFIG_HEADER_ID links the historical record back to the primary key in the AHL_UNIT_CONFIG_HEADERS table. The VERSION_NO sequentially tracks each change. Other essential foreign key columns include MASTER_CONFIG_ID, which references the master configuration template (AHL_MC_HEADERS_B) the unit is based upon, and CSI_ITEM_INSTANCE_ID, which links to the specific serialized item instance in the CSI (Common Service Item) module. The PARENT_UC_HEADER_ID column establishes hierarchical relationships between unit configurations. The table will also contain all other descriptive and control columns from the base header table, such as configuration name, status, dates, and revision details, as they existed at the time each version was created.
Common Use Cases and Queries
The primary use case is auditing and reporting on the change history of asset configurations. This is vital for understanding the "as-maintained" state of an asset at any point in time, supporting maintenance investigations, regulatory audits, and warranty claims. A common query retrieves the full version history for a specific unit configuration to analyze its evolution.
- Version History Report:
SELECT version_no, creation_date, last_updated_by, status FROM ahl_uc_headers_h WHERE unit_config_header_id = :1 ORDER BY version_no DESC; - Configuration Snapshot at a Point in Time: Queries often join this table with related detail tables (like AHL_UC_NODES_H) using both the header ID and version number to reconstruct the complete configuration state for a given version.
- Change Analysis: Comparing consecutive versions (by joining the table to itself on UNIT_CONFIG_HEADER_ID and adjacent VERSION_NO) can programmatically identify which attributes were modified in each revision.
Related Objects
The AHL_UC_HEADERS_H table has defined foreign key relationships with several core EBS tables, as documented in the ETRM metadata.
- AHL_UNIT_CONFIG_HEADERS: The base transactional table. The foreign key on UNIT_CONFIG_HEADER_ID establishes the core link between a current header and all its historical versions.
- AHL_MC_HEADERS_B: References the master configuration template via MASTER_CONFIG_ID, providing the design blueprint from which the unit configuration was instantiated.
- CSI_ITEM_INSTANCES: Links the configuration to the specific physical asset or serialized item instance in Inventory via CSI_ITEM_INSTANCE_ID.
- AHL_UNIT_CONFIG_HEADERS (as Parent): The self-referential foreign key on PARENT_UC_HEADER_ID manages hierarchical relationships between different unit configurations, allowing for complex, multi-level asset structures.
In practice, this history table is also closely related to other AHL history tables, such as AHL_UC_NODES_H, which stores the versioned hierarchy of components within each unit configuration.
-
Table: AHL_UC_HEADERS_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UC_HEADERS_H, object_name:AHL_UC_HEADERS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table of ahl_unit_config_headers. To keep the changes of each unit configuration. , implementation_dba_data: AHL.AHL_UC_HEADERS_H ,
-
Table: AHL_UC_HEADERS_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UC_HEADERS_H, object_name:AHL_UC_HEADERS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table of ahl_unit_config_headers. To keep the changes of each unit configuration. , implementation_dba_data: AHL.AHL_UC_HEADERS_H ,
-
APPS.AHL_UTIL_UC_PKG dependencies on AHL_UC_HEADERS_H
12.2.2
-
APPS.AHL_UTIL_UC_PKG dependencies on AHL_UC_HEADERS_H
12.1.1
-
SYNONYM: APPS.AHL_UC_HEADERS_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_UC_HEADERS_H, status:VALID,
-
SYNONYM: APPS.AHL_UC_HEADERS_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_UC_HEADERS_H, status:VALID,
-
Table: AHL_UNIT_CONFIG_HEADERS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_CONFIG_HEADERS, object_name:AHL_UNIT_CONFIG_HEADERS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Unit Configuration represents a complex equipment. A unit configuration is constructed from a master configuration template. This table stores information about the unit configuration name and the master configuration it was constructed fro , implementation_dba_data: AHL.AHL_UNIT_CONFIG_HEADERS ,
-
VIEW: AHL.AHL_UC_HEADERS_H#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_UC_HEADERS_H#, status:VALID,
-
Table: AHL_UNIT_CONFIG_HEADERS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_CONFIG_HEADERS, object_name:AHL_UNIT_CONFIG_HEADERS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Unit Configuration represents a complex equipment. A unit configuration is constructed from a master configuration template. This table stores information about the unit configuration name and the master configuration it was constructed fro , implementation_dba_data: AHL.AHL_UNIT_CONFIG_HEADERS ,
-
VIEW: AHL.AHL_UC_HEADERS_H#
12.2.2
-
Table: AHL_MC_HEADERS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_HEADERS_B, object_name:AHL_MC_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: AHL.AHL_MC_HEADERS_B ,
-
Table: AHL_MC_HEADERS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_HEADERS_B, object_name:AHL_MC_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Stores Master Configuration Header details , implementation_dba_data: AHL.AHL_MC_HEADERS_B ,
-
PACKAGE BODY: APPS.AHL_UTIL_UC_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UTIL_UC_PKG, status:VALID,
-
TABLE: AHL.AHL_UC_HEADERS_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UC_HEADERS_H, object_name:AHL_UC_HEADERS_H, status:VALID,
-
TABLE: AHL.AHL_UC_HEADERS_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UC_HEADERS_H, object_name:AHL_UC_HEADERS_H, status:VALID,
-
PACKAGE BODY: APPS.AHL_UTIL_UC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UTIL_UC_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: CSI_ITEM_INSTANCES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_ITEM_INSTANCES, object_name:CSI_ITEM_INSTANCES, status:VALID, product: CSI - Install Base , description: Item Instance details. , implementation_dba_data: CSI.CSI_ITEM_INSTANCES ,
-
12.1.1 DBA Data
12.1.1
-
Table: CSI_ITEM_INSTANCES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_ITEM_INSTANCES, object_name:CSI_ITEM_INSTANCES, status:VALID, product: CSI - Install Base , description: Item Instance details. , implementation_dba_data: CSI.CSI_ITEM_INSTANCES ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AHL_UTIL_UC_PKG SQL Statements
12.2.2
-
APPS.AHL_UTIL_UC_PKG SQL Statements
12.1.1
-
APPS.AHL_UTIL_UC_PKG dependencies on FND_API
12.1.1
-
APPS.AHL_UTIL_UC_PKG dependencies on FND_API
12.2.2
-
APPS.AHL_UTIL_UC_PKG dependencies on AHL_UNIT_CONFIG_HEADERS
12.1.1
-
APPS.AHL_UTIL_UC_PKG dependencies on AHL_UNIT_CONFIG_HEADERS
12.2.2
-
PACKAGE BODY: APPS.AHL_UTIL_UC_PKG
12.2.2
-
PACKAGE BODY: APPS.AHL_UTIL_UC_PKG
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 ,
-
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 ,