In Oracle FAH, when we are setting up mapping set where multiple input source are involved, can we use wild card like “*”?
Here's an example:
Accout = 11 ;Dept = aaa; then ICP = a1
Account = “*”; Dept = bbb; then ICP = b1
Account = 22; Dept = “*”; then ICP = c1
Account = “*”; Dept = “*”; then ICP = d1
So, is it possible to use these “*” as wild card in FAH or I have to put all combination of Account and Dept? It's not working for me and I'm wondering if I'm not doing it correctly or this option don't exist?