DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on APP_EXCEPTION

Line 675: App_Exception.Raise_Exception;

671: IF (src_types_cur%NOTFOUND) THEN
672: CLOSE src_types_cur;
673: fnd_message.set_name('IGS','IGS_UC_NO_UCAS_SRC_TYP');
674: fnd_file.put_line(fnd_file.log, fnd_message.get);
675: App_Exception.Raise_Exception;
676: END IF;
677: CLOSE src_types_cur;
678:
679: