DBA Data[Home] [Help]

APPS.AD_DD dependencies on FND_APPLICATION

Line 12: from fnd_application

8: p_apps_id in out nocopy number) is
9: cnt integer;
10: begin
11: select count(*), application_id into cnt, p_apps_id
12: from fnd_application
13: where application_short_name = upper(p_apps_short_name)
14: group by application_id;
15:
16: if cnt <> 1 then