XML Publisher (Customization of A Seeded Oracle Apps Report)
XML Publisher (Customization of A Seeded Oracle Apps Report)
requirement :
1. The Report should be registered as a new Concurrent Program in Oracle Applications and the
output format in Excel and in Tabular format.
2. The Report should display all those columns which the seeded report displays.
Solution:
3. Open .rdf file from Oracle Reports Builder. Save this file using ‘Save As’ option by saving this
file as per naming conventions.
The Report should have a blank Report Layout.
4. BEFORE REPORT Trigger :
function BeforeReport return boolean is
begin
SRW.USER_EXIT('FND SRWINIT');
return (TRUE);
end;
7. Query the Seeded Concurrent Program ‘Active Users’ in Concurrent Programs Form.
8. Click on the Push Button ‘Copy to…’. Short Name of the Concurrent Program is the Report .rdf
File Name and Application Custom Development.
9. Select the Concurrent Executable which you had defined earlier and choose the Output format
as XML.
12. Open Microsoft Word and click on the Tab Oracle BI Publisher/XML Publisher next to the Help
in Menu Bar. Load Sample XML Data and select the .xml file you had saved earlier.
13. Once the file is selected, it would display ‘Data Loaded Successfully’
14. Insert all the fields.
16. Click on the Templates Tab to create a new Template and to assign the Data Definition to the
Template.
17. Click on Create Template push button and provide the details and click on the Update push
button to save the changes.
18. Run the Concurrent Program from the Responsibility’s SRS Form. The Template reflects
accordingly in the Layout Field. Click on the Options push button to change the Output Format.
19. Click on the Submit push button to Submit the Concurrent Program. Once the program
completes with Normal status, we can click on ‘View Output’ .