121: Fetch c_reports into recinfo;
122: IF (c_reports%notfound) then
123: close c_reports;
124: fnd_message.set_name('FND','FORM_RECORD_DELETED');
125: app_exception.raise_exception;
126:
127: End if;
128: Close c_reports;
129: --
148: ) then
149: return;
150: else
151: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
152: APP_EXCEPTION.Raise_Exception;
153: end if;
154: END Lock_Row;
155:
156: PROCEDURE Update_Row(X_Rowid VARCHAR2,