Oracle Error Message
PLS-00613: only one item is allowed, when using variables of record type
Reason for the Error
You are trying to use more than one values in VALUES clause or RETURNING INTO clause, when one of the value is of record type..
Solution
Specify only one variable of record type, or don’t use variables of record type.