Join the OracleApps88 Telegram group @OracleApps88to get more information on Oracle EBS R12/Oracle Fusion applications.

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.

Sunday, July 29, 2012

Creating Reports in Oracle E-Business Suite Using XML Publisher

Overview
XML Publisher, which is also called Oracle Business Intelligence Publisher (BI Publisher), is a template-based reporting tool that leverages standard technologies for data extraction and display. Business users can build the layout and rules for the report themselves by using common desktop tools. Development engineers can concentrate on extracting data in the most efficient manner. Deployment time is faster. Also, business users with minimal training can design templates and reports based on the data sources provided by engineers, thus greatly reducing the cost of ownership.
Scenario
This tutorial describes how to create a layout template for the Receivables Customer Balance Letter (ARXCOBLX). You create a letter that shows the outstanding balance for a customer. This letter contains a table of all unpaid or partially paid invoices. You will then deploy the template to the Template Manager, run the report, and generate an output.
This course covers:
  • Data: You use a predefined Oracle Reports report from the Receivables, Vision Operations (USA) application. This report is used as a data model for your report and generates data in XML format. You use this XML file to create your layout template.
  • Layout Templates: You create a layout template for this report by using the BI Publisher Template Builder, an Add-in for Microsoft Word. BI Publisher Template Builder is one of the components that is installed with the BI Publisher Desktop.
  • Template Manager: You deploy your layout template by using the Template Manager in E-Business Suite. You can deploy multiple templates for the same report, run the report in E-Business Suite with any one of the layout templates, and then view the output.
  • Delivery: You can generate the report output in E-Business Suite with your template and deliver it via multiple delivery channels based on the choice of the end user or the recipient. Note: This is not covered in detail in this tutorial.
Because, this complete process is integrated into the Concurrent Manager, users will have the same report submission experience they currently have.
Prerequisites
To complete this tutorial, you should have:
1.
The E-Business Suite 11.5.10 instance or higher. This tutorial is based on the E-Business Suite R12 instance.
You must have the following responsibilities:
- XML Publisher Administrator
- System Administrator
- Receivables, Vision Operations (USA)
2.
Java Runtime Environment (JRE) 1.4. and Microsoft .Net 2.0 on your Windows PC
3.
Microsoft Word 2000 or Microsoft Word 2003 on your Windows PC

Note: Screen captures for this tutorial were taken in a Windows XP environment. Start menu options may thus vary slightly.

Install Oracle XML Publisher Desktop/BI Publisher Desktop
You can use XML Publisher Desktop / Template Builder 5.6.3 or any later versions. In this tutorial, BI Publisher Desktop 10.1.3.2.1 is used. You can download the BI Publisher Desktop from here.
1.
Download the BI Publisher Desktop by clicking the BI Publisher Desktop 10.1.3.2.1 for Windows link on the page link given above. You can save the download anywhere (for example, in C:\temp). After the download is complete, install BI Publisher Desktop. Open File Explorer and navigate to the download directory (for example, C:\temp). Double-click BIPublisherDesktop.exe to start the installation process. A set of installation wizard pages guide you through the installation process.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_10.gif
2.
Select English, and then click Next.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_20.gif

3.
On the InstallShield Wizard screen, click Next.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_30.gif


4.
Enter the location where you want to install BI Publisher Desktop and click Next.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_40.gif

The installation proceeds:
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_50.gif
5.
When the installation is complete, click Finish.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_60.gif
6.
After BI Publisher Desktop is installed, open Microsoft Word. Note a menu item named Oracle BI Publisher on the menu bar and a new toolbar.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t1_70.gif
Set the Oracle Reports Report Output to XML
The first task is to set the Oracle Reports report to generate XML output. You do this as the System Administrator in the definition of the Concurrent Program for the Oracle Reports report.
1.
Log in to your E-Business Suite instance.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_10.gif

