Issue with employee specific LOV's on timecard
We have added the new LOV to the timecard Layout which displays all upgrade jobs for given employee (We are using the fnd_global.employee_id in the query). It is working fine when employee logs-in and enters the time.
When manager tries to enter time for their employees, LOV is not displaying values specific to employee instead it is showing upgrade jobs for manager because we are using the FND_GLOBAL.EMPLOYEE_ID in the query.
When I am doing research in metalink I have found the similar requirement for Timekeeper screen, and Oracle suggested using the profile fnd_profile.value('OTL_TK_RESOURCE_ID').
When manager tries to enter time for their employees, LOV is not displaying values specific to employee instead it is showing upgrade jobs for manager because we are using the FND_GLOBAL.EMPLOYEE_ID in the query.
When I am doing research in metalink I have found the similar requirement for Timekeeper screen, and Oracle suggested using the profile fnd_profile.value('OTL_TK_RESOURCE_ID').
0