DBA Data[Home] [Help]

APPS.CUG_INCIDNT_ATTR_VALS_PKG dependencies on APP_EXCEPTION

Line 196: app_exception.raise_exception;

192: if (c%notfound) then
193: close c;
194: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
195: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
196: app_exception.raise_exception;
197: end if;
198: close c;
199: if ( ((recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
200: OR ((recinfo.OBJECT_VERSION_NUMBER is null) AND (X_OBJECT_VERSION_NUMBER is null)))

Line 241: app_exception.raise_exception;

237: ) then
238: null;
239: else
240: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
241: app_exception.raise_exception;
242: end if;
243:
244: for tlinfo in c1 loop
245: if (tlinfo.BASELANG = 'Y') then

Line 252: app_exception.raise_exception;

248: ) then
249: null;
250: else
251: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
252: app_exception.raise_exception;
253: end if;
254: end if;
255: end loop;
256: return;