2.
Open the System Administrator responsibility. However, the screen below may not match with your environment. It depends on the responsibilities that you have. You may have to scroll down, and then click System Administrator.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_05.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_20.gif
3.
Click the Define link from Concurrent: Program.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_30.gif
4.
Click Run, if the Warning - Security window is displayed.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_40.gif
5.
The Concurrent: Programs window appears. Select View > Query By Example > Enter from the Applications menu. Note that the color of the fields change to blue. You can also press [F11] to enter the query mode.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_50.gif
6.
In the Short Name field, enter ARXCOBLX. ARXCOBLX is the short name for the report. You should always use this name to reference the report. Change the Output Format field to XML by using the drop-down list.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_60.gif

7.
Run the query through Concurrent Programs. Select View > Query By Example >
Run from the Applications menu to run the query. Alternatively, you can press [CTRL] + [F11]
to run the query.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_70.gif
8.
After the query is executed, note that the rest of the fields get filled up automatically.
Save the results by clicking the Save icon from the Applications menu.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t2_80.gif
Use Concurrent Manager to Create a Sample XML File
To generate a sample XML data file for the Customer Open Balance Letter, you need to submit a request through Concurrent Manager to run the report and create the output in XML format.
1.
Go to the E-Businee Suite's Home page and change the responsibility to Receivables, Vision Operations (USA). Click Receivables, Vision Operations (USA) in the left navigation bar. However, the screen below may not match with your environment. It depends on the responsibilities that you have.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_05.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_10.gif
 
2.
Scroll down and click Run link from Control : Requests to open the request submission form. You may have to wait for the Applications form to appear the first time you access it.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_20.gif
3.
The Submit a New Request dialog box appears. Select the Single Request option and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_30.gif
4.
In the Submit Requestdialog box, click the ellipses (...) next to the Name field.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_40.gif
5.
The Reports search dialog box appears. Enter customer% and click Find.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_50.gif
6.
Select Customer Open Balance Letter from the list and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_60.gif


7.
Click on the Parameters field to enter other values for the report, a Parameters dialog box comes up.
In the As of date field enter: 01-Jan-2006.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_70.gif

8.
To enter the customer name, scroll to the right and click the ellipses (...) next to the Customer Name From field. In the Longlist dialog box, enter a% and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_80.gif
9.
Select A. C. Networks from the list and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_90.gif
10.
Note that A. C. Networks is entered in both the Customer Name From and Customer Name To fields. Click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_100.gif
11.
To submit the request, click Submit.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_110.gif
12.
A Decision dialog box appears. Note the Request ID and click No, because you would not be submitting any requests now.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_120.gif
13.
From the Applications menu, select View > Requests.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_130.gif
14.
In the Find Requests window, select the All My Requests option and click Find.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_140.gif
15.
In the Requests window, search for your Job ID and check the status of the job. If the job is completed, click the View Output button.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_150.gif
16..
View the report in a browser. Because no template is associated with the report and you have requested an XML output, the report is an XML file. Save the XML file as customer.xml in your local drive.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_160.gif


Create an RTF Template
BI Publisher supports several types of templates. RTF templates are the most common and provide a wide range of output formats. You can use the BI Publisher Template Builder, which is an Add-in to Microsoft Word, to build an RTF template. Make sure that you have installed Template Builder or BI Publisher Desktop before creating the templates. You use an existing RTF template file named Balance Letter Start.rtf. Download the starting template from here and save the RTF file in C:\temp.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Load XML Data in a Word Template
You open a layout template and load the XML data. To load the XML data, perform the following steps:
1.
Open the file named Balance Letter Start.rtf in Microsoft Word. This is a predefined template. In this template, the header, footer, Oracle logo, and page numbering in the header is added. It also has a text in the footer. These are done using the Microsoft Word features. Any image can be inserted by using the Insert > Picture > From File from the Microsoft Word menu.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t41_10.gif

 
2.
Select Data > Load XML Data from the BI Publisher menu.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t41_20.gif
3.
In the Please select XML data dialog box, select the customer.xml file and click Open.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t41_30.gif
4.
When the "Data loaded successfully" message appears, click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t41_40.gif


Insert Form Fields
To insert form fields in the customer letter, perform the following steps:
 
1.
Select <INSERT ADDRESS HERE> and select Insert > Field from the BI Publisher menu.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_10.gif
 
2.
Select Customer Name from the Field dialog box and click Insert.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_20.gif
3.
Place the cursor in the line below Customer Name and select Address Line 1. Click Insert. Similarly, insert Address Line 3, Address Line 4, City, State, and Country. Close the Field dialog box.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_30.gif
4.
Select <INSERT DATE HERE>. Select Insert > Field from the BI Publisher menu. Select C As of Date Display and click Insert.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_40.gif


5.
Similarly, change the other fields as follows:
<INSERT CURRENCY CODE HERE> as TRX CURRENCY CODE
<AMOUNT> as C_INV_OPEN_BALANCE
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_50.gif
6.
Click File>Save from Microsoft Word menu to save the template. Click Preview>PDF from BI Publisher menu to view the report in PDF.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_55.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t42_60.gif


Create a Table
In this letter, you create a table of all unpaid or partially paid invoices. To create the table, perform the following steps:
1.
Select the text <INSERT TABLE OF INVOICES HERE> in the layout template. Select Insert > Table Wizard from the BI Publisher menu.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_10.gif
2.
In the Table Wizard window, select the Table option and click Next.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_20.gif

3.
For Grouping Field, select the last item with List of Invoices from the drop-down list. Click Next.

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_30.gif
4.
Select the fields shown in the image below and move them to the right column. Click Next.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_40.gif
5.
In the Group By window, click Next. There is no group for the data in the letter.

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_50.gif

6.
In the Sort By window, select Transaction Date from the drop-down list. Let the sort be Ascending order, which is the default. Click Finish.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_60.gif

7.
Your template should appear similar to the image below. Use the Microsoft Word features to modify the look and feel, and adjust the columns of the template.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_70.gif
8.
Use the Microsoft Word features to change the column headings as shown.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_80.gif
9.
Enter a new row at the end of the table to display the total for Amount Due. Place the cursor inside the last row and from the menu, select Table > Insert > Rows Below. Enter Total for the Amount column in the new row.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_90.gif
10.
Add the total of Amount Due for the customer in the last column.
Click anywhere in the empty cell to the right of the Total cell. Select Insert > Field.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_100.gif
11.
In the Field window, select Trans Amount Remaining and sum from the Calculation drop-down list.
Click Insert, and then click Close.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_110.gif
12.
Your table should appear similar to the image below:
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_120.gif

13.
For better reading, change the data type and format for the date and amount fields.
Select and double_click the C_AS_OF_DATE_DISPLAY field.
The Text Form Field Options window appears. Change Type to Date.
Change the date format as shown below.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_130.gif
14.
Similarly change the format for the Transaction Date column.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_140.gif
15.
Select and double-click TRANS_AMOUNT. Select the Number format $#,##0.00
and edit it as shown below. Enter $999 in the Default number field. Click OK. Similarly,
change the format for Trans Amount Remaining and sum Trans Amount Remaining.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_145.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_150.gif
16.
Select TRX_NUMBER and click the Center align icon on the Microsoft Word toolbar. Similarly, center-align the Date field and right-align all the amount fields.

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_160.gif
17.
Save the template as Balance Letter - Template.rtf and preview in PDF format.
Select Preview > PDF from the BI Publisher menu. The preview report displays with the sample data.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_170.gif
You can add other Microsoft Word features to the template.


Create a Data Definition for the Report
To publish your report, you must register the data source that would be merged with the template. When you register your layout template file (in the next section), you must assign to it a data definition that exists in the Template Manager. This associates the two at run time. Note that multiple templates can use the same data definition.
To create a data definition, perform the following steps:
1.
Log in to E-Business Suite and click XML Publisher Administrator to change to the XML Publisher Administrator responsibility. However, the screen below may not match with your environment. It depends on the responsibilities that you have.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t51_05.gif
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t51_10.gif

2.
Click the Data Definitions link and you will be on the Data Definition tab for XML Publisher. Click the Create Data Definition button to create a new data definition.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t51_20.gif
3.
Under Create Data Definition, fill the form as shown below. It is critical that you use the correct short name of the Concurrent Program - ARXCOBLX to correctly link this data definition to the underlying Concurrent Program and Oracle Reports report. For the Name field, you can use whatever you like. In this tutorial, use "Customer Balance Data Definition." Click Apply.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t51_30.gif

4.
You should see a confirmation message. Now you have successfully created the data
definition for the Customer Balance Letter.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t51_40.gif


Use the Template Manager to Upload the Template

1.
On the Template tabbed page for XML Publisher, click Create Template.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t61_10.gif
 
2.
Enter the template name as Customer Balance Letter - Template. Select Application name as Receivables using the Lookup icon. Enter code as ARXCOBLX.

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t61_20.gif
3.
Click the Lookup icon next to the Data Definition field, enter cust%, and then click Go.
Select the Customer Balance Data definition option from the list and click Select.

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t61_30.gif

4.
Select the template type as RTF from the Type drop-down list. Remember, you had saved your template as an RTF file.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t61_40.gif
5.
You now need to upload the template that you created in Microsoft Word.
To select the template file you created, scroll down to the Template File section.
For File, browse and open the file called Balance Letter - Template.rtf.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t61_50.gif

6.
Select the Language as English.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/view_image.gif
7.
Here is what your template form should look like. Click Apply.
You should get a message that your template has been created successfully.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t61_80.gif
 

Run the Report with the Template
1.
Change to the Receivables, Vision Operations (USA) responsibility from the E-Business Suite Application Home page. Click Run link from Control : Requests.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_10.gif
 
2.
The Submit a New Request window appears. Select the Single Request option and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_20.gif
3.
In the Submit Request window, click the ellipses (...).
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_40.gif

4.
The Reports search window appears. Enter customer% in the Find field and click Find.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_50.gif
5.
Select Customer Open Balance Letter from the list and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_60.gif

6.
Click on the Parameters dialog box, where you will enter other values for the report.
In the As of date field enter 01-Jan-2006.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_70.gif
7.
To enter the customer name, scroll right and click the ellipses (...).
In the Longlist dialog box, enter a% and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_80.gif
8.
Select A. C. Networks from the list and click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_90.gif
9.
Note that A. C. Networks is automattically entered in both the Customer Name From and Customer Name To fields. Click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_100.gif
10.
Note that in the Layout field, the layout template file is listed. Click the Options button to see the other options that you can set after the report is completed.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_50.gif
11.
The Upon Completion... Window appears. In this window, you can specify what actions can be taken after the job is executed. You can notify one or more people about the report. You can send the report to be printed. For the purpose of this tutorial, you do not print it. Click OK.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_55.gif
12.
You return to the Submit Request window. Click Submit to execute the request.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_57.gif
13.
Note the Request ID that is displayed in the the Decision dialog box and click NO.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_60.gif
14.
From the Applications menu, select View > Requests.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_130.gif
15.
In the Find Requests window, select the All My Requests option and click Find.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t3_140.gif
16.
In the Requests window, search for your Job ID and check the status. If the job is completed, click the View Output button.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t71_70.gif
17..
Click the View Output button to view the report in a browser. Note that the report is displayed with the layout in the template. You can also associate other templates with the same data definition.
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/t43_170.gif

Summary
In this lesson, you learned how to:
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Install Oracle XML Publisher Desktop / BI Publisher Desktop
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Set an Oracle Reports Report Output to XML
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Use Concurrent Manager to Create a Sample XML File
http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Create an RTF Template

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Create a Data Definition for the Report

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Use the Template Manager to Upload the Template

http://www.oracle.com/technology/obe/fusion_middleware/fusion/bi/xmlp_ebiz/images/bullet.gif
Run the Report with the Template

1 comment:

Post a Comment

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
Best Blogger TipsGet Flower Effect