'uvm_do execution order in the body method

In reply to chr_sue:

Code is really huge.
I can show the structure

task body();
fork
begin
uvm_rand_send_with(seq1,...) uvm_rand_send_with(seq2,…)
end
join_none
//Other code
endtask