DBA Data[Home] [Help]

APPS.AHL_DOC_FILE_ASSOC_PKG dependencies on APP_EXCEPTION

Line 206: app_exception.raise_exception;

202: fetch c into recinfo;
203: if (c%notfound) then
204: close c;
205: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
206: app_exception.raise_exception;
207: end if;
208: close c;
209: if ( ((recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
210: OR ((recinfo.OBJECT_VERSION_NUMBER is null) AND (X_OBJECT_VERSION_NUMBER is null)))

Line 255: app_exception.raise_exception;

251: ) then
252: null;
253: else
254: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
255: app_exception.raise_exception;
256: end if;
257:
258: for tlinfo in c1 loop
259: if (tlinfo.BASELANG = 'Y') then

Line 266: app_exception.raise_exception;

262: ) then
263: null;
264: else
265: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
266: app_exception.raise_exception;
267: end if;
268: end if;
269: end loop;
270: return;