DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 758: app_exception.raise_exception;

754: fetch c into recinfo;
755: if (c%notfound) then
756: close c;
757: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
758: app_exception.raise_exception;
759: end if;
760: close c;
761: if ( ((recinfo.UPDATE_ALLOWED = X_UPDATE_ALLOWED)
762: OR ((recinfo.UPDATE_ALLOWED is null) AND (X_UPDATE_ALLOWED is null)))

Line 901: app_exception.raise_exception;

897: ) then
898: null;
899: else
900: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
901: app_exception.raise_exception;
902: end if;
903:
904: for tlinfo in c1 loop
905: if (tlinfo.BASELANG = 'Y') then

Line 920: app_exception.raise_exception;

916: ) then
917: null;
918: else
919: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
920: app_exception.raise_exception;
921: end if;
922: end if;
923: end loop;
924: return;