Thursday 10 March 2016

How to assign responsibilities of one user to another user without using front end oracle apps

In this post we will get to know how to assign all the responsibilities of one user to another user without opening form sessions.

Here we are downloading all the responsibilities of SYSADMIN user and uploading all these responsibilities to user 'NEWUSER'. 

Download Responsibilities:

FNDLOAD apps/<appspwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct XX_FND_USER_NEWUSER.ldt FND_USER USER_NAME='SYSADMIN'

Upload Responsibilities:

Now we can upload this file to user 'NEWUSER' using below FNDLOAD

FNDLOAD apps/<appspwd> 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct XX_FND_USER_NEWUSER.ldt FND_USER USER_NAME='NEWUSER


(Note: Make sure that you have this application user 'NEWUSER' has to be created before upload responsibilities.)

In my case, We are assigning SYSADMIN responsibilities to NEWUSER.

No comments:

Post a Comment