XML Bursting in Oracle Apps

XML Bursting XML Bursting can be used to split one XML File into multiple XML Blocks. These individual xml blocks can then be used to generate reports and even use different layouts. You can also deliver the reports to multiple destinations based on a XML Element. The steps involved are listed below for your understanding: […]

Triggers in XML Data Template

Today I wanted to show you how to define triggers in XML Data Template. This is in continuation to my blog on generating XML Report from XML Data Template. Check the same here. So here is my requirement: Populate a temporary table with the data based on the parameters passed to the Concurrent Program Fetch […]

XML Publisher Report from XML Data Template

How to develop a xml publisher report without using a rdf or sql or pl/sql concurrent program. We can do the same using xml data template as well.
This blog explains a simple xml publisher report developed using the xml data template.