DBA Data[Home] [Help]

APPS.AHL_PRD_DISPOSITIONS_B_H_PKG dependencies on APP_EXCEPTION

Line 286: app_exception.raise_exception;

282: fetch c into recinfo;
283: if (c%notfound) then
284: close c;
285: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
286: app_exception.raise_exception;
287: end if;
288: close c;
289: if ( (recinfo.DISPOSITION_ID = X_DISPOSITION_ID)
290: AND (recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)

Line 366: app_exception.raise_exception;

362: ) then
363: null;
364: else
365: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
366: app_exception.raise_exception;
367: end if;
368:
369: for tlinfo in c1 loop
370: if (tlinfo.BASELANG = 'Y') then

Line 377: app_exception.raise_exception;

373: ) then
374: null;
375: else
376: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
377: app_exception.raise_exception;
378: end if;
379: end if;
380: end loop;
381: return;