31: p_message => clobvar);
32:
33: exception
34: when others then
35: APP_EXCEPTION.RAISE_EXCEPTION;
36:
37: dbms_lob.freetemporary(clobvar);
38:
39: end;
70: DBMS_LOB.FREETEMPORARY(a_message);
71:
72: exception
73: when others then
74: APP_EXCEPTION.RAISE_EXCEPTION;
75:
76: end;
77:
78: procedure InitRecipientList