Search Results ahl_fleet_headers_b
Overview
AHL_FLEET_HEADERS_B is the base table that stores fleet definitions within the Oracle E-Business Suite Complex Maintenance, Repair and Overhaul (AHL) module. In EBS 12.1.1 and 12.2.2, a "fleet" represents a logical grouping of maintainable units — aircraft, vehicles, engines, or other rotable assets — that are managed and maintained together under shared operational and departmental ownership. The header record established in this table anchors all subsequent fleet-level maintenance activity performed through the AHL maintenance management and execution flows.
Under the heuristic Data Vault classification mined from the foreign key structure, this table is modeled as a standalone entity. This suggests that, in a Data Vault representation, AHL_FLEET_HEADERS_B behaves as an independent hub or reference dimension rather than a link table joining two or more business keys. The classification is a modeling suggestion based on the observed FK topology and should be validated against the formal AHL data model before being used for warehouse design.
Key Information Stored
The table carries 30 documented columns. The most significant are:
- FLEET_HEADER_ID — the surrogate primary key for the fleet header record, enforced by the unique index AHL_FLEET_HEADERS_B_U1.
- NAME — the human-readable fleet name, enforced as a business-key candidate by unique index AHL_FLEET_HEADERS_B_U2.
- OPERATING_ORG_ID — the inventory/operating organization that owns the fleet, driving multi-org security and reporting.
- DEPARTMENT_ID — references BOM_DEPARTMENTS, identifying the maintenance department responsible for the fleet.
- OPERATIONS_TYPE_CODE — classifies the operational nature of the fleet and constrains which maintenance operations apply.
- STATUS_CODE — the lifecycle state of the fleet header (for example, active versus inactive).
- COMPLETION_DATE — the date the fleet definition or its associated maintenance program was completed.
- SECURITY_GROUP_ID — references FND_SECURITY_GROUPS and enforces function-level data security.
- OBJECT_VERSION_NUMBER — the optimistic locking column used by the OAF/ADF framework to prevent concurrent update conflicts.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard EBS audit ("WHO") columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — the standard DFF (descriptive flexfield) columns for customer-specific extensions.
Common Use Cases and Queries
The table is primarily queried to resolve fleet names, validate org-level access, and drive fleet-based maintenance reporting. A typical lookup joins the header to its department:
SELECT f.fleet_header_id, f.name, f.status_code, d.department_code
FROM ahl_fleet_headers_b f, bom_departments d
WHERE f.department_id = d.department_id
AND f.operating_org_id = :org_id;
Common reporting scenarios include listing all active fleets per operating organization, auditing fleets by department for maintenance cost roll-up, and extracting DFF attributes for customer-specific fleet categorization. Because the table is multi-org secured, any reporting query should filter by OPERATING_ORG_ID or run within the appropriate MOAC context. Extraction queries for data warehousing should include OBJECT_VERSION_NUMBER and the WHO columns to enable reliable incremental loads.
Related Objects
- BOM_DEPARTMENTS — joined via DEPARTMENT_ID; supplies the responsible maintenance department.
- FND_SECURITY_GROUPS — joined via SECURITY_GROUP_ID; drives data security filtering.
- AHL_FLEET_HEADERS_TL — the translation table supplying language-specific fleet names and descriptions.
- AHL_MAINTAINABLE_OBJECTS / AHL_UNITS — the maintainable units assigned to a fleet, linked through the fleet header.
- AHL_FLEET_POSITIONS or AHL_FLEET_MEMBERS — child entities defining unit positions or membership within the fleet.
- AHL_MAINTENANCE_* interfaces — the AHL maintenance work-order and visit APIs that consume fleet headers when creating maintenance visits for units in the fleet.
Together, these related objects form the fleet maintenance hierarchy, with AHL_FLEET_HEADERS_B serving as the definitional anchor for units, positions, and maintenance execution.
-
Table: AHL_FLEET_HEADERS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_FLEET_HEADERS_B, object_name:AHL_FLEET_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: AHL.AHL_FLEET_HEADERS_B ,
-
VIEW: AHL.AHL_FLEET_HEADERS_B#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_FLEET_HEADERS_B#, status:VALID,
-
SYNONYM: APPS.AHL_FLEET_HEADERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_FLEET_HEADERS_B, status:VALID,
-
APPS.AHL_FLEET_HEADERS_PKG SQL Statements
12.2.2
-
VIEW: APPS.AHL_FLEET_HEADERS_VL
12.2.2
-
VIEW: AHL.AHL_FLEET_HEADERS_B#
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITIES_APP_V
12.2.2
-
APPS.AHL_FLEET_FORECAST_PVT SQL Statements
12.2.2
-
TABLE: AHL.AHL_FLEET_HEADERS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_FLEET_HEADERS_B, object_name:AHL_FLEET_HEADERS_B, status:VALID,
-
View: AHL_FLEET_HEADERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_FLEET_HEADERS_VL, object_name:AHL_FLEET_HEADERS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_FLEET_HEADERS_VL ,
-
PACKAGE BODY: APPS.AHL_FLEET_HEADERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FLEET_HEADERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_AMP_WORKBENCH_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_AMP_WORKBENCH_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_UMP_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UMP_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_RA_NR_PROFILE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_RA_NR_PROFILE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FLEET_FORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FLEET_FORECAST_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FLEET_HEADERS_PKG
12.2.2
-
PACKAGE BODY: APPS.AHL_FLEET_UTIL_HISTORY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FLEET_UTIL_HISTORY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_UMP_BOM_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UMP_BOM_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_AVF_PRIM_VSTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_AVF_PRIM_VSTS_PVT, status:VALID,
-
VIEW: APPS.AHL_SIMULATION_FORECAST_V
12.2.2
-
APPS.AHL_AMP_WORKBENCH_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AHL_FMP_COMMON_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_COMMON_PVT, status:VALID,
-
APPS.AHL_UMP_SMRINSTANCE_PVT SQL Statements
12.2.2
-
VIEW: APPS.AHL_FLEET_HEADERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_FLEET_HEADERS_VL, object_name:AHL_FLEET_HEADERS_VL, status:VALID,
-
PACKAGE BODY: APPS.AHL_UMP_PROCESSUNIT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UMP_PROCESSUNIT_PVT, status:VALID,
-
VIEW: APPS.AHL_UE_ORGS_DEPTS_V
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AHL_UE_ORGS_DEPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UE_ORGS_DEPTS_V, object_name:AHL_UE_ORGS_DEPTS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: AHL_UE_ORGS_DEPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UE_ORGS_DEPTS_V, object_name:AHL_UE_ORGS_DEPTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_UE_ORGS_DEPTS_V ,
-
APPS.AHL_RA_NR_PROFILE_PVT SQL Statements
12.2.2
-
VIEW: APPS.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,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITIES_APP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITIES_APP_V, object_name:AHL_MR_EFFECTIVITIES_APP_V, status:VALID,
-
APPS.AHL_FMP_COMMON_PVT SQL Statements
12.2.2
-
TABLE: AHL.AHL_UE_SIMULATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UE_SIMULATIONS, object_name:AHL_UE_SIMULATIONS, status:VALID,
-
PACKAGE BODY: APPS.AHL_FLEET_FORECAST_PVT
12.2.2
-
APPS.AHL_FLEET_UTIL_HISTORY_PVT SQL Statements
12.2.2
-
APPS.AHL_AVF_PRIM_VSTS_PVT SQL Statements
12.2.2
-
APPS.AHL_FLEET_UTIL_HISTORY_PVT dependencies on AHL_FLEET_HEADERS_B
12.2.2
-
APPS.AHL_UMP_UTIL_PKG dependencies on AHL_FLEET_HEADERS_B
12.2.2
-
APPS.AHL_AMP_WORKBENCH_PVT dependencies on AHL_FLEET_HEADERS_B
12.2.2
-
APPS.AHL_UMP_PROCESSUNIT_PVT dependencies on AHL_FLEET_HEADERS_B
12.2.2
-
APPS.AHL_AVF_PRIM_VSTS_PVT dependencies on AHL_FLEET_HEADERS_B
12.2.2
-
APPS.AHL_FLEET_HEADERS_PKG dependencies on AHL_FLEET_HEADERS_B
12.2.2
-
APPS.AHL_UMP_BOM_PVT dependencies on AHL_FLEET_HEADERS_B
12.2.2