[Home] [Help]
303: select '1'
304: into l_exists
305: from sys.dual
306: where exists(select null
307: from per_mm_positions
308: where new_position_id = p_position_id);
309: exception when no_data_found then
310: null;
311: end;