DBA Data[Home] [Help]

APPS.ZX_HR_LOCATIONS_REPORTING_HOOK dependencies on HR_LOCATIONS_ALL

Line 168: FROM hr_locations_all

164:
165:
166: SELECT style
167: INTO l_address_style
168: FROM hr_locations_all
169: WHERE location_id = p_location_id;
170:
171: IF p_location_code IS NOT NULL
172: AND (p_country = 'KR' OR l_address_style IN ('KR', 'KR_GLB'))