DBA Data[Home] [Help]

APPS.AME_ACL_INS dependencies on FND_GLOBAL

Line 68: l_current_user_id := fnd_global.user_id;--ame_util.getLoggedInUserId;

64: --
65: Begin
66: hr_utility.set_location('Entering:'||l_proc, 5);
67: -- Assign local variables
68: l_current_user_id := fnd_global.user_id;--ame_util.getLoggedInUserId;
69: l_creation_date := sysdate;
70: l_last_update_date := sysdate;
71: l_created_by := l_current_user_id;
72: l_last_updated_by := l_current_user_id;