DBA Data[Home] [Help]

APPS.AHL_UNIT_EFFECTIVITIES_PKG dependencies on APP_EXCEPTION

Line 364: app_exception.raise_exception;

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

Line 477: app_exception.raise_exception;

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

Line 488: app_exception.raise_exception;

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