OCI-18127
XUST0028 - Updating function 'prefix:function_name' should not have a return type.
- prefix: The prefix of the function.
- function_name: The name of the function.
Cause
The function declaration specified both UPDATING and a return type.
Action
Do not declare an updating function with return type.