Oracle Error Message
ORA-22984: view query cannot contain references to a super view
Reason for the Error
The query defining the view contains references to a super-view of the view being created.
Solution
Make sure that the view query does not reference a super-view.