DBA Data[Home] [Help]

APPS.WSH_CORE dependencies on HR_LOCATIONS_NO_JOIN

Line 128: hr_locations_no_join loc

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(+);
132: