DBA Data[Home] [Help]

APPS.AMS_EVENT_OFFERS_ALL_PKG dependencies on APP_EXCEPTION

Line 539: app_exception.raise_exception;

535: fetch c into recinfo;
536: if (c%notfound) then
537: close c;
538: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
539: app_exception.raise_exception;
540: end if;
541: close c;
542: if ( ((recinfo.ATTRIBUTE6 = X_ATTRIBUTE6)
543: OR ((recinfo.ATTRIBUTE6 is null) AND (X_ATTRIBUTE6 is null)))

Line 704: app_exception.raise_exception;

700: ) then
701: null;
702: else
703: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
704: app_exception.raise_exception;
705: end if;
706:
707: for tlinfo in c1 loop
708: if (tlinfo.BASELANG = 'Y') then

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: end if;
721: end loop;
722: return;