DBA Data[Home] [Help]

APPS.FND_CONC_RAC_UTILS dependencies on FND_APPLICATION

Line 59: from fnd_application

55: where responsibility_key = 'SYSTEM_ADMINISTRATOR';
56:
57: SELECT application_id
58: into l_appid
59: from fnd_application
60: where application_short_name = 'SYSADMIN';
61:
62: FND_GLOBAL.APPS_INITIALIZE(l_userid,l_respid,l_appid);
63: