DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on FV_AP_CANCEL_PKG

Line 363: IF(NOT(FV_AP_CANCEL_PKG.OPEN_PO_SHIPMENT(p_invoice_id,

359:
360: IF (l_final_closed_shipment_count = 1) THEN
361:
362: l_debug_info := 'Open the Finally Closed PO Shipment ';
363: IF(NOT(FV_AP_CANCEL_PKG.OPEN_PO_SHIPMENT(p_invoice_id,
364: l_return_code))) THEN
365:
366: P_error_code := 'AP_INV_CANNOT_OPEN_SHIPMENT';
367: P_debug_info := l_debug_info;