DBA Data[Home] [Help]

APPS.CN_NOTIFY_ORDERS dependencies on APP_EXCEPTION

Line 1459: app_exception.raise_exception;

1455: cn_process_audits_pkg.update_row(l_proc_audit_id, NULL, SYSDATE, SQLCODE,
1456: SQLERRM);
1457: cn_message_pkg.end_batch (l_proc_audit_id);
1458:
1459: app_exception.raise_exception;
1460:
1461:
1462: END regular_col_notify;
1463: