DBA Data[Home] [Help]

APPS.ALR_PROFILE_OPTIONS_PKG dependencies on APP_EXCEPTION

Line 166: app_exception.raise_exception;

162: ) then
163: null;
164: else
165: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
166: app_exception.raise_exception;
167: end if;
168: end loop;
169: return;
170: end LOCK_ROW;