Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bursting control file

1004874Apr 30 2013 — edited Apr 30 2013
Hi all
I wrote a bursting control file and I attached it to a data defention And I added the trigger to the rdf file
but it is not working I need to know my mistake could you gave a look at it


<?xml version="1.0" encoding="UTF-8" ?>
- <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
- <xapi:request select="/concurent program short name/LIST_G_COMMENTS/LIST_G_ADD1">
- <xapi:delivery>
- <xapi:email id="123" server="relay" port="25" from="mail" reply-to="">
<xapi:message id="123" to="mail@mail.mail" cc="${CC_MAIL}" attachment="true" subject="Notification ofitems PO: ${SEGMENT1}">Dear Valued Vendor, Please find the Attachment .</xapi:message>
</xapi:email>
</xapi:delivery>
- <xapi:document output="template name " output-type="pdf" delivery="123">
<xapi:template type="rtf" location="xdo://XXXX.TEMPLATE NAME .en.00/?getSource=true" filter="" />
</xapi:document>
</xapi:request>
</xapi:requestset>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2013
Added on Apr 30 2013
2 comments
2,247 views