DBA Data[Home] [Help]

APPS.AMW_PROCESS_NAMES_PKG dependencies on APP_EXCEPTION

Line 336: app_exception.raise_exception;

332: fetch c into recinfo;
333: if (c%notfound) then
334: close c;
335: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
336: app_exception.raise_exception;
337: end if;
338: close c;
339: if ( ((recinfo.CLASSIFICATION = X_CLASSIFICATION)
340: OR ((recinfo.CLASSIFICATION is null) AND (X_CLASSIFICATION is null)))

Line 432: app_exception.raise_exception;

428: ) then
429: null;
430: else
431: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
432: app_exception.raise_exception;
433: end if;
434:
435: for tlinfo in c1 loop
436: if (tlinfo.BASELANG = 'Y') then

Line 445: app_exception.raise_exception;

441: ) then
442: null;
443: else
444: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
445: app_exception.raise_exception;
446: end if;
447: end if;
448: end loop;
449: return;