DBA Data[Home] [Help]

APPS.OKC_BUSINESS_VARIABLES_PVT dependencies on APP_EXCEPTION

Line 348: app_exception.raise_exception;

344: fetch c into recinfo;
345: if (c%notfound) then
346: close c;
347: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
348: app_exception.raise_exception;
349: end if;
350: close c;
351: if ( ((recinfo.VARIABLE_DEFAULT_VALUE = X_VARIABLE_DEFAULT_VALUE)
352: OR ((recinfo.VARIABLE_DEFAULT_VALUE is null) AND (X_VARIABLE_DEFAULT_VALUE is null)))

Line 438: app_exception.raise_exception;

434: ) then
435: null;
436: else
437: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
438: app_exception.raise_exception;
439: end if;
440:
441: for tlinfo in c1 loop
442: if (tlinfo.BASELANG = 'Y') then

Line 450: app_exception.raise_exception;

446: ) then
447: null;
448: else
449: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
450: app_exception.raise_exception;
451: end if;
452: end if;
453: end loop;
454: return;