DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_LOCATIONS

Line 3564: wsh_locations wl

3560: AND v_del_detail_id in (0,-1)
3561: AND (v_from_loc_id = -1
3562: OR WND.ORGANIZATION_ID IN (SELECT organization_id
3563: FROM hr_organization_units hr,
3564: wsh_locations wl
3565: WHERE wl.wsh_location_id = v_from_loc_id
3566: AND wl.location_source_code = 'HR'
3567: AND wl.source_location_id =
3568: hr.location_id))