Accounting Setup Manager Error On Update Subledger Level Reporting Currency JBO-27122
(Doc ID 1933258.1)
Last updated on JANUARY 11, 2024
Applies to:
Oracle General Ledger - Version 12.1.3 and laterInformation in this document applies to any platform.
JBO-27122
Accounting Setup Manager
Symptoms
In Accounting Setup Manager, select the update icon (pencil) for the reporting currency and receive the error immediately:
You have encountered an Unexpected error.Please contact your System Administrator for Assistance.
click here for exception details.
clicking on this link returns:
Exception Details.
oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT GLJEInclusionRulesEO.JE_RULE_SET_ID,
GLJEInclusionRulesEO.JE_SOURCE_NAME,
GLJEInclusionRulesEO.JE_CATEGORY_NAME,
GLJEInclusionRulesEO.USER_UPDATABLE_FLAG,
GLJEInclusionRulesEO.INCLUDE_FLAG,
GLJEInclusionRulesEO.CREATION_DATE,
GLJEInclusionRulesEO.ROWID,
DECODE(decode(GLJEInclusionRulesEO.JE_SOURCE_NAME,
'Other', decode(GLJEInclusionRulesEO.JE_CATEGORY_NAME, 'Other', 'N',
NVL(GLJEInclusionRulesEO.USER_UPDATABLE_FLAG, 'Y')),
'Revaluation', decode(GLJEInclusionRulesEO.JE_CATEGORY_NAME, 'Other',
decode((select LRL.target_ledger_category_code from gl_ledger_relationships LRL
where LRL.gl_je_conversion_set_id = GLJEInclusionRulesEO.JE_RULE_SET_ID)
,'SECONDARY','N',
NVL(GLJEInclusionRulesEO.USER_UPDATABLE_FLAG, 'Y'))
,NVL(GLJEInclusionRulesEO.USER_UPDATABLE_FLAG, 'Y'))
,NVL(GLJEInclusionRulesEO.USER_UPDATABLE_FLAG, 'Y'))
, 'N', 'unassignDisabled'
, 'unassignEnabled') RULE_UNASSIGN
FROM GL_JE_INCLUSION_RULES GLJEInclusionRulesEO
WHERE GLJEInclusionRulesEO.JE_RULE_SET_ID = :1) QRSLT ORDER BY USER_UPDATABLE_FLAG desc, DECODE(USER_UPDATABLE_FLAG, 'N', JE_SOURCE_NAME, 'USER_ENTERED'), DECODE(USER_UPDATABLE_FLAG, 'Y', CREATION_DATE, SYSDATE) desc
at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886)
at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.j
This was working in the past until you applied patch 7126482. Post patching, this error is generated when selecting the update icon.
File versions released by this patch on top of 12.1.3
java/asflow/config/server/GLJEInclusionRulesVO.xml 120.3.12010000.2
java/asflow/config/server/GLLedgerConfigurationsAMImpl.java 120.152.12010000.7
java/asflow/config/webui/ConfigPLtoSLMapPageCO.java 120.20.12010000.2
patch/115/import/US/b7126482.ldt 120.0.12010000.2
patch/115/sql/glrascs3.sql 120.0.12010000.2
src/post/glpcsl.lpc 120.9.12010000.20
The issue may also be seen in release 12.2.
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 |
Cause |
Solution |
References |