DBA Data[Home] [Help]

APPS.IBE_SEARCHUPDATE_PVT dependencies on FND_APPLICATION

Line 214: from fnd_application

210: l_search_category_set :='PUBLISHED';
211:
212: select application_short_name
213: into l_application_short_name
214: from fnd_application
215: where application_id = 671 ;
216:
217: if (fnd_installation.get_app_info(l_application_short_name,
218: l_status_AppInfo ,

Line 358: -- from fnd_application

354: -- Remove the following select statement as the l_application_short_name
355: -- has been set at the beginning of the procedure.
356: -- select application_short_name
357: -- into l_application_short_name
358: -- from fnd_application
359: -- where application_id = 671 ;
360: --
361: -- refresh materialized view in apps schema
362: /*