DBA Data[Home] [Help]

APPS.BSC_KPI_DEFAULTS_PKG dependencies on APP_EXCEPTION

Line 254: app_exception.raise_exception;

250: fetch c into recinfo;
251: if (c%notfound) then
252: close c;
253: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
254: app_exception.raise_exception;
255: end if;
256: close c;
257: if ( ((recinfo.FORMAT_MASK = X_FORMAT_MASK)
258: OR ((recinfo.FORMAT_MASK is null) AND (X_FORMAT_MASK is null)))

Line 291: app_exception.raise_exception;

287: ) then
288: null;
289: else
290: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
291: app_exception.raise_exception;
292: end if;
293:
294: for tlinfo in c1 loop
295: if (tlinfo.BASELANG = 'Y') then

Line 342: app_exception.raise_exception;

338: ) then
339: null;
340: else
341: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
342: app_exception.raise_exception;
343: end if;
344: end if;
345: end loop;
346: return;