DBA Data[Home] [Help]

APPS.FTE_DIST_INT_PKG dependencies on WSH_REGION_LOCATIONS

Line 206: from wsh_region_locations wrl

202: cursor c_get_regions_for_locs(cp_loc_id NUMBER,
203: cp_region_type NUMBER) IS
204: select wrl.location_id,
205: wrl.region_id
206: from wsh_region_locations wrl
207: where wrl.location_id = cp_loc_id
208: and wrl.region_type = cp_region_type;
209:
210: