DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on FND_INSTALLATION

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

507: open c_apps_short_name;
508: fetch c_apps_short_name into l_application_short_name;
509: close c_apps_short_name;
510: Ams_Utility_Pvt.Write_Conc_log('l_application_short_name = '||l_application_short_name);
511: l_fnd_return := fnd_installation.get_app_info(l_application_short_name,
512: l_status_AppInfo,
513: l_industry_AppInfo ,
514: l_ams_schema);
515: Ams_Utility_Pvt.Write_Conc_log('l_ams_schema = '||l_ams_schema);