PLS-00154: An object type may have only 1 MAP or 1 ORDER method
Cause: More than one map or order function was declared. An object type can have only one map function or one order function, but not both.
Action: Delete all but one of the MAP or ORDER functions on the type.