DBA Data[Home] [Help]

APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ZX_PRODUCT_INTEGRATION_PKG

Line 494: debug(' calling zx_product_integration_pkg.copy_lte_gdfs...');

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...');
495: END IF;
496:
497: zx_product_integration_pkg.copy_lte_gdfs(l_return_status);
498:

Line 497: zx_product_integration_pkg.copy_lte_gdfs(l_return_status);

493: THEN
494: debug(' calling zx_product_integration_pkg.copy_lte_gdfs...');
495: END IF;
496:
497: zx_product_integration_pkg.copy_lte_gdfs(l_return_status);
498:
499: END IF;
500:
501: IF PG_DEBUG in ('Y', 'C') THEN