Hello Team,
Is there any database table or view in FND where permission set grant structure details are present.
Hello Team,
Is there any database table or view in FND where permission set grant structure details are present.
Best answer by Thushitha Chandrasiri
Hi
you can use the view fnd_user_role to find which permission sets have been granted to a specific user/users.
And you can use view FND_ROLE to find the details of permission sets (when it was created, which type it is ect..)
And also you can use FND_GRANT_ROLE view to see to which permission sets a certain permission set/sets are granted in the structure.
You can join these views to see some further analytical details.
Thanks,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.