DBA Data[Home] [Help]

APPS.IRC_LOGIN dependencies on FND_RESPONSIBILITY

Line 33: from fnd_responsibility

29: l_user_id fnd_user.user_id%type;
30: --
31: cursor get_resp_id is
32: select responsibility_id
33: from fnd_responsibility
34: where responsibility_key=p_responsibility_key;
35: l_responsibility_id fnd_responsibility.responsibility_id%type;
36: --
37: cursor get_app_id is

Line 35: l_responsibility_id fnd_responsibility.responsibility_id%type;

31: cursor get_resp_id is
32: select responsibility_id
33: from fnd_responsibility
34: where responsibility_key=p_responsibility_key;
35: l_responsibility_id fnd_responsibility.responsibility_id%type;
36: --
37: cursor get_app_id is
38: select application_id
39: from fnd_application