DBA Data[Home] [Help]

APPS.OZF_LOCATION_PVT dependencies on HZ_LOCATIONS

Line 239: hz_locations loc,

235: SELECT
236: loc.address_style, loc.address1, loc.address2, loc.address3, loc.address4, loc.city,
237: loc.county, loc.state, loc.province, loc.postal_code, terr.territory_short_name
238: FROM
239: hz_locations loc,
240: fnd_territories_vl terr
241: WHERE
242: loc.location_id = c_location_id
243: AND loc.country = terr.territory_code(+);