nel declare non ti serve mettere il record

declare
cursor c is ...
var varchar2(14);
begin
for rec in curs loop
var := rec.column1;