DBA Data[Home] [Help]

APPS.CS_KB_AUTOLINKS_PKG dependencies on APP_EXCEPTION

Line 294: app_exception.raise_exception;

290: fetch c into recinfo;
291: if (c%notfound) then
292: close c;
293: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
294: app_exception.raise_exception;
295: end if;
296: close c;
297: if ( (recinfo.DESTINATION_TYPE = X_DESTINATION_TYPE)
298: AND (recinfo.PARAMETER_TYPE = X_PARAMETER_TYPE)

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 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;