Tuesday, February 19, 2013

creating responsibility in oracle apps R12

Log in to Oracle apps front end.
Select the System Administrator Responsibility
Navigation : Security -> Responsibility ->Define







Enter the Responsibility name , Application Name, Responsibility Key , Menu and Data group details.

Then Click on the SAVE button.
The responsibility will be saved in the system. From back end you can check by using the below query.

select * from fnd_reponsiblity_tl where responsibility_name like '%name%'

Once the responsibility is saved successfully. Then assign the user to the responsibility.

Switch the menu to user (Security -> User->Define)
Query the user name to which you want to add the responsibility. Then add the responsibility to the user.


No comments:

Post a Comment