DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on FND_TERRITORIES_TL

Line 229: fnd_territories_tl ftl

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