DBA Data[Home] [Help]

APPS.PO_INVOICES_SV1 dependencies on AP_CANCEL_PKG

Line 632: IF (NOT AP_CANCEL_PKG.Ap_Cancel_Single_Invoice( --AP Call

628: INTO l_gl_date
629: FROM ap_invoices_all
630: WHERE invoice_id = p_invoice_id;
631:
632: IF (NOT AP_CANCEL_PKG.Ap_Cancel_Single_Invoice( --AP Call
633: P_invoice_id => p_invoice_id,
634: P_last_updated_by => 1,
635: P_last_update_login => 1,
636: P_accounting_date => l_gl_date,

Line 652: asn_debug.put_line('AP_CANCEL_PKG.Ap_Cancel_Single_Invoice returned FALSE');

648: P_calling_sequence => 'rvtth.lpc'
649: )
650: ) THEN
651: IF (g_asn_debug = 'Y') THEN
652: asn_debug.put_line('AP_CANCEL_PKG.Ap_Cancel_Single_Invoice returned FALSE');
653: asn_debug.put_line('Token Value from AP API = ' || l_token);
654: END IF;
655: ELSE
656: IF (g_asn_debug = 'Y') THEN

Line 657: asn_debug.put_line('AP_CANCEL_PKG.Ap_Cancel_Single_Invoice returned TRUE');

653: asn_debug.put_line('Token Value from AP API = ' || l_token);
654: END IF;
655: ELSE
656: IF (g_asn_debug = 'Y') THEN
657: asn_debug.put_line('AP_CANCEL_PKG.Ap_Cancel_Single_Invoice returned TRUE');
658: asn_debug.put_line('Token Value from AP API = ' || l_token);
659: END IF;
660: END IF; --AP Call ends
661: