DBA Data[Home] [Help]

APPS.ASG_HELPER dependencies on FND_GLOBAL

Line 70: l_userid := fnd_global.user_id();

66: ELSE
67: RETURN false;
68: END IF;
69: ELSE
70: l_userid := fnd_global.user_id();
71: l_respid := fnd_global.resp_id();
72: l_appid := fnd_global.resp_appl_id();
73: IF l_userid IS NULL or l_userid = -1 THEN
74: l_userid := 5;

Line 71: l_respid := fnd_global.resp_id();

67: RETURN false;
68: END IF;
69: ELSE
70: l_userid := fnd_global.user_id();
71: l_respid := fnd_global.resp_id();
72: l_appid := fnd_global.resp_appl_id();
73: IF l_userid IS NULL or l_userid = -1 THEN
74: l_userid := 5;
75: END IF;

Line 72: l_appid := fnd_global.resp_appl_id();

68: END IF;
69: ELSE
70: l_userid := fnd_global.user_id();
71: l_respid := fnd_global.resp_id();
72: l_appid := fnd_global.resp_appl_id();
73: IF l_userid IS NULL or l_userid = -1 THEN
74: l_userid := 5;
75: END IF;
76: IF l_respid IS NULL or l_respid = -1 THEN

Line 82: fnd_global.apps_initialize(l_userid,

78: END IF;
79: IF l_appid IS NULL or l_appid = -1 THEN
80: l_appid := 1;
81: END IF;
82: fnd_global.apps_initialize(l_userid,
83: l_respid,
84: l_appid);
85: fnd_log_repository.init();
86: g_initialize_log := TRUE;

Line 425: l_userid := fnd_global.user_id();

421: END IF;
422: IF (log_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
423: FND_LOG.STRING(log_level, module, l_message);
424: ELSE
425: l_userid := fnd_global.user_id();
426: l_respid := fnd_global.resp_id();
427: l_appid := fnd_global.resp_appl_id();
428: IF l_userid IS NULL or l_userid = -1 THEN
429: l_userid := 5;

Line 426: l_respid := fnd_global.resp_id();

422: IF (log_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
423: FND_LOG.STRING(log_level, module, l_message);
424: ELSE
425: l_userid := fnd_global.user_id();
426: l_respid := fnd_global.resp_id();
427: l_appid := fnd_global.resp_appl_id();
428: IF l_userid IS NULL or l_userid = -1 THEN
429: l_userid := 5;
430: END IF;

Line 427: l_appid := fnd_global.resp_appl_id();

423: FND_LOG.STRING(log_level, module, l_message);
424: ELSE
425: l_userid := fnd_global.user_id();
426: l_respid := fnd_global.resp_id();
427: l_appid := fnd_global.resp_appl_id();
428: IF l_userid IS NULL or l_userid = -1 THEN
429: l_userid := 5;
430: END IF;
431: IF l_respid IS NULL or l_respid = -1 THEN

Line 437: fnd_global.apps_initialize(l_userid,

433: END IF;
434: IF l_appid IS NULL or l_appid = -1 THEN
435: l_appid := 1;
436: END IF;
437: fnd_global.apps_initialize(l_userid,
438: l_respid,
439: l_appid);
440: fnd_log_repository.init();
441: g_initialize_log := TRUE;