Oracle Error Message
PLS-00611: right hand side can be only the variables of record type
Reason for the Error
with ROW on LHS, only PL/SQL records or %ROWTYPE variables are allowed on right hand side..
Solution
Make appropriate changes, so that right hande side should only have variables of record or %ROWTYPE.