PLS-00611: right hand side can be only the variables of record type
Cause: With ROW on LHS, only PL/SQL records or %ROWTYPE variables are allowed on right hand side.
Action: Make appropriate changes, so that right hande side should only have variables of record or %ROWTYPE.