Oracle Error PLS-00361: IN cursor ‘string’ cannot be OPEN’ed

Oracle Error Message

PLS-00361: IN cursor ‘string’ cannot be OPEN’ed

Reason for the Error

A cursor parameter with mode IN cannot be modified, and therefore cannot be opened.

Solution

Change the cursor parameter to be IN OUT or OUT