316: fetch i_csr into recinfo;
317:
318: if (i_csr%notfound) then
319: close i_csr;
320: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
321: app_exception.raise_exception;
322: end if;
323:
324: close i_csr;
380: OR ((recinfo.ATTRIBUTE15 is null) AND (P_ATTRIBUTE15 is null)))
381: ) then
382: null;
383: else
384: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
385: app_exception.raise_exception;
386: end if;
387:
388: return;