DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PVT dependencies on FND_INSTALLATION

Line 50: if not (fnd_installation.get_app_info (

46: l_app_short_name := FND_GLOBAL.APPLICATION_SHORT_NAME;
47: if ((nvl(g_use_utl_file, 'N')='Y') and (l_app_short_name is null)) then
48: l_app_short_name :='OFA';
49: end if;
50: if not (fnd_installation.get_app_info (
51: application_short_name => l_app_short_name,
52: status => l_status,
53: industry => l_industry,
54: oracle_schema => g_schema)) then