Search Results ahl_item_associations_b_h
Overview
The AHL_ITEM_ASSOCIATIONS_B_H table resides in the AHL schema, the product schema for Oracle Complex Maintenance Repair and Overhaul (CMRO), an Enterprise Asset Management family application available in Oracle E-Business Suite 12.1.1 and 12.2.2. The table stores the history of item group associations, functioning as an audit and versioning companion to the base table AHL_ITEM_ASSOCIATIONS_B. Every insert, update, or logical deletion performed against the base association record produces a corresponding historical row here, preserving the state of the association at a given point in time.
In Data Vault modeling terms, the mined foreign key structure classifies this object as satellite-leaning. The primary key ITEM_ASSOCIATION_H_ID acts as a hash or surrogate identifier for the historical record, while the relationship to AHL_ITEM_ASSOCIATIONS_B through ITEM_ASSOCIATION_ID anchors the satellite to its parent hub. This classification is a modeling suggestion derived from the FK topology rather than a declared Oracle attribute; practitioners should treat it as a design guideline when building downstream data marts.
Key Information Stored
The documented physical schema contains 38 columns. The most operationally significant include:
- ITEM_ASSOCIATION_H_ID — the surrogate primary key (AHL_ITEM_ASSOCIATIONS_B_H_PK) uniquely identifying each historical row. It is also the sole documented unique index (AHL_ITEM_ASSOCIATION_B_H_U1), making it the business-key candidate for historical lineage.
- ITEM_ASSOCIATION_ID — foreign key to AHL_ITEM_ASSOCIATIONS_B, linking each history row to its live parent association.
- ITEM_GROUP_ID — references AHL_ITEM_GROUPS_B, identifying the item group to which the association belongs.
- INVENTORY_ITEM_ID and INVENTORY_ORG_ID — identify the specific inventory item and organization involved in the association.
- ACTION and TRANSACTION_DATE — record the nature of the change and its timestamp, forming the audit backbone.
- VERSION_NUMBER, OBJECT_VERSION_NUMBER, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY — standard EBS concurrency and audit columns.
- PRIORITY, UOM_CODE, QUANTITY, REVISION, INTERCHANGE_TYPE_CODE, ITEM_TYPE_CODE, and SOURCE_ITEM_ASSOCIATION_ID — descriptive attributes capturing the association's configuration at the moment of the historical event.
- SECURITY_GROUP_ID — references FND_SECURITY_GROUPS, enforcing multi-tenant data segregation.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — the standard DFF (Descriptive Flexfield) columns for extensibility.
Common Use Cases and Queries
Historical tracking of item-group associations supports change audits, compliance reporting, and point-in-time reconstruction of maintenance configurations. A typical query retrieves the full change history for a specific association:
SELECT ITEM_ASSOCIATION_H_ID, ITEM_ASSOCIATION_ID, ITEM_GROUP_ID,
INVENTORY_ITEM_ID, ACTION, TRANSACTION_DATE, VERSION_NUMBER
FROM AHL.AHL_ITEM_ASSOCIATIONS_B_H
WHERE ITEM_ASSOCIATION_ID = :p_association_id
ORDER BY TRANSACTION_DATE DESC;
Analysts frequently join to AHL_ITEM_ASSOCIATIONS_TL_H (via ITEM_ASSOCIATION_H_ID) to retrieve the translated name and description of each historical version, and to FND_SECURITY_GROUPS to apply row-level security filtering. As-of reporting compares the current base record against its most recent history entry to detect drift between planned and actual association attributes.
Related Objects
- AHL_ITEM_ASSOCIATIONS_B — parent base table; joined on ITEM_ASSOCIATION_ID = ITEM_ASSOCIATIONS_B_H.ITEM_ASSOCIATION_ID.
- AHL_ITEM_ASSOCIATIONS_TL_H — translated history table; joined on ITEM_ASSOCIATION_H_ID.
- AHL_ITEM_GROUPS_B — item group master; joined via ITEM_GROUP_ID.
- FND_SECURITY_GROUPS — security group definition; joined via SECURITY_GROUP_ID.
- AHL_ITEM_ASSOCIATIONS_TL — translated base table associated with the live parent record.
- CMRO item association APIs and concurrent programs that populate the base table typically trigger the corresponding history inserts into this object.
-
Table: AHL_ITEM_ASSOCIATIONS_B_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_B_H, object_name:AHL_ITEM_ASSOCIATIONS_B_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is Histrory of the Item Group Assoications , implementation_dba_data: AHL.AHL_ITEM_ASSOCIATIONS_B_H ,
-
Table: AHL_ITEM_ASSOCIATIONS_B_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_B_H, object_name:AHL_ITEM_ASSOCIATIONS_B_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is Histrory of the Item Group Assoications , implementation_dba_data: AHL.AHL_ITEM_ASSOCIATIONS_B_H ,
-
SYNONYM: APPS.AHL_ITEM_ASSOCIATIONS_B_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_ITEM_ASSOCIATIONS_B_H, status:VALID,
-
SYNONYM: APPS.AHL_ITEM_ASSOCIATIONS_B_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_ITEM_ASSOCIATIONS_B_H, status:VALID,
-
VIEW: AHL.AHL_ITEM_ASSOCIATIONS_B_H#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_ITEM_ASSOCIATIONS_B_H#, status:VALID,
-
APPS.AHL_ITEM_ASSOCIATIONS_H_PKG SQL Statements
12.1.1
-
APPS.AHL_ITEM_ASSOCIATIONS_H_PKG SQL Statements
12.2.2
-
VIEW: AHL.AHL_ITEM_ASSOCIATIONS_B_H#
12.2.2
-
Table: AHL_ITEM_ASSOCIATIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_B, object_name:AHL_ITEM_ASSOCIATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is an intersection table to store the association between item group and the inventory item. , implementation_dba_data: AHL.AHL_ITEM_ASSOCIATIONS_B ,
-
Table: AHL_ITEM_ASSOCIATIONS_TL_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_TL_H, object_name:AHL_ITEM_ASSOCIATIONS_TL_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for the Association Table , implementation_dba_data: AHL.AHL_ITEM_ASSOCIATIONS_TL_H ,
-
PACKAGE BODY: APPS.AHL_ITEM_ASSOCIATIONS_H_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_ITEM_ASSOCIATIONS_H_PKG, status:VALID,
-
Table: AHL_ITEM_ASSOCIATIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_B, object_name:AHL_ITEM_ASSOCIATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is an intersection table to store the association between item group and the inventory item. , implementation_dba_data: AHL.AHL_ITEM_ASSOCIATIONS_B ,
-
PACKAGE BODY: APPS.AHL_ITEM_ASSOCIATIONS_H_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_ITEM_ASSOCIATIONS_H_PKG, status:VALID,
-
TABLE: AHL.AHL_ITEM_ASSOCIATIONS_B_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_B_H, object_name:AHL_ITEM_ASSOCIATIONS_B_H, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
TABLE: AHL.AHL_ITEM_ASSOCIATIONS_B_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_B_H, object_name:AHL_ITEM_ASSOCIATIONS_B_H, status:VALID,
-
PACKAGE BODY: APPS.AHL_ITEM_ASSOCIATIONS_H_PKG
12.1.1
-
PACKAGE BODY: APPS.AHL_ITEM_ASSOCIATIONS_H_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design 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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AHL_ITEM_ASSOCIATIONS_H_PKG dependencies on AHL_ITEM_ASSOCIATIONS_B_H
12.1.1
-
APPS.AHL_ITEM_ASSOCIATIONS_H_PKG dependencies on AHL_ITEM_ASSOCIATIONS_B_H
12.2.2
-
APPS.AHL_ITEM_ASSOCIATIONS_H_PKG dependencies on AHL_ITEM_ASSOCIATIONS_TL_H
12.2.2
-
APPS.AHL_ITEM_ASSOCIATIONS_H_PKG dependencies on AHL_ITEM_ASSOCIATIONS_TL_H
12.1.1
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,
-
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 ,