DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on HR_ORGANIZATION_UNITS

Line 3648: FROM hr_organization_units hr,

3644: -- Bug 11669468: Included -2 in IN clause
3645: AND v_del_detail_id in (0,-1,-2)
3646: AND (v_from_loc_id = -1
3647: OR WND.ORGANIZATION_ID IN (SELECT organization_id
3648: FROM hr_organization_units hr,
3649: wsh_locations wl
3650: WHERE wl.wsh_location_id = v_from_loc_id
3651: AND wl.location_source_code = 'HR'
3652: AND wl.source_location_id =