DBA Data[Home] [Help]

APPS.OZF_CLAIM_TYPES_ALL_PKG dependencies on APP_EXCEPTION

Line 312: app_exception.raise_exception;

308: fetch c into recinfo;
309: if (c%notfound) then
310: close c;
311: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
312: app_exception.raise_exception;
313: end if;
314: close c;
315: if ( (recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
316: AND ((recinfo.REQUEST_ID = X_REQUEST_ID)

Line 393: app_exception.raise_exception;

389: ) then
390: null;
391: else
392: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
393: app_exception.raise_exception;
394: end if;
395:
396: for tlinfo in c1 loop
397: if (tlinfo.BASELANG = 'Y') then

Line 405: app_exception.raise_exception;

401: ) then
402: null;
403: else
404: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
405: app_exception.raise_exception;
406: end if;
407: end if;
408: end loop;
409: return;