| ERROR | only one item is allowed, when using variables of record type |
| CAUSE | 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.. |
| ACTION | Specify only one variable of record type, or dont use variables of record type. |