DBA Data[Home] [Help]

APPS.IEX_WRITEOFF_OBJECTS_PKG dependencies on APP_EXCEPTION

Line 329: app_exception.raise_exception;

325: fetch c into recinfo;
326: if (c%notfound) then
327: close c;
328: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
329: app_exception.raise_exception;
330: end if;
331:
332: close c;
333:

Line 338: app_exception.raise_exception;

334: if recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER then
335: null;
336: else
337: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
338: app_exception.raise_exception;
339: end if;
340: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
341: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_WRITEOFF_OBJECTS_PKG.LOCK_ROW ******** ');
342: END IF;