DBA Data[Home] [Help]

APPS.FND_ADPATCH dependencies on FND_USER

Line 49: from fnd_user

45: where responsibility_key = 'SYSTEM_ADMINISTRATOR';
46:
47: select user_id, user_name
48: into user_id, user_name
49: from fnd_user
50: where user_name = 'SYSADMIN';
51:
52: -- Now initialize the environment for SYSADMIN
53: fnd_global.apps_initialize(user_id, resp_id, appl_id);