DBA Data[Home] [Help]

APPS.WMS_WP_WAVE_EXCEPTIONS_PKG dependencies on APP_EXCEPTION

Line 207: app_exception.raise_exception;

203: fetch c into recinfo;
204: if (c%notfound) then
205: close c;
206: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
207: app_exception.raise_exception;
208: end if;
209: close c;
210: if ( ((recinfo.EXCEPTION_ENTITY = X_EXCEPTION_ENTITY)
211: OR ((recinfo.EXCEPTION_ENTITY is null) AND (X_EXCEPTION_ENTITY is null)))

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:
261: for tlinfo in c1 loop
262: if (tlinfo.BASELANG = 'Y') then

Line 269: app_exception.raise_exception;

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