1.Define new concurrent program in EBS with required parameters.
2.Develop the SQL to fetch the data for the report.
3.Download and compile the helper PLSQL package xxxdo_generate_xml.sql
4.Execute the below script with SQL and concurrent program short name as parameters.
5.Save the DBMS output as XML data template file.
6. Upload the data template to Oracle using XML Publisher reponsibility
7. Submit the concurrent request to make sure that XML output is being generated.
The next step is to develop the layout. This is quiet userful to rapidly develop XML publisher reports from relatively simpler SQL.
1 comment:
Quite useful one while doing reports with more columns.
Thanks Binuraj.
Post a Comment