OGG-08707
Syntax error in @dbfunction. Extra single quotes not allowed inside single quoted database function. String arguments of database function should be double quoted.
Cause
Extra single quotes are used inside the single quoted database function in @dbfunction.
Action
Remove single quotes inside database function. To use database function with string arguments, double quote the string arguments. For help, see @DBFUNCTION in the Oracle GoldenGate Parameters and Functions Reference Guide.