PLS-00429: unsupported feature with RETURNING clause
Cause: One of the following: INTO clause and RETURNING clause cannot be use in the same statement RETURNING clause is currently not supported for object typecolumns, LONG columns, records, %rowtypes, remote tables and INSERT with subquery. This is as ORA-28815.
Action: Use a separate select statement to get the values.