DBA Data[Home] [Help]

APPS.ARP_ETAX_INVAPI_UTIL dependencies on FND_INSTALLATION

Line 962: IF FND_INSTALLATION.get_app_info('ZX', l_status, l_industry, g_ebt_schema)

958: *=======================================================================*/
959:
960: BEGIN
961: /* Get eTax schema name for TRUNCATE calls */
962: IF FND_INSTALLATION.get_app_info('ZX', l_status, l_industry, g_ebt_schema)
963: THEN
964:
965: IF PG_DEBUG in ('Y', 'C') THEN
966: debug('Retrieved schema for ZX : ' || g_ebt_schema);

Line 970: debug('Problem retrieving ZX schema name from fnd_installation');

966: debug('Retrieved schema for ZX : ' || g_ebt_schema);
967: END IF;
968: ELSE
969: IF PG_DEBUG in ('Y', 'C') THEN
970: debug('Problem retrieving ZX schema name from fnd_installation');
971: END IF;
972: debug('EXCEPTION: ARP_ETAX_AUTOINV_UTIL.INITIALIZE()');
973: END IF;
974: