Oracle Error ORA-06578: output parameter cannot be a duplicate bind

Oracle Error Message

ORA-06578: output parameter cannot be a duplicate bind

Reason for the Error

The bind variable corresponding to an IN/OUT or OUT parameter for a function or a procedure or a function return value in a CALL statement cannot be a duplicate bind variable.

Solution

Change the bind variable to be unique