309: fetch i_csr into recinfo;
310:
311: if (i_csr%notfound) then
312: close i_csr;
313: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
314: app_exception.raise_exception;
315: end if;
316:
317: close i_csr;
372: OR ((recinfo.ATTRIBUTE15 is null) AND (P_ATTRIBUTE15 is null)))
373: ) then
374: null;
375: else
376: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
377: app_exception.raise_exception;
378: end if;
379:
380: return;