DBA Data[Home] [Help]

APPS.AMS_FUNDS_ALL_PKG dependencies on APP_EXCEPTION

Line 468: app_exception.raise_exception;

464: fetch c into recinfo;
465: if (c%notfound) then
466: close c;
467: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
468: app_exception.raise_exception;
469: end if;
470: close c;
471: if ( ((recinfo.CREATED_FROM = X_CREATED_FROM)
472: OR ((recinfo.CREATED_FROM is null) AND (X_CREATED_FROM is null)))

Line 616: app_exception.raise_exception;

612: ) then
613: null;
614: else
615: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
616: app_exception.raise_exception;
617: end if;
618:
619: for tlinfo in c1 loop
620: if (tlinfo.BASELANG = 'Y') then

Line 628: app_exception.raise_exception;

624: ) then
625: null;
626: else
627: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
628: app_exception.raise_exception;
629: end if;
630: end if;
631: end loop;
632: return;