DBA Data[Home] [Help]

APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ARP_GLOBAL

Line 228: arp_global.sysparam.org_id);

224: debug('arp_etax_autoinv_util.insert_lines()+');
225: END IF;
226:
227: l_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',
228: arp_global.sysparam.org_id);
229:
230: INSERT INTO ZX_TRANSACTION_LINES_GT
231: (
232: application_id,

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

471:
472: /* 4705358 - If LTE is enabled then call etax routine to set
473: specific columns for LTE processing */
474: /* 5924521 - Modified 'LATIN' to 'LTE' */
475: IF arp_global.sysparam.tax_method = 'LTE'
476: THEN
477: IF PG_DEBUG in ('Y', 'C')
478: THEN
479: debug(' calling zx_product_integration_pkg.copy_lte_gdfs...');