DBA Data[Home] [Help]

APPS.FA_ADDITIONS_PKG dependencies on APP_EXCEPTION

Line 442: APP_EXCEPTION.Raise_Exception;

438: FETCH C INTO Recinfo;
439: if (C%NOTFOUND) then
440: CLOSE C;
441: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
442: APP_EXCEPTION.Raise_Exception;
443: end if;
444: CLOSE C;
445:
446: if (

Line 589: APP_EXCEPTION.Raise_Exception;

585: AND (X_Lease_Id IS NULL)))) then
586: return;
587: else
588: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
589: APP_EXCEPTION.Raise_Exception;
590: end if;
591:
592: for tlinfo in c1 loop
593: if (tlinfo.BASELANG = 'Y') then

Line 598: app_exception.raise_exception;

594: if (tlinfo.DESCRIPTION = X_DESCRIPTION) then
595: return;
596: else
597: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
598: app_exception.raise_exception;
599: end if;
600: end if;
601: end loop;
602: