DBA Data[Home] [Help]

APPS.ARP_ETAX_INVAPI_UTIL dependencies on FND_INSTALLATION

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

1006: *=======================================================================*/
1007:
1008: BEGIN
1009: /* Get eTax schema name for TRUNCATE calls */
1010: IF FND_INSTALLATION.get_app_info('ZX', l_status, l_industry, g_ebt_schema)
1011: THEN
1012:
1013: IF PG_DEBUG in ('Y', 'C') THEN
1014: debug('Retrieved schema for ZX : ' || g_ebt_schema);

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

1014: debug('Retrieved schema for ZX : ' || g_ebt_schema);
1015: END IF;
1016: ELSE
1017: IF PG_DEBUG in ('Y', 'C') THEN
1018: debug('Problem retrieving ZX schema name from fnd_installation');
1019: END IF;
1020: debug('EXCEPTION: ARP_ETAX_AUTOINV_UTIL.INITIALIZE()');
1021: END IF;
1022: