DBA Data[Home] [Help]

APPS.EGO_ITEM_GTN_ATTRS_PKG dependencies on APP_EXCEPTION

Line 659: app_exception.raise_exception;

655: fetch c into recinfo;
656: if (c%notfound) then
657: close c;
658: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
659: app_exception.raise_exception;
660: end if;
661: close c;
662: if ( ((recinfo.REQUEST_ID = X_REQUEST_ID)
663: OR ((recinfo.REQUEST_ID is null) AND (X_REQUEST_ID is null)))

Line 874: app_exception.raise_exception;

870: ) then
871: null;
872: else
873: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
874: app_exception.raise_exception;
875: end if;
876:
877: for tlinfo in c1 loop
878: if (tlinfo.BASELANG = 'Y') then

Line 897: app_exception.raise_exception;

893: ) then
894: null;
895: else
896: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
897: app_exception.raise_exception;
898: end if;
899: end if;
900: end loop;
901: return;