DBA Data[Home] [Help]

APPS.BIS_BUCKET_CUSTOMIZATIONS_PKG dependencies on APP_EXCEPTION

Line 284: app_exception.raise_exception;

280: fetch c into recinfo;
281: if (c%notfound) then
282: close c;
283: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
284: app_exception.raise_exception;
285: end if;
286: close c;
287: if ( ((recinfo.RANGE8_HIGH = X_RANGE8_HIGH)
288: OR ((recinfo.RANGE8_HIGH is null) AND (X_RANGE8_HIGH is null)))

Line 348: app_exception.raise_exception;

344: ) then
345: null;
346: else
347: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
348: app_exception.raise_exception;
349: end if;
350:
351: for tlinfo in c1 loop
352: 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;