DBA Data[Home] [Help]

APPS.CN_NOTIFY_CLAWBACKS dependencies on APP_EXCEPTION

Line 180: app_exception.raise_exception;

176: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
177: SQLERRM);
178: cn_message_pkg.end_batch (x_proc_audit_id);
179:
180: app_exception.raise_exception;
181:
182: END notify;
183:
184: END cn_notify_clawbacks;