Thursday, 3 September 2020

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

 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)

at _runregion._jspService(_runregion.java:132)


Reason For Error:-

This issue occurred because the user didn't assign the below responsibilities.

 Solution:-


Add the above responsibilities to the user and retest the issue.


Uploading PO Attachments from EBS to FTP Server

 create or replace PROCEDURE xx_upload_po_attachment(errbuff out varchar2, retcode out number)  IS CURSOR cur_new_attmt IS    select ponumbe...