Report not taking the default xml template assigned

Hi,
We wanted to have an excel version of the Depreciation Projection report vis BI Publisher.
We changed the output type of the standard report Depreciation Projection report to XML, created an RTF Template, Defined data definition to point to the program and Template to point to the RTF Template.
We assigned the template as default template from System Administration.
The report is automatically run whenever Depreciation projection program is run. (If the report is run without that, it does not fetch any data)
  But when the report is automatically run from Depreciation projection program, it is not picking the RTF template, just provides XML output.
  The Depreciation projection program is a spawned program so we cant see how it is triggering the report that it ignores the template.
  Running the Depreciation Projection report separately after it is run automatically does not produce any data.
  How can we get the report to use the default template?
Thanks.

The report is automatically run whenever Depreciation projection program is run. (If the report is run without that, it does not fetch any data)
in this case rtf template is used,  is it ?
But when the report is automatically run from Depreciation projection program, it is not picking the RTF template, just provides XML output
in this case rtf template is not used
so looks like you are using ebs r12 for which in some cases need to add layout before running "manually"
it means use FND_REQUEST.ADD_LAYOUT
xml_layout := FND_REQUEST.ADD_LAYOUT('FND','XXAND','en','US','RTF');
v_request_id := fnd_request.submit_request('FND','XXAND','Template 1',NULL,FALSE, null);
The Depreciation projection program is a spawned program so we cant see how it is triggering the report that it ignores the template.
looks like you can't add template so as idea generate report after "Depreciation projection program"
you can search how generate xml publisher report based on xml of previous step

