DBA Data[Home] [Help]

APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on CLN_3C3_AP_TRIGGER_PKG

Line 599: CLN_3C3_AP_TRIGGER_PKG.TRIGGER_REJECTION(l_invoice_id,

595: else
596: -- Bug 4065112 starts
597: if ( nvl(l_call_3c4_invoice_id, 0 ) <> nvl( l_invoice_id, 0)) then
598: ap_debug_pkg.print('Y','Calling API to generate reject xml message for 3C4');
599: CLN_3C3_AP_TRIGGER_PKG.TRIGGER_REJECTION(l_invoice_id,
600: l_group_id,
601: p_request_id,
602: l_external_doc_ref);
603: l_call_3c4_invoice_id := l_invoice_id;