DBA Data[Home] [Help]

APPS.ARP_CONSINV dependencies on ARP_ETAX_UTIL

Line 1761: arp_etax_util.global_document_update(trx.customer_trx_id,

1757: /* 4188835 - If printing for first time, freeze trans for tax */
1758: IF P_print_option = 'PRINT'
1759: THEN
1760: FOR trx in c_pending_trx LOOP
1761: arp_etax_util.global_document_update(trx.customer_trx_id,
1762: null,
1763: 'PRINT');
1764: END LOOP;
1765: END IF;