DBA Data[Home] [Help]

APPS.ALR_ACTION_OUTPUTS_PKG dependencies on APP_EXCEPTION

Line 195: app_exception.raise_exception;

191: ) then
192: null;
193: else
194: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
195: app_exception.raise_exception;
196: end if;
197: end loop;
198: return;
199: end LOCK_ROW;