DBA Data[Home] [Help]

APPS.AME_ITL_INS dependencies on FND_GLOBAL

Line 68: l_current_user_id := fnd_global.user_id;

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

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

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