DBA Data[Home] [Help]

APPS.FND_CONC_RAC_UTILS dependencies on FND_GLOBAL

Line 46: /* Call to FND_GLOBAL.APPS_INITIALIZE, so we can log messages */

42: l_alive number;
43:
44: begin
45:
46: /* Call to FND_GLOBAL.APPS_INITIALIZE, so we can log messages */
47: SELECT user_id
48: into l_userid
49: from fnd_user
50: where user_name = 'CONCURRENT MANAGER';

Line 62: FND_GLOBAL.APPS_INITIALIZE(l_userid,l_respid,l_appid);

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:
64: select instance_number
65: into l_inst
66: from v$instance;