DBA Data[Home] [Help]

APPS.WSH_CORE dependencies on HR_ORGANIZATION_UNITS

Line 126: from hr_organization_units ou,

122: loc.town_or_city city,
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