Hi,
I have 2 oracle proceedures. For my example, I'll call them A and B. Procedure A accepts a parameter called Z of type varhcar2. Z is a string that represents the next procedure that needs to be called (eg. Z = 'B').
How can I use the value of Z to invoke procedure B ?
I have 2 oracle proceedures. For my example, I'll call them A and B. Procedure A accepts a parameter called Z of type varhcar2. Z is a string that represents the next procedure that needs to be called (eg. Z = 'B').
How can I use the value of Z to invoke procedure B ?