DBA Data[Home] [Help]

APPS.WSH_UTIL_VALIDATE dependencies on HR_LOCATIONS_ALL_TL

Line 294: FROM hr_locations_all_tl hrtl,

290: l_location_id2 NUMBER;
291:
292: CURSOR check_location IS
293: SELECT hrtl.location_id
294: FROM hr_locations_all_tl hrtl,
295: hr_locations_all hr
296: WHERE hrtl.location_code = p_location_code
297: AND hrtl.language = USERENV('LANG')
298: AND hrtl.location_id = hr.location_id