DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on ARP_ETAX_UTIL

Line 2516: arp_etax_util.global_document_update(trx.customer_trx_id,

2512: /* 4188835 - If printing for first time, freeze trans for tax */
2513: IF P_print_option = 'PRINT'
2514: THEN
2515: FOR trx in c_pending_trx LOOP
2516: arp_etax_util.global_document_update(trx.customer_trx_id,
2517: null,
2518: 'PRINT');
2519: END LOOP;
2520: END IF;