It appears that PowerCenter sends the parameter by position not by name, and it does not support boolean data type.
This leads to following:
- You cannot have a boolean parameter in a Oracle procedure/function wanting to us it from within PowerCenter.
- You cannot take advantage of default values of parameters of Oracle procedures/functions.