DBA Data[Home] [Help]

APPS.AHL_ROUTES_PKG dependencies on APP_EXCEPTION

Line 450: app_exception.raise_exception;

446: fetch c into recinfo;
447: if (c%notfound) then
448: close c;
449: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
450: app_exception.raise_exception;
451: end if;
452: close c;
453: if ( ((recinfo.QA_INSPECTION_TYPE = X_QA_INSPECTION_TYPE)
454: OR ((recinfo.QA_INSPECTION_TYPE is null) AND (X_QA_INSPECTION_TYPE is null)))

Line 577: app_exception.raise_exception;

573: ) then
574: null;
575: else
576: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
577: app_exception.raise_exception;
578: end if;
579:
580: for tlinfo in c1 loop
581: if (tlinfo.BASELANG = 'Y') then

Line 591: app_exception.raise_exception;

587: ) then
588: null;
589: else
590: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
591: app_exception.raise_exception;
592: end if;
593: end if;
594: end loop;
595: return;