DBA Data[Home] [Help]

APPS.ARP_BILLS_RECEIVABLE_MAIN dependencies on ARP_AUTO_ACCOUNTING

Line 1086: arp_auto_accounting_br.do_autoaccounting(

1082:
1083: /*-----------------------+
1084: | Call auto accounting. |
1085: +-----------------------*/
1086: arp_auto_accounting_br.do_autoaccounting(
1087: 'I',
1088: l_account_class,
1089: p_trh_rec.customer_trx_id,
1090: null, -- receivable_application_id

Line 1101: WHEN arp_auto_accounting.no_ccid THEN

1097: l_concat_segments, -- (out)
1098: l_num_failed_dist_rows); -- (out)
1099:
1100: EXCEPTION
1101: WHEN arp_auto_accounting.no_ccid THEN
1102: IF PG_DEBUG in ('Y', 'C') THEN
1103: arp_standard.debug('ARP_BILLS_RECEIVABLE_MAIN.Create_Ae_Lines_BR - AutoAccounting Failed' );
1104: END IF;
1105: RAISE;