Search Results ahl_warranty_entitlements
Overview
The AHL_WARRANTY_ENTITLEMENTS table is a core transactional entity within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (CMRO), specifically under the AHL product family. This table serves as the central repository for recording and managing warranty entitlements. Its primary role is to establish a formal link between a service event—such as a work order, a visit task, or a warranty claim—and a specific warranty contract. This linkage is critical for determining whether a particular repair or service activity is covered under warranty, thereby enabling accurate cost accounting, billing, and warranty claim processing within the CMRO lifecycle.
Key Information Stored
The table stores the fundamental relationships that define a warranty entitlement. The primary identifier is the WARRANTY_ENTITLEMENT_ID. The most crucial foreign key columns define the parties involved in the entitlement: the WARRANTY_CONTRACT_ID links to the specific warranty agreement, and the OLD_WARRANTY_CONTRACT_ID may track superseded contracts. The table then links this contract to the actual service execution point via one of several key columns: WORKORDER_ID (for a maintenance work order), VISIT_TASK_ID (for a service task within a customer visit), WARRANTY_CLAIM_ID (for a formal claim), or OSP_ORDER_LINE_ID (for an Outside Processing purchase order line). This structure allows a single warranty contract to be associated with multiple service events over time.
Common Use Cases and Queries
A primary use case is validating warranty coverage during service execution. For instance, when processing a work order, the system queries this table to confirm an active entitlement exists for the work order under a valid warranty contract. This check determines if parts and labor should be billed to the customer or covered under warranty. Common reporting queries involve analyzing warranty utilization, such as listing all service events covered under a specific contract, or identifying all warranty entitlements linked to a particular asset. A typical SQL pattern to find covered work orders for a warranty contract would be:
- SELECT we.warranty_entitlement_id, wo.workorder_number
- FROM ahl_warranty_entitlements we, ahl_workorders wo
- WHERE we.workorder_id = wo.workorder_id
- AND we.warranty_contract_id = <contract_id>;
Related Objects
The AHL_WARRANTY_ENTITLEMENTS table is a central hub with documented foreign key relationships to several key CMRO tables. Its primary key is enforced by the constraint AHL_WARRANTY_ENTITLEMENTS_PK1. The documented foreign key relationships, as per the provided metadata, are as follows:
- AHL_WORKORDERS: Linked via the WORKORDER_ID column. This joins an entitlement to a specific maintenance work order.
- AHL_VISIT_TASKS_B: Linked via the VISIT_TASK_ID column. This joins an entitlement to a specific task performed during a customer visit.
- AHL_OSP_ORDER_LINES: Linked via the OSP_ORDER_LINE_ID column. This joins an entitlement to an outside processing purchase order line item.
- Self-Referential for Warranty Contracts: The table references itself for warranty contracts through two columns: WARRANTY_CONTRACT_ID and OLD_WARRANTY_CONTRACT_ID, which typically point to records in a warranty contracts master table (the exact name of which is implied but not explicitly listed in the snippet).
- Warranty Claims: Linked via the WARRANTY_CLAIM_ID column, connecting the entitlement to a formal warranty claim record.
-
Table: AHL_WARRANTY_ENTITLEMENTS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WARRANTY_ENTITLEMENTS, object_name:AHL_WARRANTY_ENTITLEMENTS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: AHL.AHL_WARRANTY_ENTITLEMENTS ,
-
APPS.AHL_VWP_RULES_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_PRD_NONROUTINE_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_VWP_TASKS_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_VWP_PROJ_PROD_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_WARRANTY_ENTITLEMENTS_PKG dependencies on AHL_WARRANTY_ENTITLEMENTS
12.2.2
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on AHL_WARRANTY_ENTITLEMENTS_S
12.2.2
-
APPS.AHL_VWP_RULES_PVT dependencies on AHL_WARRANTY_CONTRACTS_B
12.2.2
-
APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_WARRANTY_CONTRACTS_B
12.2.2
-
VIEW: AHL.AHL_WARRANTY_ENTITLEMENTS#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_WARRANTY_ENTITLEMENTS#, status:VALID,
-
APPS.AHL_WARRANTY_ENTITLEMENTS_PKG SQL Statements
12.2.2
-
APPS.AHL_WARRANTY_ENTL_PVT SQL Statements
12.2.2
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on AHL_VISIT_TASKS_B
12.2.2
-
SYNONYM: APPS.AHL_WARRANTY_ENTITLEMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_WARRANTY_ENTITLEMENTS, status:VALID,
-
VIEW: AHL.AHL_WARRANTY_ENTITLEMENTS#
12.2.2
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on AHL_OSP_ORDER_LINES
12.2.2
-
APPS.AHL_VWP_TASKS_PVT dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on CSI_ITEM_INSTANCES
12.2.2
-
APPS.AHL_VWP_TASKS_PVT dependencies on AHL_WARRANTY_CONTRACTS_B
12.2.2
-
APPS.AHL_VWP_RULES_PVT dependencies on AHL_WARRANTY_CLAIMS_B
12.2.2
-
PACKAGE BODY: APPS.AHL_WARRANTY_ENTITLEMENTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_WARRANTY_ENTITLEMENTS_PKG, status:VALID,
-
APPS.AHL_VWP_TASKS_PVT dependencies on AHL_WARRANTY_CLAIMS_B
12.2.2
-
Table: AHL_OSP_ORDER_LINES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OSP_ORDER_LINES, object_name:AHL_OSP_ORDER_LINES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Table to store order lines , implementation_dba_data: AHL.AHL_OSP_ORDER_LINES ,
-
APPS.AHL_VWP_RULES_PVT dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
TABLE: AHL.AHL_WARRANTY_ENTITLEMENTS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WARRANTY_ENTITLEMENTS, object_name:AHL_WARRANTY_ENTITLEMENTS, status:VALID,
-
Table: AHL_WORKORDERS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDERS, object_name:AHL_WORKORDERS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl Production Workorder Information stored in this table , implementation_dba_data: AHL.AHL_WORKORDERS ,
-
PACKAGE BODY: APPS.AHL_WARRANTY_ENTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_WARRANTY_ENTL_PVT, status:VALID,
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on AHL_WORKORDERS
12.2.2
-
Table: AHL_VISIT_TASKS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISIT_TASKS_B, object_name:AHL_VISIT_TASKS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about visit tasks , implementation_dba_data: AHL.AHL_VISIT_TASKS_B ,
-
PACKAGE BODY: APPS.AHL_WARRANTY_ENTITLEMENTS_PKG
12.2.2
-
APPS.AHL_VWP_TASKS_PVT dependencies on FND_LOOKUP_VALUES
12.2.2
-
PACKAGE BODY: APPS.AHL_VWP_RULES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_VWP_RULES_PVT, status:VALID,
-
APPS.AHL_VWP_RULES_PVT dependencies on AHL_WARRANTY_CONTRACTS_PVT
12.2.2
-
PACKAGE BODY: APPS.AHL_PRD_NONROUTINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_PRD_NONROUTINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_VWP_TASKS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_VWP_TASKS_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_OSP_ORDERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_OSP_ORDERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_VWP_PROJ_PROD_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_VWP_PROJ_PROD_PVT, status:VALID,
-
VIEW: APPS.AHL_SEARCH_VISIT_TASK_V
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AHL_PRD_WORKORDER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_PRD_WORKORDER_PVT, status:VALID,
-
Foreign Keys
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AHL_SEARCH_VISIT_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISIT_TASK_V, object_name:AHL_SEARCH_VISIT_TASK_V, status:VALID,