DBA Data[Home] [Help]

APPS.AHL_UNIT_EFFECTIVITIES_PKG dependencies on APP_EXCEPTION

Line 367: app_exception.raise_exception;

363: fetch c into recinfo;
364: if (c%notfound) then
365: close c;
366: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
367: app_exception.raise_exception;
368: end if;
369: close c;
370: if ( ((recinfo.MANUALLY_PLANNED_FLAG = X_MANUALLY_PLANNED_FLAG)
371: OR ((recinfo.MANUALLY_PLANNED_FLAG is null) AND (X_MANUALLY_PLANNED_FLAG is null)))

Line 480: app_exception.raise_exception;

476: ) then
477: null;
478: else
479: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
480: app_exception.raise_exception;
481: end if;
482:
483: for tlinfo in c1 loop
484: if (tlinfo.BASELANG = 'Y') then

Line 491: app_exception.raise_exception;

487: ) then
488: null;
489: else
490: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
491: app_exception.raise_exception;
492: end if;
493: end if;
494: end loop;
495: return;