DBA Data[Home] [Help]

APPS.AHL_OSP_RCV_PVT dependencies on AHL_VENDOR_CERTIFICATIONS_V

Line 740: FROM ahl_osp_orders_b OSP, AHL_VENDOR_CERTIFICATIONS_V AVCV

736:
737: -- Cursor to check whether the given vendor is warranty enabled
738: CURSOR is_warranty_vendor (c_osp_order_id NUMBER) IS
739: SELECT AVCV.Warranty_flag
740: FROM ahl_osp_orders_b OSP, AHL_VENDOR_CERTIFICATIONS_V AVCV
741: WHERE OSP.VENDOR_ID = AVCV.VENDOR_ID
742: AND OSP.OSP_ORDER_ID = c_osp_order_id;
743:
744: -- Cursor to check whether the item is trackable