Skip to main content
Solved

Permission Set Grant Structure

  • June 15, 2021
  • 6 replies
  • 683 views

Forum|alt.badge.img+1

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 @Sunny ,

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,

This topic has been closed for replies.

6 replies

Nimesh Kasun
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • June 15, 2021

hi @Sunny,

did you mean to find which permission sets are granted to which user and the permission details?

If yes, you can find the answers here: 

 

/Nimesh


Thushitha Chandrasiri
Superhero (Partner)
Forum|alt.badge.img+21

Hi @Sunny ,

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,


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • June 16, 2021

hi @Sunny,

did you mean to find which permission sets are granted to which user and the permission details?

If yes, you can find the answers here: 

 

/Nimesh

Hello Nimesh,

 

Thanks for your response,

 

I need Database table or view, which has details of ( which permission sets a certain permission set/sets are granted in the structure).

 

Thanks,

Sunny Ahuja


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • June 16, 2021

Hi @Sunny ,

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,

 

Hello Thushitha Chandrasiri,

 

Thanks for your response.

 

Thanks,

Sunny Ahuja


Forum|alt.badge.img+28
  • Superhero (Customer)
  • June 16, 2021

Here is what you want if you need to see the child items in a permission set structure.

@Sunny 

fnd_role_content WHERE object_type = ‘ROLE’


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • June 16, 2021

Here is what you want if you need to see the child items in a permission set structure.

@Sunny

fnd_role_content WHERE object_type = ‘ROLE’

Hello Shawn Berkstresser,

 

 

Thanks for response, 

 

Yes, I am searching this only .

 

Thank you So much.

 

Sunny Ahuja