[Home] [Help]
249: select '1'
250: into l_exists
251: from sys.dual
252: where exists(select null
253: from per_job_evaluations jev1
254: where jev1.position_id = p_position_id);
255: exception when no_data_found then
256: null;
257: end;