Oracle Error Message
PLS-00514: INSERT statement with REF INTO clause requires a typed table
Reason for the Error
This INSERT statement provides REF INTO clause, which is only legal when the table specified in the INTO clause is an object table.
Solution
None