DBA Data[Home] [Help]

APPS.WSH_CORE dependencies on FND_TERRITORIES_VL

Line 127: fnd_territories_VL terr,

123: loc.region_2 region,
124: loc.postal_code postal_code,
125: terr.territory_short_name country
126: from hr_organization_units ou,
127: fnd_territories_VL terr,
128: hr_locations_no_join loc
129: where ou.organization_id = o_id
130: and loc.location_id(+) = ou.location_id
131: and loc.country = terr.territory_code(+);