DBA Data[Home] [Help]

APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ARP_GLOBAL

Line 237: arp_global.sysparam.org_id);

233: debug('arp_etax_autoinv_util.insert_lines()+');
234: END IF;
235:
236: l_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',
237: arp_global.sysparam.org_id);
238:
239: INSERT INTO ZX_TRANSACTION_LINES_GT
240: (
241: application_id,

Line 490: IF arp_global.sysparam.tax_method = 'LTE'

486:
487: /* 4705358 - If LTE is enabled then call etax routine to set
488: specific columns for LTE processing */
489: /* 5924521 - Modified 'LATIN' to 'LTE' */
490: IF arp_global.sysparam.tax_method = 'LTE'
491: THEN
492: IF PG_DEBUG in ('Y', 'C')
493: THEN
494: debug(' calling zx_product_integration_pkg.copy_lte_gdfs...');