Search Results unit
The AHL_UNIT_CONFIG_HEADERS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Advanced Service Online (ASO) module, specifically designed to support complex service and maintenance operations for configurable items. This table serves as the primary repository for unit configuration headers, which define the hierarchical relationships and configurations of serviceable units in industries such as aerospace, defense, and high-tech manufacturing, where equipment often comprises multiple nested components.
Purpose and Functional Overview
The AHL_UNIT_CONFIG_HEADERS table stores metadata about unit configurations, acting as a parent record for the AHL_UNIT_CONFIG_VERSIONS and AHL_UNIT_CONFIG_ITEMS tables. It enables organizations to model intricate equipment structures, track revisions, and manage service histories. Key functionalities include:
- Configuration Hierarchy Management: Defines parent-child relationships between units (e.g., an aircraft and its engines).
- Version Control: Links to AHL_UNIT_CONFIG_VERSIONS to track changes over time.
- Service Tracking: Integrates with Oracle Service Contracts and Depot Repair modules.
Key Columns and Relationships
Column Name | Data Type | Description |
---|---|---|
UNIT_CONFIG_HEADER_ID | NUMBER | Primary key, uniquely identifies each configuration. |
UNIT_CONFIG_NAME | VARCHAR2(80) | User-defined name for the configuration (e.g., "Aircraft Tail #N123"). |
UNIT_CONFIG_CODE | VARCHAR2(30) | System-generated unique identifier. |
START_DATE_ACTIVE | DATE | Configuration validity start date. |
END_DATE_ACTIVE | DATE | Configuration expiration date. |
OBJECT_VERSION_NUMBER | NUMBER | Optimistic locking control for concurrent updates. |
Integration with Other Modules
The table integrates with multiple EBS modules:
- Inventory (INV): References MTL_SYSTEM_ITEMS for component items.
- Service Contracts (OKS): Links to service agreements for configured units.
- Depot Repair (AHL): Tracks repair history through AHL_UNIT_EFFECTIVITIES.
Technical Considerations
In EBS 12.2.2, Oracle introduced performance optimizations for hierarchical queries against this table using CONNECT BY operations. The table is indexed on UNIT_CONFIG_HEADER_ID, UNIT_CONFIG_CODE, and OBJECT_VERSION_NUMBER to support frequent lookups. Customizations often extend this table with attribute columns (via Descriptive Flexfields) to capture industry-specific metadata.
Business Process Impact
This table enables critical processes such as:
- Configuration lifecycle management from assembly to decommissioning.
- Regulatory compliance tracking (FAA, EASA) through versioned configurations.
- Warranty and service entitlement validation based on unit hierarchies.
The AHL_UNIT_CONFIG_HEADERS table exemplifies Oracle's approach to complex asset management, providing the structural foundation for service-oriented architectures in asset-intensive industries. Proper implementation requires alignment with organizational unit numbering schemes and integration with PLM systems for bidirectional data flow.
-
Lookup Type: AHL_UC_UNIT_TYPES
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Unit Types of Standalone, Sub unit or Installed unit , description: Unit Types of Standalone, Sub unit or Installed unit ,
-
Lookup Type: AHL_UC_UNIT_TYPES
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Unit Types of Standalone, Sub unit or Installed unit , description: Unit Types of Standalone, Sub unit or Installed unit ,
-
Concurrent Program: AHLPCUEFF
12.1.1
execution_filename: AHL_UMP_UNITMAINT_PVT.Building_PC_Unit_Effectivities , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Building Unit Effectivities (Product Classification) , description: Building Unit Effectivities (Product Classification) , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLSIMUE
12.2.2
execution_filename: AHL_UMP_UNITMAINT_PVT.Build_SimulationPlan_UE , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Build Simulation Plan Unit Effectivities , description: Build Unit effectivities program for Simulation plan , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLPCUEFF
12.2.2
execution_filename: AHL_UMP_UNITMAINT_PVT.Building_PC_Unit_Effectivities , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Building Unit Effectivities (Product Classification) , description: Building Unit Effectivities (Product Classification) , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AHL_APPR_OBJECT_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Approval Object Type , description: Approval Object Type ,
-
Concurrent Program: AHLUEFF
12.2.2
execution_filename: AHL_UMP_UNITMAINT_PVT.Building_AHL_Unit_Effectivity , product: AHL - Complex Maintenance Repair and Overhaul , user_name: AHLUEFF , description: Building Unit Effectivities , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLWUEFF
12.1.1
execution_filename: AHL_UMP_PROCESSUNIT_PVT.Process_Unit_Range , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Building Unit Effectivities (Worker) , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLPMUEFF
12.2.2
execution_filename: AHL_UMP_UNITMAINT_PVT.Building_PM_Unit_Effectivities , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Building Unit Effectivities (Preventive Maintenance) , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLUEFF
12.1.1
execution_filename: AHLUEFF , product: AHL - Complex Maintenance Repair and Overhaul , user_name: AHLUEFF , description: Building Unit Effectivities , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: AHLWUEFF
12.2.2
execution_filename: AHL_UMP_PROCESSUNIT_PVT.Process_Unit_Range , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Building Unit Effectivities (Worker) , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLPMUEFF
12.1.1
execution_filename: AHL_UMP_UNITMAINT_PVT.Building_PM_Unit_Effectivities , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Building Unit Effectivities (Preventive Maintenance) , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AHL_APPR_OBJECT_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Approval Object Type , description: Approval Object Type ,
-
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 ,
-
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 ,
-
Lookup Type: AHL_REPORT_NAME
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Report Name , description: Report Name ,
-
Lookup Type: AHL_PC_ASSOS_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Product Classification Association Type , description: Product Classification Association Type ,
-
Lookup Type: AHL_PC_ASSOS_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Product Classification Association Type , description: Product Classification Association Type ,
-
View: AHL_SIMULATION_FORECAST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SIMULATION_FORECAST_V, object_name:AHL_SIMULATION_FORECAST_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_SIMULATION_FORECAST_V ,
-
Lookup Type: AHL_UA_TIME_UOM
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Time UOM on Search Unit Schedules page , description: Lookup for Time UOM on Search Unit Schedules page ,
-
Lookup Type: AHL_UA_TIME_UOM
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Time UOM on Search Unit Schedules page , description: Lookup for Time UOM on Search Unit Schedules page ,
-
Concurrent Program: AHLUMPBOM
12.2.2
execution_filename: Ahl_Ump_Bom_Pvt.Create_Update_Ump_Bom , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Generate UMP BOM Executable , description: Program to generate UMP BOM , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AHL_WBS_PARAMETERS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: WBS Parameters , description: WBS Parameters ,
-
Lookup Type: AHL_INSTANCE_ROUTING
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Instance Rountings code , description: Instance Rountings code ,
-
Lookup Type: AHL_VWP_UC_HGRID_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Visit Repair WS UC hGrid Actions , description: Visit Repair WS UC hGrid Actions ,
-
Lookup Type: AHL_UMP_SMR_ACTIONS
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Actions on the Search Unit Maintenance Plan page , description: Actions on the Search Unit Maintenance Plan page ,
-
Lookup Type: AHL_UMP_SMR_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Actions on the Search Unit Maintenance Plan page , description: Actions on the Search Unit Maintenance Plan page ,
-
Lookup Type: AHL_AMP_WORKBENCH_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for navigations/actions from planning workbench tabs , description: Lookup for navigations/actions from planning workbench tabs ,
-
Lookup Type: AHL_PRD_UPD_TECH_WO_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Update Workorder Actions for Technicians ,
-
Lookup Type: AHL_UMP_SEARCH_FOR_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_UMP_SEARCH_FOR_TYPE , description: Ump Search criteria added for Post 11510 ,
-
Lookup Type: AHL_UMP_SEARCH_FOR_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_UMP_SEARCH_FOR_TYPE , description: Ump Search criteria added for Post 11510 ,
-
Lookup Type: AHL_UNIT_EFFECTIVITY_STATUS
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Status , description: Unit Maintenance Requirement Statuses. ,
-
Lookup Type: AHL_UNIT_EFFECTIVITY_STATUS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Status , description: Unit Maintenance Requirement Statuses. ,
-
View: AHL_PC_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PC_ASSOCIATIONS_V, object_name:AHL_PC_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view contains info of Item/Unit associated to PC Node , implementation_dba_data: APPS.AHL_PC_ASSOCIATIONS_V ,
-
View: AHL_PC_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PC_ASSOCIATIONS_V, object_name:AHL_PC_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view contains info of Item/Unit associated to PC Node , implementation_dba_data: APPS.AHL_PC_ASSOCIATIONS_V ,
-
Lookup Type: AHL_UMP_TIME_UOM
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Maintenance Planning - Units of Measure ,
-
Table: AHL_UNIT_EFFECTIVITIES_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_EFFECTIVITIES_TL, object_name:AHL_UNIT_EFFECTIVITIES_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Translate table that for unit effectivities , implementation_dba_data: AHL.AHL_UNIT_EFFECTIVITIES_TL ,
-
Table: AHL_UNIT_EFFECTIVITIES_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_EFFECTIVITIES_TL, object_name:AHL_UNIT_EFFECTIVITIES_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Translate table that for unit effectivities , implementation_dba_data: AHL.AHL_UNIT_EFFECTIVITIES_TL ,
-
Lookup Type: AHL_UMP_TIME_UOM
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Maintenance Planning - Units of Measure ,
-
Table: AHL_PC_ASSOCIATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PC_ASSOCIATIONS, object_name:AHL_PC_ASSOCIATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about Product Classification Node Association with Unit or Part. , implementation_dba_data: AHL.AHL_PC_ASSOCIATIONS ,
-
Table: AHL_PC_ASSOCIATIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PC_ASSOCIATIONS, object_name:AHL_PC_ASSOCIATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about Product Classification Node Association with Unit or Part. , implementation_dba_data: AHL.AHL_PC_ASSOCIATIONS ,
-
Table: AHL_UF_DETAILS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UF_DETAILS, object_name:AHL_UF_DETAILS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about unit forcast details , implementation_dba_data: AHL.AHL_UF_DETAILS ,
-
Table: AHL_UNIT_DEFERRALS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_DEFERRALS_B, object_name:AHL_UNIT_DEFERRALS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table holds the deferral and MR initialization information for a unit effectivity. , implementation_dba_data: AHL.AHL_UNIT_DEFERRALS_B ,
-
Table: AHL_UF_DETAILS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UF_DETAILS, object_name:AHL_UF_DETAILS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about unit forcast details , implementation_dba_data: AHL.AHL_UF_DETAILS ,
-
Table: AHL_UE_RELATIONSHIPS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UE_RELATIONSHIPS, object_name:AHL_UE_RELATIONSHIPS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about the relationships between unit effectivities. , implementation_dba_data: AHL.AHL_UE_RELATIONSHIPS ,
-
Table: AHL_UE_RELATIONSHIPS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UE_RELATIONSHIPS, object_name:AHL_UE_RELATIONSHIPS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about the relationships between unit effectivities. , implementation_dba_data: AHL.AHL_UE_RELATIONSHIPS ,
-
Table: AHL_UNIT_SCHEDULES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_SCHEDULES, object_name:AHL_UNIT_SCHEDULES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Event describing usage of a configured unit for a specific time period, such as an airplane flight. , implementation_dba_data: AHL.AHL_UNIT_SCHEDULES ,
-
Table: AHL_UNIT_DEFERRALS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_DEFERRALS_B, object_name:AHL_UNIT_DEFERRALS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table holds the deferral and MR initialization information for a unit effectivity. , implementation_dba_data: AHL.AHL_UNIT_DEFERRALS_B ,
-
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 ,