DBA Data[Home] [Help]

APPS.OKE_HOLD_STATUSES_PKG dependencies on APP_EXCEPTION

Line 203: app_exception.raise_exception;

199: fetch c into recinfo;
200: if (c%notfound) then
201: close c;
202: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
203: app_exception.raise_exception;
204: end if;
205: close c;
206:
207: if ( (recinfo.HOLD_STATUS_CODE = X_HOLD_STATUS_CODE)

Line 252: app_exception.raise_exception;

248: ) then
249: null;
250: else
251: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
252: app_exception.raise_exception;
253: end if;
254:
255: for tlinfo in c1 loop
256: if (tlinfo.BASELANG = 'Y') then

Line 265: app_exception.raise_exception;

261: ) then
262: null;
263: else
264: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
265: app_exception.raise_exception;
266: end if;
267: end if;
268: end loop;
269: