DBA Data[Home] [Help]

APPS.WMS_TASK_RELEASE_PKG dependencies on APP_EXCEPTION

Line 232: app_exception.raise_exception;

228: fetch c into recinfo;
229: if (c%notfound) then
230: close c;
231: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
232: app_exception.raise_exception;
233: end if;
234: close c;
235: if ( ((recinfo.CONS_LOCATOR_TOLERANCE = X_CONS_LOCATOR_TOLERANCE)
236: OR ((recinfo.CONS_LOCATOR_TOLERANCE is null) AND (X_CONS_LOCATOR_TOLERANCE is null)))

Line 290: app_exception.raise_exception;

286: ) then
287: null;
288: else
289: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
290: app_exception.raise_exception;
291: end if;
292:
293: for tlinfo in c1 loop
294: if (tlinfo.BASELANG = 'Y') then

Line 302: app_exception.raise_exception;

298: ) then
299: null;
300: else
301: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
302: app_exception.raise_exception;
303: end if;
304: end if;
305: end loop;
306: return;