[Home] [Help]
355: select '1'
356: into l_exists
357: from sys.dual
358: where exists(select null
359: from per_job_evaluations jev1
360: where jev1.position_id = p_position_id);
361: exception when no_data_found then
362: null;
363: end;