DBA Data[Home] [Help]

APPS.FEM_DIS_CAL_PER_HIER_PKG dependencies on APP_EXCEPTION

Line 709: app_exception.raise_exception;

705: fetch c into recinfo;
706: if (c%notfound) then
707: close c;
708: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
709: app_exception.raise_exception;
710: end if;
711: close c;
712: if ( (recinfo.LEVEL1_DISPLAY_CODE = X_LEVEL1_DISPLAY_CODE)
713: AND (recinfo.LEVEL2_DISPLAY_CODE = X_LEVEL2_DISPLAY_CODE)

Line 756: app_exception.raise_exception;

752: ) then
753: null;
754: else
755: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
756: app_exception.raise_exception;
757: end if;
758:
759: for tlinfo in c1 loop
760: if (tlinfo.BASELANG = 'Y') then

Line 827: app_exception.raise_exception;

823: ) then
824: null;
825: else
826: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
827: app_exception.raise_exception;
828: end if;
829: end if;
830: end loop;
831: return;