Oracle Error PLS-00253: Formal parameter string missing in the parameters clause

Oracle Error Message

PLS-00253: Formal parameter string missing in the parameters clause

Reason for the Error

The parameter clause does not have a matching parameter for a parameter specified in the formal parameter list.

Solution

Provide a matching parameter in parameters clause for every formal parameter.