DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on HR_LOCATIONS_ALL

Line 240: from hr_locations_all

236: -- Begin of bug 1925131
237: --
238: cursor c_location is
239: select null
240: from hr_locations_all
241: where location_id = l_location_id
242: and l_effective_date <= nvl(inactive_date,l_effective_date);
243: --
244: cursor c_supervisor is