DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on FND_APPLICATION

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

463: -- SOLIN, end
464:
465: l_application_short_name VARCHAR2(200) ;
466: cursor c_apps_short_name is
467: select application_short_name from fnd_application where application_id = 530;
468:
469: l_ams_schema VARCHAR2(200) ;
470: l_fnd_return boolean;
471: l_status_AppInfo varchar2(1);