DBA Data[Home] [Help]

APPS.CS_KB_REPOSITORIES_PKG dependencies on APP_EXCEPTION

Line 185: app_exception.raise_exception;

181: fetch c into recinfo;
182: if (c%notfound) then
183: close c;
184: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
185: app_exception.raise_exception;
186: end if;
187: close c;
188: if ( ((recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
189: OR ((recinfo.OBJECT_VERSION_NUMBER is null) AND (X_OBJECT_VERSION_NUMBER is null)))

Line 233: app_exception.raise_exception;

229: ) then
230: null;
231: else
232: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
233: app_exception.raise_exception;
234: end if;
235:
236: return;
237: end LOCK_ROW;