DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 690: app_exception.raise_exception;

686: fetch c into recinfo;
687: if (c%notfound) then
688: close c;
689: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
690: app_exception.raise_exception;
691: end if;
692: close c;
693: if ( ((recinfo.UPDATE_ALLOWED = X_UPDATE_ALLOWED)
694: OR ((recinfo.UPDATE_ALLOWED is null) AND (X_UPDATE_ALLOWED is null)))

Line 833: app_exception.raise_exception;

829: ) then
830: null;
831: else
832: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
833: app_exception.raise_exception;
834: end if;
835:
836: for tlinfo in c1 loop
837: if (tlinfo.BASELANG = 'Y') then

Line 852: app_exception.raise_exception;

848: ) then
849: null;
850: else
851: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
852: app_exception.raise_exception;
853: end if;
854: end if;
855: end loop;
856: return;