167: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
168:
169: cn_message_pkg.end_batch (x_proc_audit_id);
170:
171: app_exception.raise_exception;
172:
173: END notify;
174:
175: -- Procedure Name
271:
272: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
273: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
274:
275: app_exception.raise_exception;
276:
277: END notify_failed_trx;
278:
279: END cn_notify_aia_om;