DBA Data[Home] [Help]

APPS.FA_ADDITIONS_PKG dependencies on APP_EXCEPTION

Line 435: APP_EXCEPTION.Raise_Exception;

431: FETCH C INTO Recinfo;
432: if (C%NOTFOUND) then
433: CLOSE C;
434: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
435: APP_EXCEPTION.Raise_Exception;
436: end if;
437: CLOSE C;
438:
439: if (

Line 583: APP_EXCEPTION.Raise_Exception;

579: ) then
580: return;
581: else
582: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
583: APP_EXCEPTION.Raise_Exception;
584: end if;
585:
586: for tlinfo in c1 loop
587: if (tlinfo.BASELANG = 'Y') then

Line 592: app_exception.raise_exception;

588: if (tlinfo.DESCRIPTION = X_DESCRIPTION) then
589: return;
590: else
591: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
592: app_exception.raise_exception;
593: end if;
594: end if;
595: end loop;
596: