Steps To Make A XML Report For Oracle EBS R12
Steps To Make A XML Report For Oracle EBS R12
Introduction
These are general, brief, steps to create an XML report in Oracle EBS R12 Application.
Work is done from 3 places:
1. Oracle Report builder ( to generate the .rdf file),
2. MS word with BI Publisher Add-in installed ( to design the XML template .rtf file)
3. Oracle EBS Application responsibility (XML Publisher Administrator) and ( Application Developer)
This allows users to submit a report request and view output in Excel, Word, PDF, or PowerPoint with RTF format.
Begin with Oracle Report Builder
1- Go create a query you want in a RDF report, do not bother with formatting the RDF layout.
2- Go to Application Developer responsibility; and create a new EXECUTABLE under the proper TOP (Application).
3- Ask DBA to upload the RDF to the database under the TOP you created (Application).
Creating the Concurrent Program
4- From same responsibility; create a new concurrent, and link it with the EXECUTABLE created in previous step.
Note the Application Short name of your concurrent, it is good practice to keep concurrent short name as the
executable name.
5- In Concurrent, change output type from TEXT and make it = XML.
6- Add parameters are needed ( optional )
7- The concurrent is now ready; add it to the REPORT group of the responsibility you need.
8- Run the concurrent from app and extract XML file. Save it from browser with xml extension, e.g. (xxx.xml).
Word : the XML Template (.rtf) file
1415161718192021-
At the end make sure the Application is matching in concurrent, the Data Def. & Template. The Executable can be
linked to a different application.