DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on HR_LOCATIONS_ALL

Line 239: from hr_locations_all

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