R12/CE: NullPointerException Accessing Some Branches Where the Branch Type is Null
(Doc ID 1516470.1)
Last updated on SEPTEMBER 14, 2021
Applies to:
Oracle Cash Management - Version 12.1 to 12.2.7 [Release 12.1 to 12.2]Information in this document applies to any platform.
Symptoms
Upgraded from 11i to R12, and noticed Bank Branch Type is now a required field. This can cause the following error:
EVENT:[ce.bankaccount.webui.BranchInfoCO]:OAF LOG: Event : Call Process Request, in: oracle.apps.ce.bankaccount.webui.BranchInfoCO: Entering Process Request
UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.NullPointerException;
UNEXPECTED:[UNEXPECTED_OA_EXCEPTION: user name = USERNAME: responsibility name = RESPONSIBILITY_NAME root region = /oracle/apps/ce/bankaccount/webui/BranchInfoPG transaction id = 99999999]:oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.NullPointerException;
at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:661)
....
## Detail 0 ##
java.lang.NullPointerException
at oracle.apps.ce.bankaccount.webui.BranchInfoCO.processRequest(BranchInfoCO.java:105)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:645)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:283)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1503)
UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.NullPointerException;
UNEXPECTED:[UNEXPECTED_OA_EXCEPTION: user name = USERNAME: responsibility name = RESPONSIBILITY_NAME root region = /oracle/apps/ce/bankaccount/webui/BranchInfoPG transaction id = 99999999]:oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.NullPointerException;
at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:661)
....
## Detail 0 ##
java.lang.NullPointerException
at oracle.apps.ce.bankaccount.webui.BranchInfoCO.processRequest(BranchInfoCO.java:105)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:645)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:283)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1503)
Changes
Migrated setup.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |