DBA Data[Home] [Help]

APPS.FND_CURRENCIES_PKG dependencies on APP_EXCEPTION

Line 350: app_exception.raise_exception;

346: fetch c into recinfo;
347: if (c%notfound) then
348: close c;
349: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
350: app_exception.raise_exception;
351: end if;
352: close c;
353: if ( ((recinfo.DERIVE_EFFECTIVE = X_DERIVE_EFFECTIVE)
354: OR ((recinfo.DERIVE_EFFECTIVE is null) AND (X_DERIVE_EFFECTIVE is null)))

Line 454: app_exception.raise_exception;

450: ) then
451: null;
452: else
453: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
454: app_exception.raise_exception;
455: end if;
456:
457: open c1;
458: fetch c1 into tlinfo;

Line 472: app_exception.raise_exception;

468: ) then
469: null;
470: else
471: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
472: app_exception.raise_exception;
473: end if;
474: return;
475: end LOCK_ROW;
476: