DBA Data[Home] [Help]

APPS.IRC_LOGIN dependencies on FND_FORM_FUNCTIONS

Line 19: from fnd_form_functions

15: l_server_id number := null;
16: --
17: cursor get_func_id is
18: select function_id
19: from fnd_form_functions
20: where function_name=p_function_name;
21: l_function_id fnd_form_functions.function_id%type;
22: --
23: cursor get_user_id is

Line 21: l_function_id fnd_form_functions.function_id%type;

17: cursor get_func_id is
18: select function_id
19: from fnd_form_functions
20: where function_name=p_function_name;
21: l_function_id fnd_form_functions.function_id%type;
22: --
23: cursor get_user_id is
24: select user_id
25: from fnd_user