How to access randomized sequence_item from another sequence?

I have a testbench where I have two sequences: sequenceA and sequenceB with their corresponding sequence items (sqitemA and sqitemB). sequenceA is input to my DUT and randomly generates the values for sqitemA.

Now, I need to access some of these generated random fields in sqItemA to create a related sqItemB for my sequenceB.

Does UVM provide a mechanism to do this?

In reply to satishsa:

You’re going to have to look at virtual sequences if you want to coordinate between multiple sequences.