DBA Data[Home] [Help]

APPS.AD_UTIL dependencies on FND_APPLICATION

Line 274: from fnd_application

270: is
271: begin
272:
273: select application_id into p_apps_id
274: from fnd_application
275: where application_short_name = upper(p_apps_short_name);
276:
277: exception
278: when no_data_found then