DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on FND_APPLICATION

Line 446: select application_short_name from fnd_application where application_id = 530;

442: -- SOLIN, end
443:
444: l_application_short_name VARCHAR2(200) ;
445: cursor c_apps_short_name is
446: select application_short_name from fnd_application where application_id = 530;
447:
448: l_ams_schema VARCHAR2(200) ;
449: l_fnd_return boolean;
450: l_status_AppInfo varchar2(1);