DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_USER

Line 2183: from fnd_user

2179: where responsibility_key = 'SYSTEM_ADMINISTRATOR';
2180:
2181: select user_id, user_name
2182: into user_id, user_name
2183: from fnd_user
2184: where user_name = 'SYSADMIN';
2185:
2186: -- Now initialize the environment for SYSADMIN
2187: fnd_global.apps_initialize(user_id, resp_id, appl_id);