Hi, I have a case in which the result of an Oracle function call needs to be an input parameter to a procedure call. Can I configure this in iBatis in one single call? Or do I have to first execute the function and then the stored procedure (2 separate calls)?. I was trying to do it the following way, but it did not work:
I tried searching online for any example/pointers, but couldn't find anything. Any help will be much appreciated.
Thanks,
T