DBA Data[Home] [Help]

APPS.ALR_ALERT_OUTPUTS_PKG dependencies on APP_EXCEPTION

Line 231: app_exception.raise_exception;

227: ) then
228: null;
229: else
230: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
231: app_exception.raise_exception;
232: end if;
233: end loop;
234: return;
235: end LOCK_ROW;