DBA Data[Home] [Help]

APPS.AHL_ROUTES_PKG dependencies on APP_EXCEPTION

Line 401: app_exception.raise_exception;

397: fetch c into recinfo;
398: if (c%notfound) then
399: close c;
400: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
401: app_exception.raise_exception;
402: end if;
403: close c;
404: if ( ((recinfo.QA_INSPECTION_TYPE = X_QA_INSPECTION_TYPE)
405: OR ((recinfo.QA_INSPECTION_TYPE is null) AND (X_QA_INSPECTION_TYPE is null)))

Line 512: app_exception.raise_exception;

508: ) then
509: null;
510: else
511: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
512: app_exception.raise_exception;
513: end if;
514:
515: for tlinfo in c1 loop
516: if (tlinfo.BASELANG = 'Y') then

Line 526: app_exception.raise_exception;

522: ) then
523: null;
524: else
525: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
526: app_exception.raise_exception;
527: end if;
528: end if;
529: end loop;
530: return;