DBA Data[Home] [Help]

APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ZX_PRODUCT_INTEGRATION_PKG

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

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...');
480: END IF;
481:
482: zx_product_integration_pkg.copy_lte_gdfs(l_return_status);
483:

Line 482: zx_product_integration_pkg.copy_lte_gdfs(l_return_status);

478: THEN
479: debug(' calling zx_product_integration_pkg.copy_lte_gdfs...');
480: END IF;
481:
482: zx_product_integration_pkg.copy_lte_gdfs(l_return_status);
483:
484: END IF;
485:
486: IF PG_DEBUG in ('Y', 'C') THEN