Oracle Error Message
PLS-00379: CASE statements are not included in this release of PL/SQL
Reason for the Error
The unit being compiled contains a CASE statement. However, the current release of PL/SQL does not support CASE statements.
Solution
Remove the CASE statement from the compilation unit.