Message Oracle PLS-00254 - OUT and IN/OUT modes cannot be used in this context

ERROROUT and IN/OUT modes cannot be used in this context
CAUSEactual parameter mode (OUT, or IN/OUT) is not used properly in USING clause. For USING clause in an OPEN statement, only IN mode is allowed.
ACTIONchange the parameter mode in the USING clause to an appropriate mode.