Search Results build tool for visual studio
The AHL_RT_OPER_MATERIALS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Advanced Service Online (ASO) module, specifically supporting the Service and Depot Repair functionality. This table stores detailed information about materials required for repair operations, facilitating efficient service management, inventory tracking, and cost control in service-oriented environments. Below is a detailed technical and functional analysis of this table.
Functional Overview
The AHL_RT_OPER_MATERIALS table is part of the Service Request (SR) and Depot Repair workflows in Oracle EBS. It maintains a mapping between repair operations (defined in AHL_ROUTE_OPERATIONS) and the materials (items) consumed during those operations. This linkage ensures accurate material planning, requisitioning, and cost attribution in repair processes. Key functional aspects include:
- Material Association: Links repair operations to specific inventory items, ensuring the right parts are available for service tasks.
- Quantity Tracking: Defines the standard quantity of materials required per operation, aiding in demand forecasting.
- Cost Management: Supports cost calculation by associating material usage with repair operations, enabling accurate service pricing.
- Integration with Inventory: Interfaces with Oracle Inventory (INV) to validate item availability and trigger replenishment workflows.
Technical Structure
The table's schema includes columns that capture operational, material, and transactional attributes. Key columns and their purposes are:
Column Name | Data Type | Description |
---|---|---|
ROUTE_OPERATION_ID | NUMBER | Foreign key to AHL_ROUTE_OPERATIONS, identifying the repair operation. |
INVENTORY_ITEM_ID | NUMBER | References MTL_SYSTEM_ITEMS_B, specifying the material used. |
ORGANIZATION_ID | NUMBER | Identifies the inventory organization owning the item (links to HR_ORGANIZATION_UNITS). |
QUANTITY | NUMBER | Standard quantity of the material required per operation. |
UOM_CODE | VARCHAR2 | Unit of measure for the material (e.g., EA, KG). |
OBJECT_VERSION_NUMBER | NUMBER | Used for optimistic locking and concurrency control. |
Integration Points
The table interacts with multiple Oracle EBS modules:
- Oracle Inventory (INV): Validates item existence, UOM compatibility, and availability.
- Oracle Purchasing (PO): Triggers requisitions for materials if stock is insufficient.
- Oracle Cost Management (CST): Provides data for service cost roll-ups and profitability analysis.
- Oracle Work in Process (WIP): Supports material issuance for complex repair workflows.
Key Business Processes
The table enables the following business processes:
- Repair Planning: Technicians reference material requirements during service order creation.
- Material Reservation: Items are reserved in inventory upon operation scheduling.
- Cost Accrual: Material costs are attributed to service orders for financial reporting.
- Compliance Reporting: Tracks material usage for regulatory and audit purposes.
Customization Considerations
While the table is seeded by Oracle, common extensions include:
- Adding custom columns (e.g., SUPPLIER_CODE) via descriptive flexfields (DFFs).
- Implementing triggers to enforce business rules (e.g., minimum stock levels).
- Integrating with third-party procurement systems via APIs.
Conclusion
The AHL_RT_OPER_MATERIALS table is a pivotal component in Oracle EBS Service and Depot Repair, bridging operations, materials, and financials. Its design ensures granular tracking of repair-related material consumption, directly impacting service efficiency, cost accuracy, and inventory optimization. Organizations leveraging this table should adhere to Oracle's data governance guidelines to maintain integrity across interconnected modules.
-
Lookup Type: AHL_PRD_DF_REASON_TYPES
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL : Deferral reasons , description: Deferral reasons ,
-
Lookup Type: AHL_PRD_DF_REASON_TYPES
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL : Deferral reasons , description: Deferral reasons ,
-
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 ,
-
Concurrent Program: AHLSIMUE
12.2.2
execution_filename: AHL_UMP_UNITMAINT_PVT.Build_SimulationPlan_UE , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Build Simulation Plan Unit Effectivities , description: Build Unit effectivities program for Simulation plan , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLUMATF
12.2.2
execution_filename: AHL_UMP_FORECAST_REQ_PVT.Build_Mat_Forecast_Stream , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Build Forecasted Material Stream for Material Planning , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLUMATF
12.1.1
execution_filename: AHL_UMP_FORECAST_REQ_PVT.Build_Mat_Forecast_Stream , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Build Forecasted Material Stream for Material Planning , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AHL_VWP_VISIT_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Action List for a Visit , description: Action List for a Visit ,
-
View: AHL_MM_WRK_ORDER_RESERVTN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MM_WRK_ORDER_RESERVTN_V, object_name:AHL_MM_WRK_ORDER_RESERVTN_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_MM_WRK_ORDER_RESERVTN_V ,
-
Lookup Type: AHL_UA_VISIT_SYNC_RULE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Visit Synchronization Rule for Flight Schedules , description: Lookup for Visit Synchronization Rule for Flight Schedules ,
-
Lookup Type: AHL_UA_VISIT_SYNC_RULE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Visit Synchronization Rule for Flight Schedules , description: Lookup for Visit Synchronization Rule for Flight Schedules ,
-
Concurrent Program: AHLRECMR
12.2.2
execution_filename: AHL_FLEET_FORECAST_PVT.process_reconfiguration_mrs , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Auto Creation of SR for Reconfigration MRs , description: Creates Service Requests automatically for Reconfiguration MRs associated to Fleet , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AHLATPFLG
12.2.2
execution_filename: AHL_MM_MTL_MGT_PVT.UPDATE_REQUIREMENTS_FOR_GOP , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Process Material Requirements for use by Oracle Global Order Promising , description: Concurrent Program to update material requirements for GOP Collections process. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AHL_UMP_SEARCH_FOR_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_UMP_SEARCH_FOR_TYPE , description: Ump Search criteria added for Post 11510 ,
-
Lookup Type: AHL_UMP_SEARCH_FOR_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_UMP_SEARCH_FOR_TYPE , description: Ump Search criteria added for Post 11510 ,
-
Lookup Type: AHL_MC_SEARCH_TBL_ACTION
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Serach Master Configuration Action ,
-
Lookup Type: AHL_MC_EDIT_MC_ACTION
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Edit Master Configuration Actions ,
-
Lookup Type: AHL_MC_SEARCH_TBL_ACTION
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Serach Master Configuration Action ,
-
Lookup Type: AHL_MC_EDIT_MC_ACTION
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Edit Master Configuration Actions ,
-
Lookup Type: AHL_AVF_CREATE_FOR_OPTS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Create For Options , description: Create For Options ,
-
Lookup Type: AHL_REVISION_STATUS_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Revision Status Type for Document Index , description: Revision Status Type for Document Index ,
-
Lookup Type: AHL_REVISION_STATUS_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Revision Status Type for Document Index , description: Revision Status Type for Document Index ,
-
Lookup Type: AHL_AMP_SCH_DISP_DAYS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for display days window in planning workbench tabs , description: Lookup for display days window in planning workbench tabs ,
-
Lookup Type: AHL_UA_TIME_UOM
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Time UOM on Search Unit Schedules page , description: Lookup for Time UOM on Search Unit Schedules page ,
-
Lookup Type: AHL_CMP_ITEM_INST_RO_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Table actions for Readonly Item instances tab , description: Table actions for Readonly Item instances tab ,
-
Lookup Type: AHL_VWP_ADD_MANUAL_TASK
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Add summary and unplanned task. , description: Lookup for Add summary and unplanned task. ,
-
Lookup Type: AHL_FMP_MR_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Maintenance Requirement type for Preventive Maintenance , description: Maintenance Requirement type for Preventive Maintenance ,
-
Lookup Type: AHL_UA_TIME_UOM
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for Time UOM on Search Unit Schedules page , description: Lookup for Time UOM on Search Unit Schedules page ,
-
Lookup Type: AHL_FMP_MR_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Maintenance Requirement type for Preventive Maintenance , description: Maintenance Requirement type for Preventive Maintenance ,
-
Lookup Type: AHL_MC_IG_TBL_ACTION
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Search Item Group Table Action , description: Search Item Group Table Action ,
-
Lookup Type: AHL_AMP_SCH_RESULTS_FILTER
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Look up for Filter condition in AMP Organization Graph , description: Look up for Filter condition in AMP Organization Graph ,
-
Lookup Type: AHL_PC_STATUS
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Product Classification Status , description: Product Classification Status ,
-
Lookup Type: AHL_PC_STATUS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Product Classification Status , description: Product Classification Status ,
-
Lookup Type: AHL_UNIT_EFFECTIVITY_STATUS
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Status , description: Unit Maintenance Requirement Statuses. ,
-
Lookup Type: AHL_OSP_STATUS_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_OSP_STATUS , description: AHL OSP Order Status ,
-
Lookup Type: AHL_OSP_STATUS_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_OSP_STATUS , description: AHL OSP Order Status ,
-
Concurrent Program: AHLVWPCST
12.2.2
execution_filename: AHL_VWP_VISIT_CST_PR_PVT.bg_exec_estimate_visit_cost , product: AHL - Complex Maintenance Repair and Overhaul , user_name: Background Cost Estimate (Visit Work Package) , description: To estimate cost for a visit in background , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AHL_CMP_ITEM_INST_REST_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Table actions for locked visits Item instances tab , description: Table actions for locked visits Item instances tab ,
-
Lookup Type: AHL_UNIT_EFFECTIVITY_STATUS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Status , description: Unit Maintenance Requirement Statuses. ,
-
Lookup Type: AHL_CMP_ITEM_INST_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Table actions for Item instances tab , description: Table actions for Item instances tab ,
-
Lookup Type: AHL_AMP_WORKBENCH_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for navigations/actions from planning workbench tabs , description: Lookup for navigations/actions from planning workbench tabs ,
-
Lookup Type: AHL_MM_SUPPLY_ACTION
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for supply regions in demand and supply management UI , description: Lookup for supply regions in demand and supply management UI ,
-
Lookup Type: AHL_VWP_TASK_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Lookup for navigation/actions from Visit Task tab , description: Lookup for navigation/actions from Visit Task tab ,
-
Lookup Type: AHL_PRD_UPD_TECH_WO_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Update Workorder Actions for Technicians ,
-
Lookup Type: AHL_APPR_OBJECT_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Approval Object Type , description: Approval Object Type ,
-
Lookup Type: AHL_VWP_STAGE_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Stage Types , description: Lookups for Stage Types ,
-
Table: AHL_PC_HEADERS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PC_HEADERS_TL, object_name:AHL_PC_HEADERS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Translation table for AHL_PC_HEADERS_B. , implementation_dba_data: AHL.AHL_PC_HEADERS_TL ,
-
Table: AHL_PC_HEADERS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PC_HEADERS_TL, object_name:AHL_PC_HEADERS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Translation table for AHL_PC_HEADERS_B. , implementation_dba_data: AHL.AHL_PC_HEADERS_TL ,
-
Table: AHL_DOC_FILE_ASSOC_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_FILE_ASSOC_TL, object_name:AHL_DOC_FILE_ASSOC_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated values for AHL_DOC_FILE_ASSOC_B , implementation_dba_data: AHL.AHL_DOC_FILE_ASSOC_TL ,
-
Table: AHL_OSP_ORDER_LOGS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OSP_ORDER_LOGS, object_name:AHL_OSP_ORDER_LOGS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the log for OSP order transactions , implementation_dba_data: AHL.AHL_OSP_ORDER_LOGS ,