DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on ARP_ETAX_UTIL

Line 2769: arp_etax_util.global_document_update(trx.customer_trx_id,

2765: /* 4188835 - If printing for first time, freeze trans for tax */
2766: IF P_print_option = 'PRINT'
2767: THEN
2768: FOR trx in c_pending_trx LOOP
2769: arp_etax_util.global_document_update(trx.customer_trx_id,
2770: null,
2771: 'PRINT');
2772: END LOOP;
2773: END IF;