DBA Data[Home] [Help]

APPS.ALR_MLR_PACKAGE dependencies on APP_EXCEPTION

Line 35: APP_EXCEPTION.RAISE_EXCEPTION;

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;

Line 74: APP_EXCEPTION.RAISE_EXCEPTION;

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