In this Document
APPLIES TO:
Oracle General Ledger - Version 11.5.10.2 to 11.5.10.2 [Release 11.5.10]
BI Publisher (formerly XML Publisher) - Version 11.5 to 11.5 [Release 11.5]
Information in this document applies to any platform.
Program - Publish FSG Report (XML / BI Publisher)
Program: RGRARG - Financial Statement Generator (FSG)
SYMPTOMS
You upgraded XML Publisher to 5.6.
You attempt to publish a FSG Report in one step.
It fails with error the error:
java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE
TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE
LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE (L.LOB_TYPE = ‘TEMPLATE‘ OR L.LOB_TYPE = ‘MLS_TEMPLATE‘) AND L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE
= :3 AND L.TERRITORY = :4 ) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:357)
at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:193)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:1223)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:814)
at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
Steps to reproduce:
1. General ledger responsibility
2. Other : Request : Submit a new request :Single request
3. "Program - Publish FSG Report" and enter the parameters
CHANGES
Upgraded XML Publisher to 5.
CAUSE
The cause of this problem has been identified in unpublished Bug 5097575 FSG PUBLISHER DOES NOT WORK IN 5.6.1 BUT WORK IN XML PUBLISHER 5.6.
It is caused by XML Publisher, which requires different parameters.
SOLUTION
To Implement the solution take the following steps:
------------------
Apply Patch 5585863 FSG FUNCTIONALITY FOR R11i INCLUDING XML AS OF 10/17/06.
Note: This patch delivers logic to enable you to submit the Program - Publish FSG Report with XDO versions 5.0, 5.5, 5.6.0 and 5.6.1.
1. Download and install Patch: 5585863.
2. Read the readme.txt and ensure all prerequisites are met.
3. Install on a TEST instance experiencing the same issue, after having done appropriate backups.
4. Bounce the server
5. Test the issue
6. If the issue is resolved, migrate to other instances as appropriate.
Still Have Questions?
To discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the My
Oracle Support General Ledger Community.
To provide feedback on this note, click on the Rate this document link.
REFERENCES
BUG:5097575 - FSG PUBLISHER DOES NOT WORK IN 5.6.1 BUT WORK IN XML PUBLISHER 5.6 BUG:5097575 - FSG PUBLISHER DOES NOT WORK IN 5.6.1 BUT WORK IN XML PUBLISHER 5.6 BUG:5585863 - PROGRAM - PUBLISH FSG REPORT DOES NOT WORK FOR XDO 5.6 NOTE:337999.1 - About XML Publisher Release 5.6 NOTE:362431.1 - Publish FSG Report Fails After XML Publisher 5.6.1 Upgrade |