Oracle Solution for Error ora-06577

Solution for Oracle Error ORA-06577

ORA-06577: output parameter not a bind variable

What triggered the Error:

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

What should we do to fix it:

Change the argument to a bind variable