DBA Data[Home] [Help]

APPS.AME_ATL_INS dependencies on FND_GLOBAL

Line 69: l_current_user_id := fnd_global.user_id;

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

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

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