DBA Data[Home] [Help]

APPS.FTE_PARCEL_LOADER dependencies on WSH_REGIONS_V

Line 198: WHERE parent_region_id in (SELECT region_id FROM wsh_regions_v

194: AND editable_flag = 'N';
195:
196: -- Delete all the entries for the Zones from WSH_ZONE_REGIONS
197: DELETE wsh_zone_regions
198: WHERE parent_region_id in (SELECT region_id FROM wsh_regions_v
199: WHERE zone like p_zone_name||'%' AND region_type = 11);
200:
201: END;
202: