DBA Data[Home] [Help]

APPS.AHL_PRD_DISPOSITIONS_PKG dependencies on APP_EXCEPTION

Line 279: app_exception.raise_exception;

275: fetch c into recinfo;
276: if (c%notfound) then
277: close c;
278: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
279: app_exception.raise_exception;
280: end if;
281: close c;
282: if ( (recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
283: AND (recinfo.WORKORDER_ID = X_WORKORDER_ID)

Line 358: app_exception.raise_exception;

354: ) then
355: null;
356: else
357: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
358: app_exception.raise_exception;
359: end if;
360:
361: for tlinfo in c1 loop
362: if (tlinfo.BASELANG = 'Y') then

Line 369: app_exception.raise_exception;

365: ) then
366: null;
367: else
368: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
369: app_exception.raise_exception;
370: end if;
371: end if;
372: end loop;
373: return;