DBA Data[Home] [Help]

APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on APP_EXCEPTION

Line 548: app_exception.raise_exception;

544: fetch c into recinfo;
545: if (c%notfound) then
546: close c;
547: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
548: app_exception.raise_exception;
549: end if;
550: close c;
551: if ( ((recinfo.COUNTRY = X_COUNTRY)
552: OR ((recinfo.COUNTRY is null) AND (X_COUNTRY is null)))

Line 718: app_exception.raise_exception;

714: ) then
715: null;
716: else
717: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
718: app_exception.raise_exception;
719: end if;
720:
721: for tlinfo in c1 loop
722: if (tlinfo.BASELANG = 'Y') then

Line 731: app_exception.raise_exception;

727: ) then
728: null;
729: else
730: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
731: app_exception.raise_exception;
732: end if;
733: end if;
734: end loop;
735: return;