ERROR | function string returns without value at line string |
CAUSE | The function exited without a return value. Return statements are required for all PL/SQL functions. |
ACTION | Inspect the function source code for exit points, and place a return at each point so that no runtime error will be generated when the function exits. |