You are on page 1of 1

begin

open c1;
fetch c1 into r1;
close c1;

lc_certification:= r1.title;

return lc_certification;

You might also like