DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_ALL_PKG dependencies on APP_EXCEPTION

Line 289: app_exception.raise_exception;

285: fetch c into recinfo;
286: if (c%notfound) then
287: close c;
288: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
289: app_exception.raise_exception;
290: end if;
291: close c;
292: if ( ((recinfo.CREATED_FROM = P_CREATED_FROM)
293: OR ((recinfo.CREATED_FROM is null) AND (P_CREATED_FROM is null)))

Line 368: app_exception.raise_exception;

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

Line 379: app_exception.raise_exception;

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