DBA Data[Home] [Help]

APPS.AME_CAL_INS dependencies on FND_GLOBAL

Line 70: l_current_user_id := fnd_global.user_id;

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

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

69: --
70: l_current_user_id := fnd_global.user_id;
71: l_creation_date := sysdate;
72: l_last_update_date := sysdate;
73: if fnd_global.resp_name = 'AME Developer' then
74: l_created_by := ame_util.seededDataCreatedById;
75: else
76: l_created_by := l_current_user_id;
77: end if;