Oracle Error ORA-23341: user function required

Oracle Error Message

ORA-23341: user function required

Reason for the Error

A NULL user function was specified for the “USER FUNCTION” method.

Solution

Provide user function name (e.g., “schema”.”package”.”function”) that conforms to the documented user function specifications or specify one of the documented supported conflict resolution methods.