Similar Messages

  • Cancellation of confirmation not taking the default value

    SAP SRM 5.0 , Extended Classic Scenario
    CCM 2.0
    This is the query related to Cancellation of confirmation .
    1) Requisitioner has created a SC of value 29,105.66 GBP , quantity 1each, dated on 28.07.2010 1
    2) The Purchase order is created on the same day 28.07.2010 and copy is available at the backend
    3) Confirmation of same value  29,105.66 GBP is created on  02.08.2010
    4)  Invoicing is done for four different quantities and value on the same dat 18.08.2010      
                    0.762 each    22,170.40 GBP
                    0.022 each         641.68 GBP
                    0.153 each      4,455.00 GBP
                    0.025 each        727.50 GBP
    The complete invoicing is not done for the total PO amount.
    5) Now the cancellation of confirmation is performed before credit memo for the invoices on 26.08.2010
    6) Credit memo for four invoices are done on dated 26.08.20109 ( Same day after cancellation of confirmation)
    Problem : While Cancellation of confirmation the default full amount is not coming.
                    It picked up some other value 29100.60 GBP in place of confirmation value 29105.66 GBP.
    We are just wondering how it can happen since we know that for creating confirmation we can change quantity as one of the Parameter. And if we do cancellation of confirmation it take the deafult value which is set up for confirmation.
    Just wondering how it is picking up another value 29100.60 in palce of one 29105.66 GBP set up for confirmation.
    Thats why we are unable to delete PO since Cancellation for 5.06 GBP is not done and still exist in the system
    Cancellation done for amount 29100.60. Confirmation created was amount 29105.66 GBP.
    Note : Cancellation of confirmation is done before the credit memo for four invoices on the same day.
    Please advice.

    Many Thanks Virender,
    We have tried the option what you have suggested , still the problem persist. Plesae advice.
    We have done the below mentioned steps and did not get sucess though.
    1. We have created invoice of qty 0.038 & value 1,111 GBP.
    2. We have created credit memo for the same.
    3. Then created confirmation for 29,105.66 & qty 1.
    4. Reversed the same confirmation.
    Please let us know where we are missing. Shall we need to do confirmation for qty 0.038 and then reverse?
    Actually we have tried doing invoice-confirmation for whole qty 1- credit memo-confirmation cancellation but again amount it increases instead of nullifying.
    Kindly guide.
    Thanks & Regards,
    Jayoti

  • Crystal Report not taking parameter propery

    Hi,
    I am facing a unique issue in reports.The report is not taking the parameter entered by the user instead it is taking the value which was used for testing the report initially.
    Save data with report in uncheked.
    The report is shwing correct data on CMS and with designer also.
    The problem arises when report is viewed java based web application.
    I am usng Crystal Reports XI and Business Objects 12 CMS.
    Regards,
    Misra P.

    Hi,
    what does single time mean? Only the first time when you start the report from your code and the second time it is like before? You may need to empty the report's parameters before giving new ones... If I could see the relevant part of your code, I could give a hint. There are also lots of samples hwo to paramterize a report from java code, which usually work fine...
    There is also an option in the crystal reports designer to keep parameter values as they were set in the CMC when saving a report to BOE...
    Regards,
    Harald

  • Can "Standard Report Column" be the Default Instead of "Display as Text"

    Almost every report region I write has some html in at least one column, whether it's a break or an apex_item or something else. Hence, when the region renders with the default settings, the column shows the html code - I have to change the column display type from "Display as Text" to "Standard Report Column".
    Is there some setting to make "Standard Report Column" the default? (Isn't that kind of what the word Standard implies?)
    Thanks,
    Gregory

    That Other Fellas Brother wrote:
    Almost every report region I write has some html in at least one column, whether it's a break or an apex_item or something else. Hence, when the region renders with the default settings, the column shows the html code - I have to change the column display type from "Display as Text" to "Standard Report Column".
    Is there some setting to make "Standard Report Column" the default? (Isn't that kind of what the word Standard implies?)In earlier versions of APEX "Standard Report Column" was the default. The default was changed in APEX 4.0 to "Display as Text" (which escapes HTML-sensitive characters) as a security measure to limit vulnerability to XSS attack. This is necessary for the protection of users and (so-called) developers who are not security conscious/HTML savvy.
    There's no option to change this, and I doubt that one will be provided in the future. The indications are that the Oracle APEX team are committed to blocking as many security holes as possible by default, leaving it to the developer to consciously make any modifications that increase the surface exposed to attack.

  • Question regarding the default web template for queries

    Hello,
    I am trying to learn the default web template that is using for queries:
    0QUERY_TEMPLATE_BROADCASTING70
    I see that it's <bi:QUERY value="" /> is empty which is logic since the query will be inserted on runtime. My question is, where in the web template does it say that? I can't see any parameter it expects to get with the query's technical name not at the webtemplate code nor at the URL...
    Roy

    Roy,
    I think you are mixing things. The template you are mentioning is used for queries that are executed from the query designer. It's not a web template as any other one you create for your users. So, this web template has some parts in it's code that works with the query execution. When you run a query, the system takes the query definition (made in QD) and executes it with the web template indicated for the query. This determination is made by the program that is used to run queries. You can try using RSRT transaction to debug and check how this it's done. If you want to change the default web template used by query designer to run the queries, you should do it copying any standard template, like the one you mentioned. If you don't do it, you won't get the information correct.
    Hope this helps.
    Regards,
    Diego

  • Pass the file id or a parameter from a report (10g) to the distribution.xml

    Is there any way to pass the file id or a parameter from a report (10g) to the distribution.xml file?

    Hi,
    Please review article ID 273960.1 on metalink.
    The article actually describes an issue one may run into while enabling a reports distribution xml file to accept dynamic values, but you can extract the answer you're looking for by studying the above mentioned note.
    Best Regards and Good Luck,
    Mircea.

  • Excel 2010 not using the default print settings

    Currently got an issue with Excel 2010 not using the default print settings for a couple of users on our network,
    basically when pressing cntrl P or selecting the print option from the file menu the printer settings are different to the print settings selected in the devices and printers menu, we have checked the print drivers etc but this has still not resolved the
    issue, all other office programs are fine and also other users are reporting this issue more and more with different printers,
    tried restarting print spooler service and re-installing office but this has come to no avail,
    any ideas would be much appreciated!

    Hi,
    This issue occurs because the Page Setup settings that you specify in your file override the settings that you specify in the printer driver properties.
    To work around this issue, do not specify the paper size, page orientation, or page margins in the printer driver properties. Instead, specify these settings in your workbook.
    To specify these settings, follow these steps:
    1.Start Excel, and then open the workbook you want to change.
    2.In Microsoft Office Excel 2010, click the sheet that you want to print, and then click the Page Layout tab. In the Page Setup group, click Page Setup to open the Page Setup dialog box.
    3.Click the Page tab.
    4.Under Paper size, click the paper size that you want.
    5. Click Options button and in Printing Shortcuts tab, in the Paper source area, perform one of the following steps:  ◦If the printer can automatically select the correct paper tray to use, click Default tray in the First page list, and then click Default
    tray in the Other pages list.
    Default tray is the default setting in both of these lists.
    ◦If the printer cannot automatically select the correct paper tray to use, you may have to select the paper tray that contains the paper size that you selected in step 4.
    To do this, click the appropriate paper tray in the First page list and in the Other pages list.
    6.If you want to change the page orientation or its page margins, click the Finishing tab.
    7.Select the options that you want.
    8.Click OK.
    9.Repeat steps 2 to 8 for each sheet of your workbook for which you want to specify settings.
    Jaynet Zhang
    TechNet Community Support

  • Pros and Cons for replacing the default user template?

    Hi,
    since I've installed a new server, I don't want to make any mistake,
    If I replace the default user template (*.iproj) by my own, is it really a bad idea?
    Am I better modifying the existing one (.plist) even if it is more work?
    Thanks

    If I replace the default user template (*.iproj) by my own, is it really a bad idea?
    While you can modify the default User Template, it is not a recommended practice to do so. Since you are managing clients via MCX, anything that you set in WGM for user preferences will be added to the user's profile at login. If you have a need for some specific application preferences that need to be added for users, configure the application on a workstation as a local user and then import the .plist into WGM. Anything else -folders or files- that an application creates in the local user prefs folders, that may be needed, can usually be placed in the /Library/Preferences, /Library/Application Support, and /Library/Managed Preferences folders on the clients so that users have access to them.

  • How can I validate a dropdown box to NOT accept the default value?

    I have a fillable form where I need the user to select their "Number of Employees". I have added several ranges as their options in a dropdown box (1-10, 11-25, 26-50, 50+). My issue is the "defult value" is set to "1-10" and people submit it without changing it to the correct value.
    I have changed the default value to "--Select One--", but it still lets them submit the form with that value entered.
    I am assuming I need some sort of validation script that will basically say - "If the value in this field is --Select One-- do not submit the form, but give an error that says 'please select your number of employees" or something along those lines.
    Basically I just want them to pick something as opposed to just submiting it with the default value.
    I have looked all over and am not very good with JS.

    You can not have the default value set to a real possible value. You need a value that should be selected.
    Then for your submit script you need to test all of your required fields to make sure they are not at the default value.
    You make a variable that assumes all the required fields are completed and then check each field and if any one still has the default value you set your variable to "false" and then when you have checked all the fields you test your variable's value and only if it is true to you submit the form.
    var bSumbit = ture; // logical variable for submission test
    // test drop down # of employess
    this.getField("Number of Employees".).required = false; // clear required property
    if(this.getField("Number of Employees".).value == "--Select One--") {
    bSubmit = false;
    this.getField("Number of Employees".).required = true; // set required property
    if(bSubmit) {
    // your submit acation;
    } else {
    app.alert("Not all required fields properly completed", 0, 1);

  • HT4623 My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue

    My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue?

    Hi there Double2D,
    You may find the troubleshooting steps in the article below helpful.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    -Griff W. 

  • The Informatica maps are not taking the parameters from dac

    Hi All,
    The Informatica maps are not taking the parameters from dac. We have tried setting the parameters at DAC level, task level. The parameter file is getting generated by DAC and has correct values as we expect. But when we run a full load from DAC, the initial date in Informatica is being taken as 1/1/1753. Do we need to specify the parameter file name at workflow level?
    Is there any setting that we are missing. Please guide us and let us know the steps we should take to make sure that the parameters that we set at DAC level get passed to the Informatica maps. Also mention this is happening only with dates and other parameters like data source num , soruce and target database information is getting passed to Informatica maps.
    The version of Informatica as 7.4.1 and dac version AN 328, Build date Aug 8 2007.
    Please Help me in this issue.
    Thanks in advance for all members.

    Hi Ananth.v
    Try to make sure that your parameter file's path in Infa is in-sync with the path of DAC files being generated.
    The date you are getting seems strange - which are your Source/Target DB platforms?
    In general take a look at [this thread|   http://forums.oracle.com/forums/message.jspa?messageID=3405906#3405906] , it may make some thing clearer for you.
    Hope it helps,
    Please post if you found a solution,

  • JRE 1.4.2: how to override the default xml parser?

    Hi all,
    I have JRE 1.4.2_03 and I need to replace the default xml "crimson" parser with xerces because the former one doesn't properly handle utf-8 BOM.
    Does anyone have an idea where I should look at for this kind of configuration?
    I skimmed thorugh the oracle docs but couldn't find anything.
    I found a link describing how to change the xml parser in OC4J, but my understanding is that this has little to do with what I am looking for.
    I need to force Saxon 8.6.1, that is invoked by means of java.exe from the command line, to pick up the right xml parser.
    Has anyone else tried this out already?
    Alternatively, is it safe to install JRE 1.5 in place of JRE 1.4.2 on a Oracle 10.1.0.4 database?
    I am told that JRE 1.5 uses a different xml parser that should fix my problem.
    Bye,
    Flavio

    I sorted this out myself.
    Downloaded the latest stable xerces binary (2.5.0) from http://xml.apache.org/dist/xerces-j/
    Then I extracted xercesImpl.jar and put it under:
    %ORACLE_HOME%\LIB\endorsed
    I had to create the endorsed folder as it didn't exist.
    Then, when invoking Saxon using java.exe, I added the following switch:
    -Djava.endorsed.dirs=%ORACLE_HOME%\LIB\endorsed
    That's it.
    You can find some background info on:
    https://jaxp.dev.java.net/Updating.html
    Bye,
    Flavio

  • Set Reader to NOT be the default pdf viewer

    During an msi install how do I set Reader to NOT be the default pdf viewer?

    Just to add to this question:
    On Mac OS 10.5, using Acrobat 8 Professional, every time Acrobat Pro starts up, I get the question "Adobe Acrobat 8 Professional.app is not currently configured to be the default application for PDF files.  Would you like to make PDF files open with Adobe Acrobat Professional.app instead of Preview.app?"
    My answer is "No," but my preference in this matter is not retained.  I get the question every single time I launch Acrobat Pro.  Where is the button labeled "And don't ask me again!"  ?
    I have combed through the Preference dialog and not been able to find any setting that seems related to this.  To be clear, I am not talking about what happens when I double-click a PDF file in the Finder.  I'm talking about what happens when Acrobat 8 Professional is opened directly.
    Thanks.

  • Help! My phone is not taking the whole screen! (edge around the screen)

    I ve only been using my phone for less than a week. Today my phone was frozen so I hold down the home and the power button to do a reset. However, the apple logo appears and it took forever to get in the home menu so I hold down the buttons to reset the phone once again. The phone did get in the home screen after the second reboot but after that the size of the screen got smaller (Not taking the full screen) I turned off my phone and while I was under the sun i noticed that there is an edge around the screen! It is so noticable even I turned off the phone. So I used a full restore on my phone and now the edge is still there! Can anyone please tell me if they have the same problem before and know how to fix it(Like resizing the screen)? Thanks!!

    Is it a thick border? or just a couple rows? Mine has that, and a lot of electronics have the same thing... they cut the size they need and only use the pixels they want/need to use.
    For example I had a Zune and a new Nano that had the same thing... My Blackberry, and work cell phone... same thing.
    If its a thick border, then yes call apple and get it replaced/repaired.
    Message was edited by: Kalison

  • Error --can not load the specified XML or schema source

    HI All
    I am facing a problem while creating a xml maps connection. i am using ms excel 2007 and xcelcious 2008 engage. when i am trying to create a xml maps connection and give my url then open then give my user id and password its says  can not load the specified XML or schema source..  
    my url is working fine when i open it through internet explorer. 
    anything i  miss somewhere?
    please help.
    Regards
    Amiya

    Hi Guys
    This is solved i removed <?xml version="1.0" ?>  from top and buttom
    then it worked fine.
    Regards
    Amiya

Maybe you are looking for

  • When to use BPM Studio & BPM Composer

    Hi, I'm aware of BPM Studio and BPM Composer components and have used them using Sales Quote example. I need to know the key differences between studio and composer that differentiate each other interms of usage. When to go with studio and composer?

  • Adding transitions after extracting audio

    hello, does anyone know if you can add transitions or even certain transitions after you have extracted audio without affecting the synch of audio and video. in my case i needed to extract the whole audio portion, add clips, and now am trying to add

  • Service call exception with Web service

    Hello, we changed tonight the interface of the web service I use in the web dynpro as model. So I deleted the old model and created a new model (under the same name) importing WSDL file. The WSDL was created via XI which is the interface to a SAP R/3

  • Strange temp problems [Images]

    When i start the computer the temp is idle at 50° But when i do a restart the temp goes down to 35~°

  • Timeout error at J2EE Web Service client

    i have a .NET web service. a J2EE web service client deployed on Websphere application server 5.1 is invoking it. some services on .NET end take a long time to return a value. in such cases, the following error occurs on J2EE end. please suggest a so