DBA Data[Home] [Help]

APPS.AME_RTL_INS dependencies on FND_GLOBAL

Line 68: l_current_user_id := fnd_global.user_id;

64:
65: --
66: Begin
67: hr_utility.set_location('Entering:'||l_proc, 5);
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: --
66: Begin
67: hr_utility.set_location('Entering:'||l_proc, 5);
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;