Are Permission Sets data (Method Objects) stored in a table? I need to know where I can find this data? This shows a visual chech box of object method that are granted to a permission set. Where is this data stored?

Are Permission Sets data (Method Objects) stored in a table? I need to know where I can find this data? This shows a visual chech box of object method that are granted to a permission set. Where is this data stored?

Best answer by SimonTestard
To clarify
Security_Sys_Privs_Tab will contain the packages that are Granted for Execution
Security_Sys_Tab will contain the Package Methods that are REVOKED from permissions, meaning that the Role cannot execute that specific method.
So:
If you see Customer_Agreement_Api in Security_Sys_Privs_Tab, but you do NOT see its method Modify__ in Security_Sys_Tab, this means the Role CAN execute Customer_Agreement_Api.Modify__
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.