DBA Data[Home] [Help]

APPS.AR_EXTRACT_DOCUMENT dependencies on ARP_ETAX_UTIL

Line 115: arp_etax_util.global_document_update(trx.customer_trx_id,null,'PRINT');

111: (l_trx_date_high is null or d.trx_date <= l_trx_date_high));
112: /* 4188835 - If we are updating the printing columns for a trx,
113: we need to freeze it in the eyes of eTax */
114: FOR trx in c_pending_trx LOOP
115: arp_etax_util.global_document_update(trx.customer_trx_id,null,'PRINT');
116: END LOOP;
117:
118: update ra_customer_trx
119: set PRINTING_PENDING = 'N',