DBA Data[Home] [Help]

APPS.CN_NOTIFY_PAYMENTS dependencies on APP_EXCEPTION

Line 138: app_exception.raise_exception;

134: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
135:
136: cn_message_pkg.end_batch (x_proc_audit_id);
137:
138: app_exception.raise_exception;
139:
140: END notify;
141:
142: END cn_notify_payments;