86: OPEN C;
87: FETCH C INTO X_rec;
88: if C%NOTFOUND then
89: CLOSE C;
90: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
91: app_exception.raise_exception;
92: close C;
93: end if;
94: close C;
133:
134: then
135: return;
136: else
137: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
138: app_exception.raise_exception;
139: end if;
140: EXCEPTION
141: when APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION then