Oracle Message PLS-00429 - unsupported feature with RETURNING clause

ERRORunsupported feature with RETURNING clause
CAUSE- INTO clause and RETURNING clause cannot be use in the same statement - RETURNING clause is currently not supported for object type columns, LONG columns, records, %rowtypes, remote tables and INSERT with subquery. This is as ORA-28815.
ACTIONUse separate select statement to get the values.