Oracle Error Message
PLS-00610: ROW can be used only once in SET clause of UPDATE statement
Reason for the Error
You were trying to use ROW more than once in UPDATE statement.
Solution
Remove all the additional ROW in set clause of UPDATE statement.