Do your developers close their cursors in all their code??

example:

open C1;
fetch c1 into v_num;
close C1;

(then do their manipulations)

or do they leave C1 open as they manipulate?