There is no 'link' between what was rolled back (from the db dump) and what actually shows up later as a committed transaction that's applied via the DSI.
What comes across in the db dump is an incomplete copy of what's still in the PDB. The incomplete transaction is rolled back and discarded by the RDB.
When the transaction finally commits in the PDB it is forwarded to, and applied by, the DSI.