DBA Data[Home] [Help]

APPS.AME_ACL_UPD dependencies on FND_GLOBAL

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

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