Oracle Error Message
ORA-19259: XQST0039 – duplicate parameter name string in function declaration
Reason for the Error
The function declaration contained more than one parameter with the same name.
Solution
Fix the function declaration to remove the duplicate parameters.