DBA Data[Home] [Help]

APPS.CN_RAM_ADJUSTMENTS_PKG dependencies on APP_EXCEPTION

Line 287: app_exception.raise_exception;

283: cn_debug.print_msg('identify RAM adjustments: in exception handler', 1);
284: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
285: SQLERRM);
286:
287: app_exception.raise_exception;
288:
289: END identify;
290:
291:

Line 393: app_exception.raise_exception;

389: cn_debug.print_msg('negate process: in exception handler', 1);
390: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
391: SQLERRM);
392:
393: app_exception.raise_exception;
394:
395: END negate;
396:
397: