DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on FND_INSTALLATION

Line 484: l_fnd_return := fnd_installation.get_app_info(l_application_short_name,

480: open c_apps_short_name;
481: fetch c_apps_short_name into l_application_short_name;
482: close c_apps_short_name;
483: Ams_Utility_Pvt.Write_Conc_log('l_application_short_name = '||l_application_short_name);
484: l_fnd_return := fnd_installation.get_app_info(l_application_short_name,
485: l_status_AppInfo,
486: l_industry_AppInfo ,
487: l_ams_schema);
488: Ams_Utility_Pvt.Write_Conc_log('l_ams_schema = '||l_ams_schema);