DBA Data[Home] [Help]

APPS.AR_MEMO_LINES_PKG dependencies on APP_EXCEPTION

Line 383: app_exception.raise_exception;

379: fetch c into recinfo;
380: if (c%notfound) then
381: close c;
382: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
383: app_exception.raise_exception;
384: end if;
385: close c;
386: if ( (recinfo.SET_OF_BOOKS_ID = X_SET_OF_BOOKS_ID)
387: AND (recinfo.LINE_TYPE = X_LINE_TYPE)

Line 483: app_exception.raise_exception;

479: ) then
480: null;
481: else
482: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
483: app_exception.raise_exception;
484: end if;
485:
486: for tlinfo in c1 loop
487: if (tlinfo.BASELANG = 'Y') then

Line 496: app_exception.raise_exception;

492: ) then
493: null;
494: else
495: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
496: app_exception.raise_exception;
497: end if;
498: end if;
499: end loop;
500: return;