Oracle Error Message
PLS-00526: A MAP or ORDER function is required for comparing objects in PL/SQL.
Reason for the Error
Within stand alone PL/SQL, an attempt was made to compare objects without a map or order function.
Solution
Provide a map or order function and retry the operation.