DBA Data[Home] [Help]

APPS.HR_OPT_BUS dependencies on FND_USER

Line 307: from fnd_user

303:
304:
305: cursor fnd_us is
306: select user_id
307: from fnd_user
308: where user_id=p_option_level_id ;
309:
310:
311: --

Line 405: --check validity of id against fnd_user table

401: END IF;
402: close fnd_resp;
403:
404: --if level is User
405: --check validity of id against fnd_user table
406:
407: elsIF p_option_level=l_user_value THEN
408: open fnd_us;
409: fetch fnd_us into l_user_id;