XML Bursting Steps
XML Bursting Steps
1) Create a table
CREATE TABLE xx_managers ( manager_no INTEGER
, manager_name VARCHAR2(200)
, manager_email VARCHAR2(100) ) ;
SELECT *
FROM xx_managers;
Fnd_request.submit_request is called from After Report Trigger to submit the Standard Program (XML Publisher Report Bursting Program)
which is used for sending mails by accessing Busting Control File.
XXAC_BURSTING_TE
ST.zip
6) Create Executable
7) Create Concurrent Program.
9) Run the Concurrent Program and save the XML tags with .xml extension.
XXAC_BURSTING_TE XXAC_BURSTING_TE
ST_XML.txt ST.zip
11) Create the Busting File and save it with .xml only
XXAC_BURSTING_PR XXAC_BURSTING_PR
G.txt G_TEST.zip
The .rtf Path mentioned in the bursting file should be registered in the temporary Directory of XML Publisher. For the Registered path:
/u02/oracle/IGDEV/apps/apps_st/appl/xbol/12.0.0/datafile
12) Move the .rtf to the above mentioned path as shown below.
XXAC_BURSTING_TE
ST.rtf
13) Upload the Bursting File in the Bursting Control File section of Data Definition
XXAC_BURSTING_TE
ST_2.pdf
XXAC_BURSTING_TE
ST_6.pdf
17) As we are submitting the program XML Publisher Report Bursting Program through Fnd_request.submit_request in After Report Trigger,
XML Publisher Report Bursting Program is submitted by taking the report Request_Id as Parameter.
If we dont submit/Call the Program in After Report Trigger then User has to manually submit the XML Publisher Report Bursting Program by passing the
Request_Id of the Report.
Mails will be forwarded to the respective person mail ids.
XML_Bursting_ldts.zi
p
XML TEMPLATE
Standard Program Executable & Conc Prgm (XML Publisher Report Bursting Program):
Different Scenarios in sending mail using XML BURSTING File: Above attached bursting File is used for sending mail only for single recipient.