DBA Data[Home] [Help]

APPS.ZX_REGIMES_PKG dependencies on APP_EXCEPTION

Line 457: app_exception.raise_exception;

453: fetch c into recinfo;
454: if (c%notfound) then
455: close c;
456: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
457: app_exception.raise_exception;
458: end if;
459: close c;
460: if ( ((recinfo.PARENT_REGIME_CODE = X_PARENT_REGIME_CODE)
461: OR ((recinfo.PARENT_REGIME_CODE is null) AND (X_PARENT_REGIME_CODE is null)))

Line 602: app_exception.raise_exception;

598: ) then
599: null;
600: else
601: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
602: app_exception.raise_exception;
603: end if;
604: for tlinfo in c1 loop
605: if (tlinfo.BASELANG = 'Y') then
606: if ( ((tlinfo.TAX_REGIME_NAME = X_TAX_REGIME_NAME)

Line 612: app_exception.raise_exception;

608: ) then
609: null;
610: else
611: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
612: app_exception.raise_exception;
613: end if;
614: end if;
615: end loop;
616: return;