Hi Maurice,
Issue was solved. Instead of creating Global variable, I created Local variable and passed those values to parameters inside the data flow.
For instance:
$LV_Temp_file='File_'||$GV_gp||$GV_sn||'.txt'
Passed above local variable to parameter inside the data flow.
Thanks