DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on HR_LOCATIONS_ALL

Line 228: hr_locations_all hrl,

224: into
225: v_address1,
226: v_address2
227: from
228: hr_locations_all hrl,
229: fnd_territories_tl ftl
230: where
231: hrl.location_id = p_location_id and
232: ftl.territory_code(+) = hrl.country and