DBA Data[Home] [Help]

APPS.CN_NOTIFY_INVOICES dependencies on APP_EXCEPTION

Line 213: app_exception.raise_exception;

209: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
210: SQLERRM);
211: -- cn_message_pkg.end_batch (x_proc_audit_id);
212:
213: app_exception.raise_exception;
214:
215: END notify;
216:
217: END cn_notify_invoices;