DBA Data[Home] [Help]

APPS.CS_KB_REPO_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 169: app_exception.raise_exception;

165: fetch c into recinfo;
166: if (c%notfound) then
167: close c;
168: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
169: app_exception.raise_exception;
170: end if;
171: close c;
172: if ( (recinfo.REPOSITORY_ID = X_REPOSITORY_ID)
173: AND (recinfo.PROPERTY_NAME = X_PROPERTY_NAME)

Line 214: app_exception.raise_exception;

210: ) then
211: null;
212: else
213: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
214: app_exception.raise_exception;
215: end if;
216:
217: return;
218: