I would like to get a list of all the permission sets that have been assigned to a user, whether directly or indirectly. I can currently get a list of the directly linked permissions but we have some permission sets that are made up of other permissions.
e.g.

If a user has been assigned this permission I can see:
User: BLOGGS
FND_ROLE: BA_BARS_ADMIN
What I would like to see is:
User: BLOGGS
FND_ROLE: BA_BARS_ADMIN
FND_ROLE: FND_RUNTIME
Is this possible?