Oracle Error Message
ORA-19288: XPST0017 – invalid number of arguments to function – string
Reason for the Error
The name and arity of the function call given could not be matched with any in-scope function in the static context.
Solution
Fix the name of the function or the number of parameters to match the list of in-scope functions.