Oracle Error Message
PLS-00155: Only a function may be a MAP, ORDER or CONSTRUCTOR method.
Reason for the Error
A procedure was declared as a MAP, ORDER or CONSTRUCTOR method. Only functions can be MAP, ORDER or CONSTRUCTOR methods.
Solution
None