I have created a procedure which in turn calls two different procedures. They have the same import data (which are import parameters in the main procedure) and they give out different output data. The two procedures are not dependent on each other in any other way.
But still this main procedure does not run in parallel. Can someone please spot the reason for this?
Code excerpt.
As you can see, they are the first two lines of the procedure. They accept import parameters which are import parameters to the main procedure as well.