DBA Data[Home] [Help]

APPS.AD_UTIL dependencies on FND_APPLICATION

Line 275: from fnd_application

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