DBA Data[Home] [Help]

APPS.PO_POXRVXRV_XMLP_PKG dependencies on HR_LOCATIONS_ALL_TL

Line 369: hr_locations_all_tl hrtl

365:
366: select hrtl.location_code
367: into x_location_code
368: from hr_locations_all hrl,
369: hr_locations_all_tl hrtl
370: where hrl.location_id = location_id1
371: and hrl.location_id = hrtl.location_id
372: and hrtl.language = userenv('LANG');
373: