Questions tagged [xml-publisher]

Oracle XML Publisher is a template-based publishing solution delivered with the Oracle E-Business Suite.

Oracle XML Publisher is a template-based publishing solution delivered with the Oracle E-Business Suite.

It provides a new approach to report design and publishing by integrating familiar desktop word processing tools with existing E-Business Suite data reporting.

At runtime, XML Publisher merges the custom templates with the concurrent request data extracts to generate output in PDF, HTML, RTF, EXCEL (HTML), or even TEXT for use with EFT and EDI transmissions

34 questions
9
votes
1 answer

How to print escaped HTML characters in Oracle XML Publisher

I am using Oracle's XML Publisher (based on Oracle XML Parser 10.1.0.5.0) to generate reports from my db using an .RTF template. In my front end the user enters some values in a CK Editor like the following image: In the database the values are…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
3
votes
1 answer

How to print Text 'Continued..." in all pages except last page in XML Publisher Report? This is not the common requirement in the reports

How to print Text 'Continued..." in all pages except last page in XML Publisher Report? I wanted to share the solution with screen shots so that in future this can be referred directly and can be implemented.
Vipul Tewari
  • 41
  • 1
  • 5
1
vote
1 answer

BI Publisher - Display Data Horizontally MONTH

I have the following data model: ABC Monitor 20 APRIL .25 20 PRIMARY CNTR000000 - DICS Hourly 75 MARCH .25 8 PRIMARY CNTR001111 How to display the result horizontally, like this April, March
1
vote
0 answers

Design of rtf template for multiple data sets

I have a seeded datamodel with two datasets. Dataset D1 has field F1, Dataset D2 has field F2, F3, F4 Example Datamodel:
Avani
  • 205
  • 1
  • 6
1
vote
1 answer

How can use an ORACLS EBS xmlreport parameters from a package-body?

I have recently created a report using Oracle E-business suite, a XML publisher report. In that report I have added 4 parameters and I need to use those parameters from a package body which is a custom request these are the parameters in my xml…
1
vote
2 answers

BI Publisher - ignore section - based on info from XML input data

I have the following scenario: I'm developing a rtf report in BIP desktop 11 containing 3 sections: intro, content, ending. Based on xml input data, each section may generate one or multiple pages. Because each section has it's own unique header and…
1
vote
1 answer

Jenkins NUnit test results analyzer pipeline syntax

Jenkins 2.85 Pipeline Script I am trying to set up the Test Result Analyzer so that I may attach those reports to an email. A TestResult.xml file is created on running my build. I tried running the following line in my test stage: step([$class:…
Lgalan90
  • 595
  • 2
  • 12
  • 31
1
vote
1 answer

XML Publisher Parameter Date Formatting

In XML Publisher template, how can I format the date parameter to DD-Mon-YYYY format? Start Date - With the…
Jacob
  • 14,463
  • 65
  • 207
  • 320
1
vote
1 answer

Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published?

Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published? Please tell me the command of linux through which i can know..or anything
Khan Saadi
  • 29
  • 1
  • 7
1
vote
2 answers

Concurrent program parameter of date type gave error ORA-01843: not a valid month

I have 2 parameters in my report Query of datatype date, I have selected the fnd_standard_date as value set, here is my query Select ordered_date, order_number, customer_id From order_tbl xx Where NVL(:P_ORDER_NUMBER, xx.order_number) =…
Muhammad Nadeem
  • 23
  • 1
  • 10
0
votes
0 answers

Printing rows in a table for RTF using XML Publisher

I have a requirement where I need to print table records as shown in image (two tables - column M, N, O, P, Q for reference). Where record should print from left side of table then continue to print on right side of table . I need to use oracle XML…
Abhijit
  • 13
  • 10
0
votes
1 answer

Total sum not working inside the for-each-group tag in BI Publisher when using Group Left

I have the following template I am trying to upload- This is giving me an output like - This should come like - How can i change the RTF template to get the desired output ?
0
votes
1 answer

BI Publisher - Display Image using the URL in RTF

I am using Word 2019 to create RTF Templates for BI Publisher I have a table ITEM_IMAGE that has a column IMAGE_URL that contains the URL of the image on the internet I need to display the Image using the URL that is there on the field How can I do…
Imran Hemani
  • 599
  • 3
  • 12
  • 27
0
votes
1 answer

Oracle BI Publisher Java APIs convert Chinese characters to question marks (?)

I've BI publisher Desktop installed that helps us to generate and visualize PDF from RTF file with sample data. RTF file which we are using is a mix of English and Chinese characters and with sample XML data , we are able to see PDF as we…
Sid
  • 471
  • 1
  • 6
  • 19
0
votes
1 answer

Total sum not working inside the for-each-group tag in BI Publisher

I have the following template I am trying to upload- This is giving me an output like - This should come like - How can i change the RTF template to get the desired output ?
SSA_Tech124
  • 577
  • 1
  • 9
  • 25
1
2 3