Thank you. So specifically:

Any parameters I pass to the DO_THIS call (from my application) will be available to the DO_THAT call (no need to pass variables which DO_THAT needs).

Any modifications I make to local variables in DO_THAT will be affected when I return to DO_THIS.

Is that right?