DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_PKG dependencies on APP_EXCEPTION

Line 206: app_exception.raise_exception;

202: fetch c into recinfo;
203: if (c%notfound) then
204: close c;
205: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
206: app_exception.raise_exception;
207: end if;
208: close c;
209:
210: if ( (recinfo.TRANSACTION_TYPE_ID = X_TRANSACTION_TYPE_ID)

Line 269: app_exception.raise_exception;

265: ) then
266: return;
267: else
268: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
269: app_exception.raise_exception;
270: end if;
271: end LOCK_ROW;
272:
273: procedure UPDATE_ROW (