Are you trying to perform an update on that row. On such case you would have to use SELECT... FOR UPDATE and lock that row before you perform any update.

Sam