DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_GROUP_API dependencies on FND_GLOBAL

Line 721: l_user_person_id := fnd_global.employee_id;

717: l_proc := 'get_user_profiles';
718: hr_utility.set_location('Entering:'||l_proc, 10);
719: end if;
720:
721: l_user_person_id := fnd_global.employee_id;
722:
723: if g_debug then
724: hr_utility.trace('gaz - person id is '||to_char(l_user_person_id));
725: end if;