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 ,
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_RM_ROUTE_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_COMPLEX_MX_RWSC_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_RM_OPERATION_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_RM_OPERATION_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_LTP_REQST_MATRL_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_VWP_PRICE_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_RM_ROUTE_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_VWP_PRICE_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_LTP_REQST_MATRL_PVT dependencies on AHL_RT_OPER_MATERIALS
12.2.2
-
APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on AHL_RT_OPER_MATERIALS
12.1.1
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_ROUTE_OPERATIONS
12.1.1
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_ROUTE_OPERATIONS
12.2.2
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on FND_LOG
12.2.2
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_MC_PATH_POSITIONS
12.1.1
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on FND_LOG
12.1.1
-
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 ,
-
SYNONYM: APPS.AHL_RT_OPER_MATERIALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_RT_OPER_MATERIALS, status:VALID,
-
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 ,
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on AHL_RT_OPER_MATERIALS_S
12.2.2
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_MC_PATH_POSITIONS
12.2.2
-
APPS.AHL_LTP_MTL_REQ_PVT SQL Statements
12.1.1
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_OPERATIONS_B_KFV
12.2.2
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on AHL_RT_OPER_MATERIALS_S
12.1.1
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_LTP_MTL_REQ_PVT
12.2.2
-
VIEW: AHL.AHL_RT_OPER_MATERIALS#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_RT_OPER_MATERIALS#, status:VALID,
-
SYNONYM: APPS.AHL_RT_OPER_MATERIALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_RT_OPER_MATERIALS, status:VALID,
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_LTP_MTL_REQ_PVT
12.1.1
-
APPS.AHL_LTP_MTL_REQ_PVT dependencies on AHL_OPERATIONS_B_KFV
12.1.1
-
APPS.AHL_VWP_PRICE_PVT dependencies on AHL_VISITS_B
12.2.2
-
APPS.AHL_VWP_PRICE_PVT dependencies on AHL_VISIT_TASKS_B
12.1.1
-
APPS.AHL_COMPLEX_MX_RWSC_PVT dependencies on AHL_SCHEDULE_MATERIALS
12.2.2
-
VIEW: AHL.AHL_RT_OPER_MATERIALS#
12.2.2
-
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 ,
-
APPS.AHL_VWP_PRICE_PVT dependencies on MTL_SYSTEM_ITEMS_VL
12.2.2
-
APPS.AHL_LTP_REQST_MATRL_PVT dependencies on AHL_ROUTE_OPERATIONS_V
12.2.2
-
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 ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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 ,