DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on FV_AP_CANCEL_PKG

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

346:
347: IF (l_final_closed_shipment_count = 1) THEN
348:
349: l_debug_info := 'Open the Finally Closed PO Shipment ';
350: IF(NOT(FV_AP_CANCEL_PKG.OPEN_PO_SHIPMENT(p_invoice_id,
351: l_return_code))) THEN
352:
353: P_error_code := 'AP_INV_CANNOT_OPEN_SHIPMENT';
354: P_debug_info := l_debug_info;