DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on AP_CANCEL_PKG

Line 2556: IF NOT AP_Cancel_PKG.Is_Invoice_Cancellable(

2552: END IF;
2553:
2554: FOR c1 in c_refunds LOOP
2555: BEGIN
2556: IF NOT AP_Cancel_PKG.Is_Invoice_Cancellable(
2557: P_invoice_id => c1.application_ref_id,
2558: P_error_code => l_error_code,
2559: P_debug_info => l_debug_info,
2560: P_calling_sequence => 'ARREREVB.receipt_has_processed_refunds') THEN

Line 2566: arp_standard.debug('Unexpected error encountered calling ap_cancel_pkg.is_invoice_cancellable: '||sqlerrm);

2562: END IF;
2563: EXCEPTION WHEN OTHERS THEN
2564: arp_standard.debug('l_error_code: '||l_error_code);
2565: arp_standard.debug('l_debug_info: '||l_debug_info);
2566: arp_standard.debug('Unexpected error encountered calling ap_cancel_pkg.is_invoice_cancellable: '||sqlerrm);
2567: RETURN TRUE;
2568: END;
2569: END LOOP;
2570: RETURN FALSE;