DBA Data[Home] [Help]

APPS.ALR_RESPONSE_SETS_PKG dependencies on APP_EXCEPTION

Line 203: app_exception.raise_exception;

199: ) then
200: null;
201: else
202: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
203: app_exception.raise_exception;
204: end if;
205: end loop;
206: return;
207: end LOCK_ROW;