[Home] [Help]
7455: select '1'
7456: into l_exists
7457: from sys.dual
7458: where exists(select null
7459: from per_job_requirements jre1
7460: where jre1.position_id = p_position_id);
7461: exception when no_data_found then
7462: null;
7463: end;