DBA Data[Home] [Help]

APPS.ASG_HELPER dependencies on FND_GLOBAL

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

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

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

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

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

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

Line 83: fnd_global.apps_initialize(l_userid,

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

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

440: END IF;
441: IF (log_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
442: FND_LOG.STRING(log_level, module, l_message);
443: ELSE
444: l_userid := fnd_global.user_id();
445: l_respid := fnd_global.resp_id();
446: l_appid := fnd_global.resp_appl_id();
447: IF l_userid IS NULL or l_userid = -1 THEN
448: l_userid := 5;

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

441: IF (log_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
442: FND_LOG.STRING(log_level, module, l_message);
443: ELSE
444: l_userid := fnd_global.user_id();
445: l_respid := fnd_global.resp_id();
446: l_appid := fnd_global.resp_appl_id();
447: IF l_userid IS NULL or l_userid = -1 THEN
448: l_userid := 5;
449: END IF;

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

442: FND_LOG.STRING(log_level, module, l_message);
443: ELSE
444: l_userid := fnd_global.user_id();
445: l_respid := fnd_global.resp_id();
446: l_appid := fnd_global.resp_appl_id();
447: IF l_userid IS NULL or l_userid = -1 THEN
448: l_userid := 5;
449: END IF;
450: IF l_respid IS NULL or l_respid = -1 THEN

Line 456: fnd_global.apps_initialize(l_userid,

452: END IF;
453: IF l_appid IS NULL or l_appid = -1 THEN
454: l_appid := 1;
455: END IF;
456: fnd_global.apps_initialize(l_userid,
457: l_respid,
458: l_appid);
459: fnd_log_repository.init();
460: g_initialize_log := TRUE;