96: FETCH C INTO Recinfo;
97: if (C%NOTFOUND) then
98: CLOSE C;
99: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
100: APP_EXCEPTION.Raise_Exception;
101: end if;
102: CLOSE C;
103:
104: IF
350: ** If we get to this point then a column has been changed.
351: */
352:
353: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
354: APP_EXCEPTION.RAISE_EXCEPTION;
355:
356: END Lock_Row;
357:
358: