0% found this document useful (0 votes)
159 views11 pages

XML Publisher (Customization of A Seeded Oracle Apps Report)

The document provides instructions to customize the seeded Oracle Applications report "Active Users" to be registered as a new concurrent program that outputs in Excel and tabular format. The key steps are: 1. Identify the seeded concurrent program and copy its .rdf file locally. 2. Modify the .rdf file to have a blank report layout and before/after report triggers. 3. Copy the customized file to the custom reports directory, define a new concurrent executable, and copy the seeded program details to the new one while changing the output format to XML.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views11 pages

XML Publisher (Customization of A Seeded Oracle Apps Report)

The document provides instructions to customize the seeded Oracle Applications report "Active Users" to be registered as a new concurrent program that outputs in Excel and tabular format. The key steps are: 1. Identify the seeded concurrent program and copy its .rdf file locally. 2. Modify the .rdf file to have a blank report layout and before/after report triggers. 3. Copy the customized file to the custom reports directory, define a new concurrent executable, and copy the seeded program details to the new one while changing the output format to XML.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 11

Customize the seeded report ‘Active Users’ using XML Publisher as per the below mentioned

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:

1. Identify the seeded Concurrent Program ‘Active Users’ Concurrent Executable.


2.Copy the FNDSCURS.rdf file from $FND_TOP/reports/US directory to local PC.

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;

AFTER REPORT Trigger :


function AfterReport return boolean is
begin
srw.user_exit('FND SRWEXIT');
return (TRUE);
end;

5. Copy the Custom File to $CUST_TOP/reports/US/ directory


6. Define the Concurrent Executable :

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.

10. Assign this Concurrent Program to your Responsibility’s Request Group


11. Run the Concurrent Program from SRS Form. The Program should complete with Normal
status. Click on View Output push button and save the xml output as .xml file in local PC.

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.

Remove the following columns /fields from the layout.


AF_SRWINIT
AF_SRWINIT1
15. Save the File in the Format .rtf (Similar to Report File Name, Executable Short Name,
Concurrent Program Short Name).
Navigate to XML Publisher Administrator Responsibility -> Home -> Data Definitions.
Click on Create Data Definitions push button.
Provide the details and click on the Apply push button to save the changes.

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’ .

You might also like