322: fetch i_csr into recinfo;
323:
324: if (i_csr%notfound) then
325: close i_csr;
326: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
327: app_exception.raise_exception;
328: end if;
329:
330: close i_csr;
390: OR ((recinfo.ATTRIBUTE15 is null) AND (P_ATTRIBUTE15 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: return;