Oracle Error Message
PLS-00612: Number of attributes do not match in SET clause
Reason for the Error
Number of columns do not match with number of attributes on record type on rhs.
Solution
Make sure that number of columns match with the number of attributes in record on rhs.