Oracle Error Message
PLS-00364: loop index variable ‘string’ use is invalid
Reason for the Error
An attempt was made to assign the value of an OUT parameter to
Solution
Use an IN OUT parameter instead of the OUT parameter. Inside a
PLS-00364: loop index variable ‘string’ use is invalid
An attempt was made to assign the value of an OUT parameter to
Use an IN OUT parameter instead of the OUT parameter. Inside a