Search Results ahl_item_groups_b
Overview
The AHL_ITEM_GROUPS_B table is a core data object within the Oracle E-Business Suite module for Complex Maintenance, Repair, and Overhaul (CMRO). It serves as the master definition table for item groups, a fundamental concept in managing complex assemblies and serviceable units. In the context of CMRO, an item group is a logical collection of inventory items or other item groups, designed to be referenced as a single, reusable entity within maintenance structures, such as positions in a unit configuration or material requirements for a routing operation. This abstraction allows for efficient modeling of interchangeable parts, kits, or standard sub-assemblies that can be utilized multiple times across different maintenance definitions, promoting data consistency and reducing redundant data entry.
Key Information Stored
The table's primary column is the ITEM_GROUP_ID, a unique system-generated identifier serving as the primary key for all related records. The NAME column is a mandatory, unique identifier for the item group, enforced by the AHL_ITEM_GROUPS_B_UK1 unique key constraint. While the provided ETRM excerpt lists only these core structural columns, a typical Oracle Applications table in this context would also include standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) for auditing, and a set of descriptive flexfield columns to capture custom attributes. The core business data stored is the association between a unique group identifier and its user-defined name.
Common Use Cases and Queries
The primary use case is the creation and management of reusable part groupings for maintenance processes. For instance, a "Landing Gear Hydraulic Seal Kit" could be defined as an item group containing several individual seal part numbers. This group can then be assigned to multiple aircraft model positions or specified as a material requirement in standard repair operations. Common queries involve identifying where a specific item group is referenced or listing all groups for reporting. A sample SQL pattern to find all item groups and their associated configuration details would be:
- SELECT ig.NAME, icd.POSITION_REF_CODE FROM AHL_ITEM_GROUPS_B ig, AHL_ITEM_COMP_DETAILS icd WHERE ig.ITEM_GROUP_ID = icd.ITEM_GROUP_ID;
Reporting often focuses on the usage frequency of item groups across maintenance definitions to analyze part commonality and standardization.
Related Objects
The AHL_ITEM_GROUPS_B table is central to the CMRO data model, with several key objects referencing its primary key. As per the metadata, its ITEM_GROUP_ID is a foreign key in: AHL_ITEM_COMP_DETAILS (for unit configuration positions), AHL_MC_RELATIONSHIPS and AHL_RELATIONSHIPS_B (for modeling relationships between maintenance constructs), AHL_RT_OPER_MATERIALS (for routing operation materials), and the history table AHL_ITEM_GROUPS_B_H. It also has a direct relationship with the translation table, AHL_ITEM_GROUPS_TL, which stores the translated NAME values for multilingual implementations. This network of relationships underscores the table's role as a shared master data source for item groups throughout the maintenance lifecycle.
-
Table: AHL_ITEM_GROUPS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_GROUPS_B, object_name:AHL_ITEM_GROUPS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about item groups. Items are grouped so that each group could be used in positions multiple times. , implementation_dba_data: AHL.AHL_ITEM_GROUPS_B ,
-
Table: AHL_ITEM_GROUPS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_GROUPS_B, object_name:AHL_ITEM_GROUPS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about item groups. Items are grouped so that each group could be used in positions multiple times. , implementation_dba_data: AHL.AHL_ITEM_GROUPS_B ,
-
View: AHL_ITEM_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_GROUPS_VL, object_name:AHL_ITEM_GROUPS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ITEM_GROUPS_B and the translated columns from the table AHL_ITEM_GROUPS_TL. , implementation_dba_data: APPS.AHL_ITEM_GROUPS_VL ,
-
View: AHL_ITEM_GROUPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_GROUPS_VL, object_name:AHL_ITEM_GROUPS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ITEM_GROUPS_B and the translated columns from the table AHL_ITEM_GROUPS_TL. , implementation_dba_data: APPS.AHL_ITEM_GROUPS_VL ,
-
Table: AHL_ITEM_GROUPS_B_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_GROUPS_B_H, object_name:AHL_ITEM_GROUPS_B_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores History about item groups. , implementation_dba_data: AHL.AHL_ITEM_GROUPS_B_H ,
-
Table: AHL_ITEM_GROUPS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_GROUPS_TL, object_name:AHL_ITEM_GROUPS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores translated information about item groups. , implementation_dba_data: AHL.AHL_ITEM_GROUPS_TL ,
-
Table: AHL_ITEM_GROUPS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_GROUPS_TL, object_name:AHL_ITEM_GROUPS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores translated information about item groups. , implementation_dba_data: AHL.AHL_ITEM_GROUPS_TL ,
-
Table: AHL_ITEM_GROUPS_B_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_GROUPS_B_H, object_name:AHL_ITEM_GROUPS_B_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores History about item groups. , implementation_dba_data: AHL.AHL_ITEM_GROUPS_B_H ,
-
Table: AHL_ITEM_COMP_DETAILS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_COMP_DETAILS, object_name:AHL_ITEM_COMP_DETAILS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the details of Non-Tracked Items/ Item Groups associated with a Item Composition in the header table. , implementation_dba_data: AHL.AHL_ITEM_COMP_DETAILS ,
-
Table: AHL_ITEM_COMP_DETAILS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_COMP_DETAILS, object_name:AHL_ITEM_COMP_DETAILS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the details of Non-Tracked Items/ Item Groups associated with a Item Composition in the header table. , implementation_dba_data: AHL.AHL_ITEM_COMP_DETAILS ,
-
Table: AHL_MC_RELATIONSHIPS
12.1.1
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_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_RT_OPER_MATERIALS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS, object_name:AHL_RT_OPER_MATERIALS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the material and tool requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS ,
-
Table: AHL_RT_OPER_MATERIALS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS, object_name:AHL_RT_OPER_MATERIALS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the material and tool requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS ,
-
Table: AHL_PRD_DISPOSITIONS_B_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PRD_DISPOSITIONS_B_H, object_name:AHL_PRD_DISPOSITIONS_B_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Store disposition history , implementation_dba_data: AHL.AHL_PRD_DISPOSITIONS_B_H ,
-
Table: AHL_PRD_DISPOSITIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PRD_DISPOSITIONS_B, object_name:AHL_PRD_DISPOSITIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Store information about workorders's disposiiton , implementation_dba_data: AHL.AHL_PRD_DISPOSITIONS_B ,
-
Table: AHL_RELATIONSHIPS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RELATIONSHIPS_B, object_name:AHL_RELATIONSHIPS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is obsoleted tabled from 11.5.10 .. This table stores the position hierarchy of the master configuration. , implementation_dba_data: AHL.AHL_RELATIONSHIPS_B ,
-
Table: AHL_RELATIONSHIPS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RELATIONSHIPS_B, object_name:AHL_RELATIONSHIPS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table is obsoleted tabled from 11.5.10 .. This table stores the position hierarchy of the master configuration. , implementation_dba_data: AHL.AHL_RELATIONSHIPS_B ,
-
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_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 ,