CURSOR report_cursor(v_namesearch VARCHAR2) IS
SELECT name, address
FROM emp WHERE name LIKE 'v_namesearch%';

Pardon my typing the
the cursor declaration should read as above

thank,
nk