[Home] [Help]
7335: select '1'
7336: into l_exists
7337: from sys.dual
7338: where exists(select null
7339: from per_job_requirements jre1
7340: where jre1.position_id = p_position_id);
7341: exception when no_data_found then
7342: null;
7343: end;