DBA Data[Home] [Help]

APPS.CN_SCA_CRRULEATTR_PKG dependencies on APP_EXCEPTION

Line 690: app_exception.raise_exception;

686: fetch c into recinfo;
687: if (c%notfound) then
688: close c;
689: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
690: app_exception.raise_exception;
691: end if;
692: close c;
693: if ( (recinfo.TRANSACTION_SOURCE = X_TRANSACTION_SOURCE)
694: AND (recinfo.SRC_COLUMN_NAME = X_SRC_COLUMN_NAME)

Line 742: app_exception.raise_exception;

738: ) then
739: null;
740: else
741: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
742: app_exception.raise_exception;
743: end if;
744:
745: for tlinfo in c1 loop
746: if (tlinfo.BASELANG = 'Y') then

Line 752: app_exception.raise_exception;

748: ) then
749: null;
750: else
751: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
752: app_exception.raise_exception;
753: end if;
754: end if;
755: end loop;
756: return;