Tuesday 3 November 2015

Solution for OAF Error "oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility."



ERROR
-----------------------
oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility.
at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)

STEPS TO REPRODUCE
-------------------------
The issue can be reproduced at will with the following steps:
1. Setting Up JDeveloper Development Environment
2. Follow the JDeveloper guide to do the 'Hello World' demo
3. Test demo

The issue occurs because the user didn't assign responsibility 'FWK_TBX_TUTORIAL' and 'FWK_TOOLBOX_TUTORIAL_LABS' to applications user.

---------------------------------------------

Solution:
To implement the solution, please execute the following steps:

1. From the responsibility: System Administrator.

2. Navigate to Security > User > Define.

3. Query up the applications user using 'Ctrl + F11'.

4. Assign responsibility OA Framework ToolBox Tutorial (responsibility key:'FWK_TBX_TUTORIAL' and 'FWK_TOOLBOX_TUTORIAL_LABS') to the user.

5. Save the changes and retest the issue.

1 comment:

  1. Hi
    I have applied all changes which is suggested above still error comes :-
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility.

    ReplyDelete

AP Invoice Notes related Table details in Oracle Fusion

 What is the table that stores the AP Invoice notes? AP notes are stored in ZMM_NOTES table with SOURCE_OBJECT_CODE = 'AP_STANDARD_INVOI...