select count(*) into v_count from dual where exists (select null from scott.emp where ename = 'KUKUEV'); IF v_count > 0 THEN -- Estj ELSE -- Net END IF;
select count(*) into v_count from scott.emp where ename = 'KUKUEV';