[Home] [Help]
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);