Dunning Letters and XML Publisher

I have created a template for the dunning letter print in applications. When we submit the dunning letter generate process it kicks off the print automatically and this gives us a problem as the print doesn't seem to have the XMLP template associated with it and we get no output. We can work round this by submitting the XML Report Publisher Request to get the dunning letter print as required. We do have the "one step" patch applied and other XML Publisher reports are working seamlessly so how do we get the dunning letters print to work seamlessly when we have no control of the submission?
Any help appreciated.
Thanks,
Dave

Tim
Yes it works fine in preview. Also works OK if I submit XML Report Publisher.
The problem is the template is for the dunning letters print report but we don't actually submit that, we submit the dunning letters generate which kicks off the dunning letter print. I guess the submit process within the generate process does not include the template in the parameters list so there is no output available when it runs.
Only thing I can think of is to modify the print report to submit the XML Report Publisher in the after report trigger but not sure if this is going to work?
I did see a similar query on metalink where the person was told there would be a solution in XMLP5.5 but I can't see anything in the about 5.5 doc that fits this issue.
Any ideas appreciated.
Thanks,
Dave

Similar Messages

  • MD050 for dunning letters utilising XML publisher

    Hi
    Can someone, please, send me an MD050 for dunning letters?
    We will use XML publisher for dunniung letters - but I need to prepare asn Md050 in 1 day..
    Can someone help, please?
    regards
    ilinka
    [email protected]

    Tim
    Yes it works fine in preview. Also works OK if I submit XML Report Publisher.
    The problem is the template is for the dunning letters print report but we don't actually submit that, we submit the dunning letters generate which kicks off the dunning letter print. I guess the submit process within the generate process does not include the template in the parameters list so there is no output available when it runs.
    Only thing I can think of is to modify the print report to submit the XML Report Publisher in the after report trigger but not sure if this is going to work?
    I did see a similar query on metalink where the person was told there would be a solution in XMLP5.5 but I can't see anything in the about 5.5 doc that fits this issue.
    Any ideas appreciated.
    Thanks,
    Dave

  • Dunning Letters and Customer Statements

    Hi All
    Our client does not want to send dunning letters and statements on
    backdated invoices for a particular site or sites.
    Please any clue on how to go about it?
    Thanks in advance.
    Ify

    Hi Chery,
    Thanks for your update, Yes I have reviewed the note
    I am stuck with How to create the xdodelivery.cfg file per Oracle XML Publisher Administration
    Also can you please let me know the process of sending dunning letters automatically to the customers, As there is no standard process. I know we have to customize the process by creating bursting program and add to the request set, but I am nor aware of the process. I have seup the process till running the IEX: Send Dunnings for Delinquent Customers programm and displaying the reminders of the customers which have setup in the XML publisher
    Can you please let me know how to send dunning letters automatically to the customers
    Regards
    Vasu

  • Dunning letters and automatic remittance advise for suppliers

    Hi Friends,
    Can any one please provide a document for setting up dunning letters and Automatic Remittance advise for suppliers process in R12
    Thanks in Advance.

    Hi Chery,
    Thanks for your update, Yes I have reviewed the note
    I am stuck with How to create the xdodelivery.cfg file per Oracle XML Publisher Administration
    Also can you please let me know the process of sending dunning letters automatically to the customers, As there is no standard process. I know we have to customize the process by creating bursting program and add to the request set, but I am nor aware of the process. I have seup the process till running the IEX: Send Dunnings for Delinquent Customers programm and displaying the reminders of the customers which have setup in the XML publisher
    Can you please let me know how to send dunning letters automatically to the customers
    Regards
    Vasu

  • Problems with reports and XML-publisher - No XML

    Hi!
    I'm having a problem with Apps and XML-publisher. I made a report file, which queries some views. When executing in reports, I get all the data I expect.
    Now, when I upload the reportfile to Apps and let it generate XML, my xml-file is empty (well, almost empty)
    <?xml version="1.0" ?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <T03501684>
    <LIST_G_PERSOON>
    <LIST_G_PERSOON />
    </T03501684>
    Anyone who can shed any light upon this problem?

    OK, finally solved the problem... A good night's sleep always helps ;).
    After just trying each queried table one after an other, I found the problem:
    The difference between Oracle Apps (Dutch locale) and the reports builder (English) is the language... And our functional people have changed some names, but the Dutch ones, leaving the english names in place and one of the tables I query has language specific data, which is also appears in a where clause.

  • How to disable 'Save' button when OAF and XML Publisher integrated...URGENT

    Hi,
    I am new to the OA Framework and XML publisher. I have been working on a requirement where I am designing a new page in Manager Self Service with few fields and a submit button. Also designed a RTF template in XML publisher to display the output in PDF format.
    When the details are entered on the page and click on 'Submit' button, the PDF will Open with the data populated. This is working perfectly... thanks to the forum.
    But my issue is: When the submit button is clicked, it displayes a dialog box with Open/Save/Cancel options and if I click the 'Open', the PDF will be opened. But my client is a retail client and they don't want store managers to save this PDF so either I have to skip this dialog box and directly open the PDF or I have to disable the 'Save' on the dialog box.
    Gurus -- Please help me how to achieve this. This is very urgent
    Below is the piece of code I am using in the controller to generate the PDF.
    TemplateHelper.processTemplate(
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getAppsContext(),
    APP_NAME,
    TEMPLATE_CODE,
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getLanguage(),
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getCountry(),
    inputStream,
    TemplateHelper.OUTPUT_TYPE_PDF,
    null,
    pdfFile);
    Thanks in Advance,
    Naren

    Frank, thanks for the update.
    But do you want me to try ControllerContext.getInstance().getCurrentViewPort().isDataDirty(); in button disable property?
    I have written one method in my am like
    public boolean isTransactionDirty(){
    return getDBTransaction.isDity();
    and exposed that method to client side and i try to use this method in my button disable property as
    disable#{bindings.isTransactionDirty.execute} but this is not working.
    Thanks

  • JDeveloper and XML Publisher with EBS ?

    Hi All,
    Can anyone clarify my doubts ?
    I am new to Java and i have some experience in XMLP, but i saw in the User guide the Java API's, how to and where to run those API's.
    And is JDeveloper used with XMLP to run Java API's ?, if yes can u pls explain how to start working on that and what is the relation between JDeveloper and XML Publisher in EBS.
    I really appriciate your early reply.
    Thanks in advance.

    XML Publisher ships with 2 XDK parsers a 9i version for backward compatibility and 10g version - you can switch at runtim using the properties. However, you have to make sure that the XML Publisher versions of the libraries are used and not the ones coming with i.e. jdeveloper version or oc4j version that you are using. You should use the version shipped with XML Publisher, because these versions are thoroughly tested with XML Publisher.
    See the deployment notes in the install document:
    Oracle OC4J Deployment Notes
    The version of the XML Parser shipped with Oracle OC4J is incompatible with XML Publisher. When you create an XML Publisher application for OC4J you need to configure the system to use the XML Publisher version of the XML Parser. This can be accomplished by setting an orion-web.xml configuration file with the following content:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <orion-web-app>
    <web-app-class-loader search-local-classes-first="true" />
    </orion-web-app>

  • OAF and XML Publisher

    Hi,
    How to merge OAF and Xml publisher when multiple view objects are present i.e(PO header and Lines)
    Thanks

    refer this http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework
    --Prasanna                                                                                                                                                                                                       

  • Report 6i rdf's and XML Publisher

    I'm trying to decide whether to implement Reports Developer 10g or XML Publishing as our reporting tool. Can I get some feedback from XML Publisher users who have also worked with the Oracle reporting tool Reports 6i? (I'm currently working with 6i)
    How difficult is it to convert existing .rdf's into XML douments?
    Are the complex queries represented in the 6i data model neatly transferred to the XML document or is there a lot of tweaking involved?
    Do you find that you can create complex queries in the XML Publisher tool or is it easier to do it in Reports 6i and transfer the results over to XML?
    How many of the Oracle seeded reports that are delivered as .rdf's have you converted to using the XML Publisher?

    Hi Tim,
    Context: R12 France Telecom (FT) migration from 11i
    FT Reports are complex and the quantity of data / size of files generated by reports can reach up to 20Go. So I need to convert RDF to DATA Template because RDF can not generate some so big files (limit=2Go in 11i and may be 10Go in 12)
    I experience some troubles / issues / limits with reports conversion to XML.
    1 - some Data templates are not generated because of error : [052107_102109040][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0. I sent you 2 mails in the past with error detail but have no answer.
    2 - Data Templates are not directly usable because Reports include call to packages stored in PLL files. Pakages definition are well include in XML file generated by Report converter (1st step of conversion) but are not take in account when PL/SQL routine generation (Data template generation).
    Can you help me especially for the 1st issue
    I'd like to show a XMLP demo to FT using the Data source generator XDODTEXE in GL. I see XDOGLDEMO and GLGENJRNDT concurrent programs but there is no Data Definition / XML Data Template associated. Can you tell me if it exists a Data Template and where it can be retrieved from.

  • Generating pdf report via concurrent manager and xml publisher

    I have report (rdf) which works fine in eBusiness Suite but I’d like to create translatable reports with reach layout (comparing with the Report Builder) based on the functionalities of the XML publisher. I’ve made all necessary steps (first change the output format for that report in concurrent manager from pdf to xml, submit the report to get xml file, which I’ve used in Microsoft Word Template Builder to make layout in rtf file, and create data and template in XML Publisher Administrator in eBusiness Suite).
    When I’ve submitted that report from concurrent manager, after the concurrent manage finished his job I got the warning message.
    Also the output file is not generated and in log file there is a message: One or more post-processing actions failed. Consult the OPP service log for details.
    Concurrent manager works fine, but there are problem when concurrent manager send the xml output of the report to XML Publisher which have to create pdf layout based on rtf template.
    I think there might be a problem with report complexity, while I’ve used layout formatting, api calls to eBusiness Suite, parameters, placeholders, attached library etc.
    If it is impossible to get new report based on xml publisher template, what is the purpose of xml publisher if it is so limited, while every eBusiness Suite Report is so complex.
    I hope there will be a person on this forum with the same problem, otherwise I’ll give up at all from XML Publisher, at least until it come a better version of that tool which it seems to be in early development phase and not ready for the market yet.

    All of the complex report logic is handled in your Oracle Report (rdf) file.
    If your Oracle report is working OK, then this report should be generating XML.
    After running your report, go to the View Requests window. Highlight your request, and click the Diagnostics button. Then click the 'View XML' button. If you see XML data, then you should be OK.
    When I faced a similar issue, it was because the '1 step' process didnt work for the particular report I was using. The '1 step' process doesn't work for every report. Which report are you using?
    If the report is submitted via a form (not the concurrent manager request form), then you probably need to use 2 steps to produce the desired output.
    For more information, see the following thread:
    Enhancment to avoid 2 step check printing
    HTH,
    Mark K

  • Difference between BI publisher and XML Publisher(EBS)

    I have created some reports in BI Publisher and integrated in dashboards.
    Now can i embed the same reports in E Business suite as concurrent programs. Is BI Publisher desktop is specific to Business intellgence or can we use it for E Business suite.
    If BI Publisher is same as XML Publisher. I will get both xml source and template in BIP itself. How can we integrate BIP report with concurrent program.
    I am a bit confused, excuse me if i am silly.

    BI Publisher is same as XML Publisher. ==>. It got renamed.
    In E Business suite, we can use BI publisher.
    BI Publisher desktop is just to create layout from desktop.
    if you want to register a same report in E Business suite as concurrent programs,
    then there are different method,
    1. use datatemplate
    2. use rdf
    3. pl/sql
    4. java
    and go through the doc's..

  • JDev ADF Faces and XML publisher integration

    Hi,
    I have an ADF Faces / BC project which I want to integrate XML Publisher for reporting and output purposes.
    Following this note by Deepak Vohra http://www.oracle.com/technology/pub/articles/vohra-jdev-xmlpub.html (which was incredibly helpful by the way)
    So far it's looking very promising but I have a few unknowns with the design.
    1. The database connection.
    In the examples a JDBC connection is opened (and actually forgotten to be closed!). I would like to utilise the AM pooling mechanisim rather than a seperate open/close situation. How do i properly reference/use the pooled AM java.sql.Connection?
    2. Output
    The examples write the PDF (what i am using) to the file system. Is it possible to write this to the browser response stream using a JSP or servlet? My preference is NOT to produce PDF's on the middle tier file system if possible. Need some guidance here.
    thanks and regards,
    Brenden

    1. The database connection.
    In the examples a JDBC connection is opened (and actually forgotten to be closed!). I would like to utilise the AM pooling mechanisim rather than a seperate open/close situation. How do i properly reference/use the pooled AM java.sql.Connection?
    To obtain JDBC connection from ApplicationModule refer
    http://radio.weblogs.com/0118231/2004/01/30.html#a232
    2. Output
    The examples write the PDF (what i am using) to the file system. Is it possible to write this to the browser response stream using a JSP or servlet? My preference is NOT to produce PDF's on the middle tier file system if possible. Need some guidance here.
    Output may be set to an OutputStream with the FOProcessor method
    setOutput(java.io.OutputStream stream)

  • JDE Enterprise One 8.11/8.12 and XML Publisher

    For one of the implementations, the requirement is to print the information from the application on a standard drawing....
    Can the XML Publisher be used to pick the information from the JDE Sales Configurator and print the same on a standard media attachement which is a pdf file....

    Hi Eddy,
    I notice that you are using the html generation machine also for product package and package builds as wel.
    You only need the C compiler for development AND packagebuild. Normally I would split these functionality. (different machines for development and html generation, product packaging)
    I'm not sure about Product packages, but I would advice doing the package builds on the deployment server. (doing only the assembly on a client for update packages)
    Building on the depl server makes the build process MUCH faster.
    hope this helps
    regards
    Alaric

  • Barcodes and XML Publisher

    Hi ,
    I would like to know if any one has used Barcodes in XML Publisher templates ? also please let me know if you know of any documentation on this topic.
    I have tried other fonts using the RTF templates but when output in PDF , just shows up as numbers....
    Cheers
    Joe

    Hi Joe
    There is a white paper on Check Printing (Note:312353.1, if you do not have a metalink account it will be on our public site soon) which uses the same approach as barcodes to generate the MICR font required on checks.
    The latest 5.5 XMLP release Users Guide now has a section on how to get a non standard font into your output ie a barcode.
    Regards
    Tim
    Message was edited by:
    tdexter

  • Oracle reports and xml publisher

    Hello,
    I would like to know what we can do with an XML generated with Oracle Forms in BI publisher.
    I have never used BI publisher before.
    Thank you.

    There is a conversion tool available to convert Oracle Reports file to BI Publisher.
    More information: [Converting Reports from Oracle Reports to Oracle BI Publisher|http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T518230T518393.htm]
    I have used it to migrate Oracle Reports file. For simple reports it is usable. For complex ones you have to check manually and do some changes in the result

Maybe you are looking for