PLS-00613: only one item is allowed, when using variables of record type
Cause: You are trying to use more than one value in VALUES clause or RETURNING INTO clause, when one of the value is of record type.
Action: Specify only one variable of record type, or don't use variables of record type.