Search Results aussie banned from travelling due to passport detail
The AHL_UNIT_THRESHOLDS 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 designed to manage threshold values for units in service contracts and maintenance operations. This table plays a pivotal role in defining and enforcing operational limits, ensuring compliance with service-level agreements (SLAs), and triggering alerts or actions when predefined thresholds are breached. Below is a detailed exploration of its purpose, structure, and functional significance in Oracle EBS.
Purpose and Functional Context
The AHL_UNIT_THRESHOLDS table stores threshold configurations for units (e.g., equipment, assets, or serviceable items) monitored under Oracle Service Contracts or Asset Tracking. Thresholds define operational boundaries, such as usage limits (e.g., hours, cycles), time-based metrics (e.g., days since last maintenance), or performance thresholds (e.g., temperature, pressure). When these thresholds are exceeded, the system can initiate workflows, notifications, or preventive maintenance tasks, ensuring proactive service management.Key Columns and Data Structure
The table's schema includes columns to define threshold criteria, associations, and enforcement logic. Notable columns include:- UNIT_THRESHOLD_ID: Primary key, uniquely identifying each threshold record.
- UNIT_HEADER_ID: References the unit (asset or item) in AHL_UNIT_HEADERS to which the threshold applies.
- THRESHOLD_TYPE_CODE: Categorizes thresholds (e.g., "USAGE," "TIME," "CONDITION").
- THRESHOLD_VALUE: The numeric limit triggering an action (e.g., 500 hours, 30 days).
- UOM_CODE: Unit of measure (e.g., "HOURS," "DAYS," "CYCLES").
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the threshold's validity period.
- ENABLED_FLAG: Indicates whether the threshold is active.
- ACTION_CODE: Specifies the response (e.g., "ALERT," "WORKORDER") upon breach.
Integration with Oracle EBS Modules
The table integrates with:- Oracle Service Contracts: Tracks contractual obligations (e.g., maintenance frequency) via thresholds.
- Oracle Enterprise Asset Management (eAM): Triggers preventive maintenance when usage thresholds are met.
- Oracle Advanced Outbound TeleService: Automates service dispatches based on threshold breaches.
Example Use Case
A helicopter's engine might have a threshold of 1,000 flight hours before mandatory inspection. The AHL_UNIT_THRESHOLDS table stores this limit, linked to the engine's UNIT_HEADER_ID. As flight hours are logged (via AHL_UNIT_LOGS), the system compares values against the threshold. Upon reaching 1,000 hours, a work order is auto-generated in eAM, ensuring compliance.Technical Considerations
- Indexes: The table is indexed on UNIT_HEADER_ID and THRESHOLD_TYPE_CODE for efficient querying.
- APIs: Custom PL/SQL APIs (e.g., AHL_UNIT_THRESHOLDS_PKG) validate and process threshold data.
- Audit Trails: Changes may be logged in AHL_UNIT_THRESHOLDS_H for compliance.
Conclusion
The AHL_UNIT_THRESHOLDS table is a cornerstone of Oracle EBS's service and asset management capabilities, enabling automated, data-driven maintenance and contract enforcement. Its design ensures scalability, integration with core modules, and alignment with industry best practices for threshold-based monitoring. Understanding this table is essential for configuring and troubleshooting service workflows in Oracle EBS 12.1.1 and 12.2.2.-
File: Connect to the Internet.LNK
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , size: 854 bytes , file_type: PDF Diagram ,
-
File: Connect to the Internet.LNK
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , size: 854 bytes , file_type: PDF Diagram ,
-
Lookup Type: AHL_UNIT_EFFECTIVITY_MESSAGE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Message Codes , description: Maintenance Requirement's message/exception codes. ,
-
Lookup Type: AHL_UNIT_EFFECTIVITY_MESSAGE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Message Codes , description: Maintenance Requirement's message/exception codes. ,
-
View: AHL_PLAN_VISITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PLAN_VISITS_V, object_name:AHL_PLAN_VISITS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to simulation plans and visit detail information , implementation_dba_data: APPS.AHL_PLAN_VISITS_V ,
-
View: AHL_PLAN_VISITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PLAN_VISITS_V, object_name:AHL_PLAN_VISITS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to simulation plans and visit detail information , implementation_dba_data: APPS.AHL_PLAN_VISITS_V ,
-
Lookup Type: AHL_UMP_SMR_ACTIONS
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Actions on the Search Unit Maintenance Plan page , description: Actions on the Search Unit Maintenance Plan page ,
-
Lookup Type: AHL_UMP_SMR_ACTIONS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Actions on the Search Unit Maintenance Plan page , description: Actions on the Search Unit Maintenance Plan page ,
-
Lookup Type: AHL_DUEDATE_RULE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Due Date Rule , description: Due Date Rule ,
-
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_UNIT_EFFECTIVITY_STATUS
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL: Unit Effectivity Status , description: Unit Maintenance Requirement Statuses. ,
-
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 ,
-
Table: AHL_UNIT_THRESHOLDS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_THRESHOLDS, object_name:AHL_UNIT_THRESHOLDS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This will store the item instance's threshold values, i.e Due at counter values, provided by Production or in cases where previous accomplishment data not available on the component and initial setup values are defined through Initializati , implementation_dba_data: AHL.AHL_UNIT_THRESHOLDS ,
-
Table: AHL_UNIT_THRESHOLDS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_THRESHOLDS, object_name:AHL_UNIT_THRESHOLDS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This will store the item instance's threshold values, i.e Due at counter values, provided by Production or in cases where previous accomplishment data not available on the component and initial setup values are defined through Initializati , implementation_dba_data: AHL.AHL_UNIT_THRESHOLDS ,
-
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_IMMED_DISP_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_IMMED_DISP_TYPE , description: Immediate Disposition Type ,
-
Lookup Type: AHL_IMMED_DISP_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: AHL_IMMED_DISP_TYPE , description: Immediate Disposition Type ,
-
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 ,
-
View: AHL_SR_UE_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SR_UE_ASSOCIATIONS_V, object_name:AHL_SR_UE_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve the unit effectivities that are associated to a Service Request. , implementation_dba_data: APPS.AHL_SR_UE_ASSOCIATIONS_V ,
-
View: AHL_SR_UE_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SR_UE_ASSOCIATIONS_V, object_name:AHL_SR_UE_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve the unit effectivities that are associated to a Service Request. , implementation_dba_data: APPS.AHL_SR_UE_ASSOCIATIONS_V ,
-
View: AHL_VWP_ROLLUP_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VWP_ROLLUP_COSTS_V, object_name:AHL_VWP_ROLLUP_COSTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view query is used to retreive data from CST_EAM_ROLLUP_COSTS table. , implementation_dba_data: APPS.AHL_VWP_ROLLUP_COSTS_V ,
-
View: AHL_VWP_ROLLUP_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VWP_ROLLUP_COSTS_V, object_name:AHL_VWP_ROLLUP_COSTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view query is used to retreive data from CST_EAM_ROLLUP_COSTS table. , implementation_dba_data: APPS.AHL_VWP_ROLLUP_COSTS_V ,
-
View: AHL_APPROVERS_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_APPROVERS_TYPE_V, object_name:AHL_APPROVERS_TYPE_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to approver types information , implementation_dba_data: APPS.AHL_APPROVERS_TYPE_V ,
-
View: AHL_APPROVERS_TYPE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_APPROVERS_TYPE_V, object_name:AHL_APPROVERS_TYPE_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to approver types information , implementation_dba_data: APPS.AHL_APPROVERS_TYPE_V ,
-
View: AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
View: AHL_MR_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_ITEMS_V, object_name:AHL_MR_ITEMS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on join of AHL_MR_EFFECTIVTIES_B, AHL_POSITION_ALTERNATES_V & MTL_SYSTEM_ITEMS_KFV to get the affected items for all maintenance requirements. , implementation_dba_data: APPS.AHL_MR_ITEMS_V ,
-
View: AHL_MR_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_ITEMS_V, object_name:AHL_MR_ITEMS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on join of AHL_MR_EFFECTIVTIES_B, AHL_POSITION_ALTERNATES_V & MTL_SYSTEM_ITEMS_KFV to get the affected items for all maintenance requirements. , implementation_dba_data: APPS.AHL_MR_ITEMS_V ,
-
View: AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
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 ,
-
View: AHL_VISIT_MR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_MR_V, object_name:AHL_VISIT_MR_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view is used to query data from AHL_VISITS_VL,AHL_VISIT_TASKS_V,MTL_SYSTEM_ITEMS_B,CSI_ITEM_INSTANCES,AHL_MR_HEADERS_VL , implementation_dba_data: APPS.AHL_VISIT_MR_V ,
-
View: AHL_APPROVERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_APPROVERS_V, object_name:AHL_APPROVERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to approvers information , implementation_dba_data: APPS.AHL_APPROVERS_V ,
-
View: AHL_VISIT_MR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_MR_V, object_name:AHL_VISIT_MR_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view is used to query data from AHL_VISITS_VL,AHL_VISIT_TASKS_V,MTL_SYSTEM_ITEMS_B,CSI_ITEM_INSTANCES,AHL_MR_HEADERS_VL , implementation_dba_data: APPS.AHL_VISIT_MR_V ,
-
View: AHL_WF_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WF_MAPPING_V, object_name:AHL_WF_MAPPING_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Work flow information , implementation_dba_data: APPS.AHL_WF_MAPPING_V ,
-
View: AHL_WF_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WF_MAPPING_V, object_name:AHL_WF_MAPPING_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Work flow information , implementation_dba_data: APPS.AHL_WF_MAPPING_V ,
-
View: AHL_APPROVERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_APPROVERS_V, object_name:AHL_APPROVERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to approvers information , implementation_dba_data: APPS.AHL_APPROVERS_V ,
-
View: AHL_OWNER_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OWNER_DETAILS_V, object_name:AHL_OWNER_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve valid owners for an Unit Configuration. , implementation_dba_data: APPS.AHL_OWNER_DETAILS_V ,
-
View: AHL_OWNER_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OWNER_DETAILS_V, object_name:AHL_OWNER_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve valid owners for an Unit Configuration. , implementation_dba_data: APPS.AHL_OWNER_DETAILS_V ,
-
View: AHL_SPACE_ORG_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_ORG_DETAILS_V, object_name:AHL_SPACE_ORG_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to space restriction information , implementation_dba_data: APPS.AHL_SPACE_ORG_DETAILS_V ,
-
View: AHL_SPACE_ORG_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_ORG_DETAILS_V, object_name:AHL_SPACE_ORG_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to space restriction information , implementation_dba_data: APPS.AHL_SPACE_ORG_DETAILS_V ,
-
View: AHL_OSP_ORDERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OSP_ORDERS_VL, object_name:AHL_OSP_ORDERS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve all OSP order information about an OSP order from AHL_OSP_ORDERS_Band AHL_OSP_ORDERS_TL. , implementation_dba_data: APPS.AHL_OSP_ORDERS_VL ,
-
View: AHL_VISIT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_DETAILS_V, object_name:AHL_VISIT_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit details (ITEM,INSTANCE, ORGANIZATION, DEPARTMENT, UNIT information) , implementation_dba_data: APPS.AHL_VISIT_DETAILS_V ,
-
View: AHL_SIMULATION_FORECAST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SIMULATION_FORECAST_V, object_name:AHL_SIMULATION_FORECAST_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_SIMULATION_FORECAST_V ,
-
View: AHL_OSP_ORDERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OSP_ORDERS_VL, object_name:AHL_OSP_ORDERS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve all OSP order information about an OSP order from AHL_OSP_ORDERS_Band AHL_OSP_ORDERS_TL. , implementation_dba_data: APPS.AHL_OSP_ORDERS_VL ,
-
View: AHL_VISIT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_DETAILS_V, object_name:AHL_VISIT_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit details (ITEM,INSTANCE, ORGANIZATION, DEPARTMENT, UNIT information) , implementation_dba_data: APPS.AHL_VISIT_DETAILS_V ,
-
View: AHL_OPERATION_PHASES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATION_PHASES_V, object_name:AHL_OPERATION_PHASES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_OPERATION_PHASES and the view FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes. , implementation_dba_data: APPS.AHL_OPERATION_PHASES_V ,
-
View: AHL_OPERATION_PHASES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATION_PHASES_V, object_name:AHL_OPERATION_PHASES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_OPERATION_PHASES and the view FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes. , implementation_dba_data: APPS.AHL_OPERATION_PHASES_V ,
-
View: AHL_MR_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_HEADERS_V, object_name:AHL_MR_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_HEADERS_VL with FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes and with AHL_MR_HEADERS_B to get the Preceding MR Title & Revision. , implementation_dba_data: APPS.AHL_MR_HEADERS_V ,
-
View: AHL_MR_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_HEADERS_V, object_name:AHL_MR_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_HEADERS_VL with FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes and with AHL_MR_HEADERS_B to get the Preceding MR Title & Revision. , implementation_dba_data: APPS.AHL_MR_HEADERS_V ,