DBA Data[Home] [Help]

APPS.AME_AGL_INS dependencies on FND_GLOBAL

Line 67: l_current_user_id := fnd_global.user_id;

63: l_current_user_id integer;
64: --
65: Begin
66: hr_utility.set_location('Entering:'||l_proc, 5);
67: l_current_user_id := fnd_global.user_id;
68: if fnd_global.resp_name = 'AME Developer' then
69: l_created_by := ame_util.seededDataCreatedById;
70: else
71: l_created_by := l_current_user_id;

Line 68: if fnd_global.resp_name = 'AME Developer' then

64: --
65: Begin
66: hr_utility.set_location('Entering:'||l_proc, 5);
67: l_current_user_id := fnd_global.user_id;
68: if fnd_global.resp_name = 'AME Developer' then
69: l_created_by := ame_util.seededDataCreatedById;
70: else
71: l_created_by := l_current_user_id;
72: end if;