How to check sub scripts execution?

I have a shell script which is used to get the input and have another shell script (a sub script) at the end of this shell script which is used to upload the inputs in the Oracle database. I can check the execution status of the parent script using sh -x script.sh. but this command doesn't show the execution of the sub script. Is there way I can check the execution of that sub script as well ?

Best you show / post your actual script so we can help you.

This will insure you get the best reply in the quickest time.