Skip to main content
Question

Import / Migration Job for User Grants

  • November 2, 2020
  • 3 replies
  • 505 views

Forum|alt.badge.img+2
  • Do Gooder (Employee)
  • 2 replies

Hi

Does anyone have a migration job that can import User Grants, i.e. User link to Permission Sets.

(I am not referring to the IMPORT EXPORT USER GRANTS function below, but rather a MIG job that can import this from an Excel, text or csv)

 

 

3 replies

durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Superhero (Customer)
  • 525 replies
  • November 2, 2020

We use PL/SQL when we need to do a lot of this.

BEGIN
   fnd_user_role_api.set_role('USER1', 'PERMISSION_SET1', TRUE);
   fnd_user_role_api.set_role('USER1', 'PERMISSION_SET2', TRUE);
   fnd_user_role_api.set_role('USER2', 'PERMISSION_SET1', TRUE);
   fnd_user_role_api.set_role('USER2', 'PERMISSION_SET2', TRUE);
   security_sys.refresh_active_list__(0);
END;
/

If you don't like that, you might consider building your own import XML. I’m attaching a template you might use to do this in Excel.


  • Superhero (Employee)
  • 1427 replies
  • November 3, 2020

You can use FND_USER_ROLE_API in a migration job. If you need to grant more than one role you’d need to have multiple records in the Method List, something like below.
 

 


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Employee)
  • 2 replies
  • November 3, 2020

Thanks to both. We have a user that has access to several EU roles. I think MIG job could work easier.

I will also post if I have any other solutions I come across.

Our input file looks something like below

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings