Hi you might have to try some workaround like

select...
where and ws1.emp_id = e.emp_id(+)
union
select...
and ws2.emp_id = e.emp_id(+)
union
select...
and ws3.emp_id = e.emp_id(+)
and so on

Cheers
Slash