DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on ARP_AUTO_ACCOUNTING

Line 5569: arp_auto_accounting.do_autoaccounting(

5565: ARP_ETAX_SERVICES_PKG.copy_inv_tax_dists(p_customer_trx_id);
5566:
5567: ELSE
5568:
5569: arp_auto_accounting.do_autoaccounting(
5570: I, -- mode
5571: 'ALL', -- account_class
5572: p_customer_trx_id,
5573: p_customer_trx_line_id,

Line 5591: WHEN arp_auto_accounting.no_ccid THEN

5587: p_failure_count );
5588: END IF;
5589:
5590: EXCEPTION
5591: WHEN arp_auto_accounting.no_ccid THEN
5592: g_error_buffer := arp_auto_accounting.g_error_buffer;
5593: RAISE no_ccid;
5594: WHEN NO_DATA_FOUND THEN
5595: debug( ' arp_auto_accounting raises NO_DATA_FOUND',

Line 5592: g_error_buffer := arp_auto_accounting.g_error_buffer;

5588: END IF;
5589:
5590: EXCEPTION
5591: WHEN arp_auto_accounting.no_ccid THEN
5592: g_error_buffer := arp_auto_accounting.g_error_buffer;
5593: RAISE no_ccid;
5594: WHEN NO_DATA_FOUND THEN
5595: debug( ' arp_auto_accounting raises NO_DATA_FOUND',
5596: MSG_LEVEL_DEBUG );

Line 5595: debug( ' arp_auto_accounting raises NO_DATA_FOUND',

5591: WHEN arp_auto_accounting.no_ccid THEN
5592: g_error_buffer := arp_auto_accounting.g_error_buffer;
5593: RAISE no_ccid;
5594: WHEN NO_DATA_FOUND THEN
5595: debug( ' arp_auto_accounting raises NO_DATA_FOUND',
5596: MSG_LEVEL_DEBUG );
5597: NULL; -- ignore this exception
5598: END;
5599: