DBA Data[Home] [Help]

APPS.WMS_DEVICES_PKG dependencies on APP_EXCEPTION

Line 257: app_exception.raise_exception;

253: fetch c into recinfo;
254: if (c%notfound) then
255: close c;
256: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
257: app_exception.raise_exception;
258: end if;
259: close c;
260: if ( (recinfo.DEVICE_TYPE_ID = X_DEVICE_TYPE_ID)
261: AND (recinfo.OUTPUT_METHOD_ID = X_OUTPUT_METHOD_ID)

Line 326: app_exception.raise_exception;

322: ) then
323: null;
324: else
325: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
326: app_exception.raise_exception;
327: end if;
328:
329: for tlinfo in c1 loop
330: if (tlinfo.BASELANG = 'Y') then

Line 338: app_exception.raise_exception;

334: ) then
335: null;
336: else
337: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
338: app_exception.raise_exception;
339: end if;
340: end if;
341: end loop;
342: return;