Search Results ahl_mc_headers_b
Overview
The AHL_MC_HEADERS_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 master repository for defining and managing Master Configurations. A Master Configuration is a standardized, version-controlled template that defines the structure, components, and allowable configurations for a specific type of asset, such as an aircraft or complex piece of equipment. This table is foundational for creating and governing the specific Unit Configurations (AHL_UNIT_CONFIG_HEADERS) that represent individual physical instances of these assets throughout their lifecycle.
Key Information Stored
The table's primary identifier is the MC_HEADER_ID, a system-generated surrogate key. The data model enforces strict uniqueness through multiple unique keys, highlighting the critical business attributes. The MC_ID represents a unique identifier for the master configuration concept. The NAME and REVISION columns together define a specific, identifiable release of that configuration. The VERSION_NUMBER allows for tracking iterative changes or updates to a given NAME and REVISION combination. This structure supports complex configuration management, enabling the distinction between different models (MC_ID), their major releases (NAME/REVISION), and minor updates (VERSION_NUMBER).
Common Use Cases and Queries
This table is central to configuration lifecycle management. Common operational use cases include validating a configuration before creating a new unit, auditing configuration history, and generating master configuration catalogs. For reporting, a frequent requirement is to list all active master configurations with their latest version. A typical query pattern involves joining to the descriptive TL table (AHL_MC_HEADERS_TL) to retrieve translated names and descriptions.
- Sample Query: Retrieving master configuration details for a specific asset type.
SELECT mcb.mc_id, mcb.name, mcb.revision, mcb.version_number, mctl.description FROM ahl_mc_headers_b mcb, ahl_mc_headers_tl mctl WHERE mcb.mc_header_id = mctl.mc_header_id AND mctl.language = USERENV('LANG') AND mcb.name = '<Configuration_Name>'; - Use Case: Identifying all unit configurations derived from a specific master configuration revision by joining to AHL_UNIT_CONFIG_HEADERS on MASTER_CONFIG_ID = MC_HEADER_ID.
Related Objects
The AHL_MC_HEADERS_B table has defined relationships with several key tables in the AHL schema, as documented in the ETRM metadata. These relationships are primarily established via foreign keys referencing its primary key (MC_HEADER_ID) or its unique key columns.
- AHL_MC_CONFIG_RELATIONS: References AHL_MC_HEADERS_B via MC_HEADER_ID. This table defines hierarchical relationships and dependencies between different master configurations.
- AHL_ROUTE_EFFECTIVITIES: References AHL_MC_HEADERS_B via MC_HEADER_ID. This links master configurations to specific maintenance routes and operational effectivities.
- AHL_UC_HEADERS_H and AHL_UNIT_CONFIG_HEADERS: Both reference AHL_MC_HEADERS_B, using MASTER_CONFIG_ID to point to MC_HEADER_ID. This is the critical link where a physical unit's configuration (Unit Config) is instantiated from the template (Master Config).
-
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 ,
-
View: AHL_POSITION_ALTERNATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_POSITION_ALTERNATES_V, object_name:AHL_POSITION_ALTERNATES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the tables AHL_RELATIONSHIPS_B and AHL_ITEM_ASSOCIATIONS_B , implementation_dba_data: APPS.AHL_POSITION_ALTERNATES_V ,
-
View: AHL_UC_HEADER_PATHS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UC_HEADER_PATHS_V, object_name:AHL_UC_HEADER_PATHS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the unit/subunit position/header/instance information. , implementation_dba_data: APPS.AHL_UC_HEADER_PATHS_V ,
-
View: AHL_POSITION_ALTERNATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_POSITION_ALTERNATES_V, object_name:AHL_POSITION_ALTERNATES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the tables AHL_RELATIONSHIPS_B and AHL_ITEM_ASSOCIATIONS_B , implementation_dba_data: APPS.AHL_POSITION_ALTERNATES_V ,
-
View: AHL_UC_HEADER_PATHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UC_HEADER_PATHS_V, object_name:AHL_UC_HEADER_PATHS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the unit/subunit position/header/instance information. , implementation_dba_data: APPS.AHL_UC_HEADER_PATHS_V ,
-
Table: AHL_MC_RULES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_RULES_B, object_name:AHL_MC_RULES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Stores MC Rules , implementation_dba_data: AHL.AHL_MC_RULES_B ,
-
Table: AHL_MC_HEADERS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_HEADERS_TL, object_name:AHL_MC_HEADERS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores translatable Master Configuration header information , implementation_dba_data: AHL.AHL_MC_HEADERS_TL ,
-
Table: AHL_ROUTE_EFFECTIVITIES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTE_EFFECTIVITIES, object_name:AHL_ROUTE_EFFECTIVITIES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route Effectivity Attributes. , implementation_dba_data: AHL.AHL_ROUTE_EFFECTIVITIES ,
-
Table: AHL_MC_CONFIG_RELATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_CONFIG_RELATIONS, object_name:AHL_MC_CONFIG_RELATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table maps sub configuration with Parent Master Configurations , implementation_dba_data: AHL.AHL_MC_CONFIG_RELATIONS ,
-
Table: AHL_ROUTE_EFFECTIVITIES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTE_EFFECTIVITIES, object_name:AHL_ROUTE_EFFECTIVITIES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route Effectivity Attributes. , implementation_dba_data: AHL.AHL_ROUTE_EFFECTIVITIES ,
-
Table: AHL_MC_CONFIG_RELATIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_CONFIG_RELATIONS, object_name:AHL_MC_CONFIG_RELATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table maps sub configuration with Parent Master Configurations , implementation_dba_data: AHL.AHL_MC_CONFIG_RELATIONS ,
-
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 ,
-
Table: AHL_MC_RELATIONSHIPS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_RELATIONSHIPS, object_name:AHL_MC_RELATIONSHIPS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores MC Node information .It is result of denormalization of AHL_RELATIONSHIP_B and TL. , implementation_dba_data: AHL.AHL_MC_RELATIONSHIPS ,
-
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 ,
-
View: AHL_MC_HEADERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MC_HEADERS_VL, object_name:AHL_MC_HEADERS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view gives both translation-independent and translatable Master Configuration header information. , implementation_dba_data: APPS.AHL_MC_HEADERS_VL ,
-
View: AHL_MC_HEADERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MC_HEADERS_VL, object_name:AHL_MC_HEADERS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view gives both translation-independent and translatable Master Configuration header information. , implementation_dba_data: APPS.AHL_MC_HEADERS_VL ,
-
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 ,