DBA Data[Home] [Help]

APPS.AHL_DOCUMENTS_PKG dependencies on APP_EXCEPTION

Line 219: app_exception.raise_exception;

215: fetch c into recinfo;
216: if (c%notfound) then
217: close c;
218: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
219: app_exception.raise_exception;
220: end if;
221: close c;
222: if ( (recinfo.SUBSCRIBE_AVAIL_FLAG = X_SUBSCRIBE_AVAIL_FLAG)
223: AND (recinfo.SUBSCRIBE_TO_FLAG = X_SUBSCRIBE_TO_FLAG)

Line 270: app_exception.raise_exception;

266: ) then
267: null;
268: else
269: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
270: app_exception.raise_exception;
271: end if;
272:
273: for tlinfo in c1 loop
274: if (tlinfo.BASELANG = 'Y') then

Line 281: app_exception.raise_exception;

277: ) then
278: null;
279: else
280: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
281: app_exception.raise_exception;
282: end if;
283: end if;
284: end loop;
285: return;