DBA Data[Home] [Help]

APPS.PO_POXRVXRV_XMLP_PKG dependencies on HR_LOCATIONS_ALL_TL

Line 351: hr_locations_all_tl hrtl

347:
348: select hrtl.location_code
349: into x_location_code
350: from hr_locations_all hrl,
351: hr_locations_all_tl hrtl
352: where hrl.location_id = location_id1
353: and hrl.location_id = hrtl.location_id
354: and hrtl.language = userenv('LANG');
355: