DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on HR_LOCATIONS_ALL

Line 234: hr_locations_all hrl,

230: into
231: v_address1,
232: v_address2
233: from
234: hr_locations_all hrl,
235: fnd_territories_tl ftl
236: where
237: hrl.location_id = p_location_id and
238: ftl.territory_code(+) = hrl.country and