DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FND_INSTALLATION

Line 3097: if not (fnd_installation.get_app_info (

3093: fa_debug_pkg.add(l_calling_fn, 'Getting schema name', 'OFA', p_log_level_rec => g_log_level_rec);
3094: end if;
3095:
3096: -- Bug 14661641: Get FA schema
3097: if not (fnd_installation.get_app_info (
3098: application_short_name => 'OFA',
3099: status => l_status,
3100: industry => l_industry,
3101: oracle_schema => l_schema)) then