DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on HR_LOCATIONS_ALL

Line 277: ,hr_locations_all HL

273: -- Adding code for the GLOB006-ER
274: ,HL.region_1
275: FROM xle_registrations XR
276: ,xle_entity_profiles XEP
277: ,hr_locations_all HL
278: ,hz_parties HP
279: ,fnd_territories_vl FT
280: WHERE XR.source_id = XEP.legal_entity_id
281: AND XR.source_table = 'XLE_ENTITY_PROFILES'

Line 499: ,hr_locations_all HL

495: SELECT HL.country
496: INTO l_country_code
497: FROM xle_registrations XR
498: ,xle_entity_profiles XEP
499: ,hr_locations_all HL
500: WHERE XR.source_id = XEP.legal_entity_id
501: AND XR.source_table = 'XLE_ENTITY_PROFILES'
502: AND XEP.legal_entity_id = p_legal_entity_id
503: AND XR.location_id = HL.location_id