DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on FND_TERRITORIES_TL

Line 235: fnd_territories_tl ftl

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
239: ftl.territory_code(+) NOT IN ('ZR','FX','LX') and