Oracle Error PLS-01705: table specified by a cursor not updatable if cursor specification has a UNION or ORDER_BY

Oracle Error Message

PLS-01705: table specified by a cursor not updatable if cursor specification has a UNION or ORDER_BY

Reason for the Error

Missing keyword FROM.

Solution

None