299: open c;
300: fetch c into recinfo;
301: if (c%notfound) then
302: close c;
303: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
304: app_exception.raise_exception;
305: end if;
306: close c;
307:
390: OR ((recinfo.pa_attribute10 is null) AND (X_PA_Attribute10 is null)))
391: ) then
392: null;
393: else
394: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
395: app_exception.raise_exception;
396: end if;
397:
398: end Lock_Row;