DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_WARRANTY_CONTRACTS_PVT

Line 7901: IF(ahl_warranty_contracts_pvt.is_instance_warranty_available( p_x_osp_order_line_rec.instance_id) = 'Y') THEN

7897: END IF;
7898: CLOSE c_is_trackable_item;
7899: ELSE -- Workorder Based
7900: -- Instance warranty enabled
7901: IF(ahl_warranty_contracts_pvt.is_instance_warranty_available( p_x_osp_order_line_rec.instance_id) = 'Y') THEN
7902: OPEN c_get_entl_for_wo(p_x_osp_order_line_rec.workorder_id);
7903: FETCH c_get_entl_for_wo into l_warranty_entl_id, l_ovn;
7904: IF(c_get_entl_for_wo%FOUND) THEN --If entitlements already exists for the WO
7905: --set the entitlement id for update and the osp line id is already defauled to the record