I finally found the answer to my problem:
Add this:
ALTER SESSION SET PLSCOPE_SETTINGS = 'IDENTIFIERS:NONE';
Or in Oracle SQL Developer:
- Go to Tools | Preferences
- Select Database | PL/SQL Compiler
- Change the PLScope identifiers from All to None
- Click on Ok
This fixes the issue...