DBA Data[Home] [Help]

APPS.PO_UN_NUMBERS_PKG dependencies on APP_EXCEPTION

Line 202: app_exception.raise_exception;

198: fetch c into recinfo;
199: if (c%notfound) then
200: close c;
201: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
202: app_exception.raise_exception;
203: end if;
204: close c;
205: if ( ((recinfo.HAZARD_CLASS_ID = X_HAZARD_CLASS_ID)
206: OR ((recinfo.HAZARD_CLASS_ID is null) AND (X_HAZARD_CLASS_ID is null)))

Line 247: app_exception.raise_exception;

243: ) then
244: null;
245: else
246: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
247: app_exception.raise_exception;
248: end if;
249:
250: for tlinfo in c1 loop
251: if (tlinfo.BASELANG = 'Y') then

Line 258: app_exception.raise_exception;

254: ) then
255: null;
256: else
257: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
258: app_exception.raise_exception;
259: end if;
260: end if;
261: end loop;
262: return;