Oracle Error Message
PLS-01908: : RETURNING INTO buffer too small
Reason for the Error
PL/SQL determined that a server side DML with a RETURNING INTO clause does not use a buffer that is large enough to hold the data being returned.
Solution
Increase the size of the RETURNING INTO clause buffer.