DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA dependencies on APP_EXCEPTION

Line 134: app_exception.raise_exception;

130: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
131:
132: cn_message_pkg.end_batch (x_proc_audit_id);
133:
134: app_exception.raise_exception;
135:
136: END notify;
137:
138: END cn_notify_aia;