Search Results ahl_rt_oper_materials
Overview
The AHL_RT_OPER_MATERIALS table is a core data object within the Oracle E-Business Suite Complex Maintenance, Repair, and Overhaul (CMRO) application. It serves as the central repository for defining all material and tool requirements associated with maintenance operations. Specifically, it stores the bill of materials (BOM) details for both routes and individual operations, enabling precise planning and execution of maintenance tasks. By linking specific inventory items or item groups to maintenance procedures, this table is fundamental for generating material pick lists, managing tool crib requirements, and ensuring all necessary components are available for scheduled maintenance work.
Key Information Stored
The table's structure is designed to capture the relationship between a maintenance procedure and its required resources. The primary identifier is RT_OPER_MATERIAL_ID. Key columns define the context and specifics of the requirement:
- OBJECT_ID: A foreign key that references either a route (AHL_ROUTES_B) or an operation (AHL_OPERATIONS_B), determining the parent object for the material requirement.
- INVENTORY_ITEM_ID and INVENTORY_ORG_ID: Together, these foreign keys to MTL_SYSTEM_ITEMS_B identify the specific material or tool required from the inventory.
- ASSOCIATION_TYPE_CODE: A critical column that distinguishes whether the record is for a mandatory requirement, an optional substitute, or another type of association.
- POSITION_PATH_ID: Links to AHL_MC_PATH_POSITIONS, allowing material requirements to be associated with specific positions on a configured asset (e.g., a specific engine on an aircraft).
- ITEM_GROUP_ID and ITEM_COMP_DETAIL_ID: These columns provide flexibility, allowing requirements to be defined for a group of items (via AHL_ITEM_GROUPS_B) or for specific compositions within a group (via AHL_ITEM_COMPOSITIONS).
Common Use Cases and Queries
This table is primarily accessed for maintenance planning, execution, and reporting. A common scenario involves retrieving all mandatory materials for a specific operation to generate a kit or pick list. The following query pattern illustrates this:
SELECT msib.segment1 item_code, arom.quantity
FROM ahl_rt_oper_materials arom,
mtl_system_items_b msib
WHERE arom.object_id = :operation_id
AND arom.association_type_code = 'MANDATORY'
AND arom.inventory_item_id = msib.inventory_item_id
AND arom.inventory_org_id = msib.organization_id;
Another critical use case is reporting on tool requirements across multiple routes for capacity planning in a tool crib. Analysts may also query this table to validate and audit material definitions before releasing maintenance work orders to the shop floor, ensuring data integrity and operational readiness.
Related Objects
AHL_RT_OPER_MATERIALS is a central hub with extensive relationships to other CMRO and Inventory tables. Its primary foreign keys establish core dependencies:
- AHL_ROUTES_B and AHL_OPERATIONS_B: The parent objects for which materials are defined.
- MTL_SYSTEM_ITEMS_B: Provides the item master details for the required material or tool.
- AHL_MC_PATH_POSITIONS: Enables position-specific material requirements for serialized assets.
- AHL_ITEM_GROUPS_B and AHL_ITEM_COMPOSITIONS: Support defining requirements for item groups and compositions.
- AHL_RT_OPER_MATERIALS_H: The history table that tracks changes to records in this base table over time.
-
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_RT_OPER_MATERIALS_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_H, object_name:AHL_RT_OPER_MATERIALS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_RT_OPER_MATERIALS. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS_H ,
-
Table: AHL_RT_OPER_MATERIALS_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_H, object_name:AHL_RT_OPER_MATERIALS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_RT_OPER_MATERIALS. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS_H ,
-
View: AHL_RT_OPER_MATERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_V, object_name:AHL_RT_OPER_MATERIALS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_RT_OPER_MATERIALS and two other columns CONCATENATED_SEGMENTS and DESCRIPTION from the view AHL_MTL_ITEMS_OU_V. , implementation_dba_data: APPS.AHL_RT_OPER_MATERIALS_V ,
-
View: AHL_RT_OPER_MATERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_V, object_name:AHL_RT_OPER_MATERIALS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_RT_OPER_MATERIALS and two other columns CONCATENATED_SEGMENTS and DESCRIPTION from the view AHL_MTL_ITEMS_OU_V. , implementation_dba_data: APPS.AHL_RT_OPER_MATERIALS_V ,
-
Table: AHL_ITEM_COMPOSITIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ITEM_COMPOSITIONS, object_name:AHL_ITEM_COMPOSITIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about item compositions header . , implementation_dba_data: AHL.AHL_ITEM_COMPOSITIONS ,
-
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_PATH_POSITIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_PATH_POSITIONS, object_name:AHL_MC_PATH_POSITIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Stores multi-level MC Positions , implementation_dba_data: AHL.AHL_MC_PATH_POSITIONS ,
-
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_PATH_POSITIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MC_PATH_POSITIONS, object_name:AHL_MC_PATH_POSITIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Stores multi-level MC Positions , implementation_dba_data: AHL.AHL_MC_PATH_POSITIONS ,
-
Table: AHL_OPERATIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_B, object_name:AHL_OPERATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This Table stores the Standard and Non Standard Operations. , implementation_dba_data: AHL.AHL_OPERATIONS_B ,
-
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 ,
-
Table: AHL_OPERATIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_B, object_name:AHL_OPERATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This Table stores the Standard and Non Standard Operations. , implementation_dba_data: AHL.AHL_OPERATIONS_B ,
-
Table: AHL_ROUTES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_B, object_name:AHL_ROUTES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_B ,
-
Table: AHL_ROUTES_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_B, object_name:AHL_ROUTES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_B ,
-
View: AHL_VISIT_TASK_MATRL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASK_MATRL_V, object_name:AHL_VISIT_TASK_MATRL_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Work flow nformation , implementation_dba_data: APPS.AHL_VISIT_TASK_MATRL_V ,
-
View: AHL_VISIT_TASK_MATRL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASK_MATRL_V, object_name:AHL_VISIT_TASK_MATRL_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Work flow nformation , implementation_dba_data: APPS.AHL_VISIT_TASK_MATRL_V ,