DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on HR_LOCATIONS_ALL

Line 288: ,hr_locations_all HL

284: -- Adding code for the GLOB006-ER
285: ,HL.region_1
286: FROM xle_registrations XR
287: ,xle_entity_profiles XEP
288: ,hr_locations_all HL
289: ,hz_parties HP
290: ,fnd_territories_vl FT
291: WHERE XR.source_id = XEP.legal_entity_id
292: AND XR.source_table = 'XLE_ENTITY_PROFILES'

Line 511: ,hr_locations_all HL

507: SELECT HL.country
508: INTO l_country_code
509: FROM xle_registrations XR
510: ,xle_entity_profiles XEP
511: ,hr_locations_all HL
512: WHERE XR.source_id = XEP.legal_entity_id
513: AND XR.source_table = 'XLE_ENTITY_PROFILES'
514: AND XEP.legal_entity_id = p_legal_entity_id
515: AND XR.location_id = HL.location_id