DBA Data[Home] [Help]

APPS.AR_EXTRACT_DOCUMENT dependencies on ARP_ETAX_UTIL

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

114: trx.printing_pending = 'Y'); -- For bug 12797264
115: /* 4188835 - If we are updating the printing columns for a trx,
116: we need to freeze it in the eyes of eTax */
117: FOR trx in c_pending_trx LOOP
118: arp_etax_util.global_document_update(trx.customer_trx_id,null,'PRINT');
119: END LOOP;
120:
121: update ra_customer_trx
122: set PRINTING_PENDING = 'N',