DBA Data[Home] [Help]

APPS.ALR_ACTION_GROUPS_PKG dependencies on APP_EXCEPTION

Line 211: app_exception.raise_exception;

207: ) then
208: null;
209: else
210: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
211: app_exception.raise_exception;
212: end if;
213: end loop;
214: return;
215: end LOCK_ROW;