Message Oracle PLS-00736 - user-declared operators are not allowed

ERRORuser-declared operators are not allowed
CAUSEAn attempt was made by the user to declare an operator (a function whose name is enclosed in single quotes ()). Operators may only be declared in package STANDARD.
ACTIONRemove the single quotes from around the function name, replacing them with double quotes () only if needed.