DBA Data[Home] [Help]

APPS.IRC_LOGIN dependencies on FND_APPLICATION

Line 39: from fnd_application

35: l_responsibility_id fnd_responsibility.responsibility_id%type;
36: --
37: cursor get_app_id is
38: select application_id
39: from fnd_application
40: where application_short_name=p_application_short_name;
41: l_application_id fnd_application.application_id%type;
42: --
43: cursor get_sec_grp_id is

Line 41: l_application_id fnd_application.application_id%type;

37: cursor get_app_id is
38: select application_id
39: from fnd_application
40: where application_short_name=p_application_short_name;
41: l_application_id fnd_application.application_id%type;
42: --
43: cursor get_sec_grp_id is
44: select security_group_id
45: from fnd_security_groups