DBA Data[Home] [Help]

APPS.HR_LOT_BUS dependencies on HR_LOCATIONS_ALL

Line 71: from hr_locations_all loc, hr_locations_all_tl lot

67: -- 969354: Code check should be case insensitive
68: --
69: cursor csr_chk_location_codes is
70: select null
71: from hr_locations_all loc, hr_locations_all_tl lot
72: where lot.location_id <> nvl(p_location_id, -99)
73: and lot.language = p_language
74: and upper(lot.location_code) = upper(p_location_code)
75: and lot.location_id = loc.location_id