Hi Srihari,
The data gets filled at runtime and it cannot be stored anywhere for later use.
Using SQL trace, you can get only the names of tables involved in the execution of flow logic not the data of those.
You need to hold the application run at runtime at a specific point to see the data i.e. Only debugging is the way ahead for your case.
Regards,
Rama