Posts Tagged ‘xml publisher’
Integration of Oracle Apps and XML Publisher
XML Publisher is important for Oracle Applications, especially for Oracle Reports. Tim dexter’s post mentions the fact that Oracle is now internally converting all of the EBS Oracle Reports to XML Publisher. For all intents and purposes we can safely say that Oracle Reports in the Ebusiness suite are dead and burried (As will Oracle Forms be in a while in favour of the J2EE stack. That at least is my humble opinion. But that’s food for another post). In this post I will cover the issues on how to integrate Oracle E-business Suite Reports and XML Publisher.
Oracle BI Report Migration Utility
BI Publisher provides a utility to facilitate the conversion of Oracle Reports (version 9i and later) to BI Publisher Reports. The conversion is a two-step process requiring a data model conversion and a layout conversion using the following new APIs:
- DataTemplateGenerator API converts the Oracle Reports data model to an XML Publisher data template.
- RTFTemplateGenerator API converts the Oracle Reports layout to an XML Publisher RTF template.
While using this utility, I ran accross a number of errors and an incomplete user guide. Migrating Apps Reports is certainly not a straightforward task. So lets look into this migration utility.
BI Publisher 5.6.3
Oracle BI Publisher (XML Publisher) 5.6.3 is out. Check out Tim Dexter’s Blog.
Patch is 5472959 – XDO/ORACLE XML PUBLISHER OA ROLLUP PATCH 5.6.3
A selection of the new features:
- Template Builder Enhancements and Name Change
- Report Migration Utility
- Support for Rotated Text in RTF Templates
- Conditional Formatting Enhancement in RTF Templates
- Data Template Enhancements
I’m particularly interested in the Report Migration Utility:
XML Publisher provides a utility to facilitate the conversion of Oracle Reports (version 9i and later) to XML Publisher Reports
I will be coming out with a white paper on how to use this utility soon.
PeopleSoft export to formatted MS Word file using XML templates
You don’t need a program like Oracle XML Publisher to present a PeopleSoft user a formatted MS Word file, filled with PeopleSoft data. If you want to export PeopleSoft data to a formatted MS Word file, just follow these few simple steps:
In detail:
Example:
&sUrl = %Request.RequestURI | “?ICType=Script&ICScriptProgramName=DERIVED_REC.CALL_ISCRIPT.FieldFormula.ISCRIPT_XML_RESPONSE”;
ViewURL(&sUrl);
In newer versions you can use functions like GenerateScriptContentURL to compose the IScript URL.
A couple of notes: