DBA Data[Home] [Help]

APPS.FND_OAM_DSCFG_PROCS_PKG dependencies on APP_EXCEPTION

Line 418: app_exception.raise_exception;

414: fetch c into recinfo;
415: if (c%notfound) then
416: close c;
417: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
418: app_exception.raise_exception;
419: end if;
420: close c;
421: if ( ((recinfo.START_DATE = X_START_DATE)
422: OR ((recinfo.START_DATE is null) AND (X_START_DATE is null)))

Line 441: app_exception.raise_exception;

437: ) then
438: null;
439: else
440: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
441: app_exception.raise_exception;
442: end if;
443:
444: return;
445: end LOCK_ROW;