How to set a different output format as part of the Concurrent request

We are on EBS 11.5.10.2 and we are also using XML Publisher 5.6.2. We have few Excel output reports. The issue we are having is that when we defien these reports as a concurrent program, the options for output always defaults to PDF. The end user has to alter this every time to Excel as part of the options, even though we know, the output is always going to be an excel output.
Is there a way to default other than PDF. If not, is there any enhnacement request to default it from the template.
Thanks,
- Vasu -

HI,
thats right that default format is pdf but u can change this ... if u want the out put format as excel go to Oracle xml administrator responsibility -->administrator tab
and change the default format as you required.
otherwise .... if u want to change it while submiting the request .... go to submit request ... u find one options tab there click on it and change the format as well as template ..... or language if u want to change.
also once u submit the request ... u can go to window menu and go for reprint and republish .... there also u can change the format and all.
regards
Ratnesh P

Similar Messages

  • How to set a digital output using a switch on the operator interface?

    Hi, is it possible to set a digital output using a switch on the operator interface?
    Thanks,
    Mike

    Unfortunately, no.  It is on our hit list...
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • How to set timezone or output format returned by "current-dateTime()"?

    I would like to record a datetime stamp in log message I write at various points in my workflow.  When I build my log message using "concat(current-dateTime(), blah blah blah)" the time is formatted in what we used to call zulu time which appears to correspond to GMT, e.g.:
    2011-02-11T15:35:02Z: Begin processing file 0101-376547-377-109-0.pdf
    Is there a way to get control of how this data and time are formatted other than retrieving each component individually and concatinating the pieces manually?
    Thanks for any suggestions!
    Noam

    hi,
    your created  data
    step 1
    I create excel data like this
    year___ | month_ | Product | revenue
    02-04-09 | 02-04-09 | a | $4,154
    03-04-09 | 03-04-09 | b | $6,813
    04-05-09 | 04-05-09 | a | $9,875
    05-06-09 | 05-06-09 | b | $6,813
    06-04-10 | 06-04-10 | a | $6,813
    07-04-10 | 07-04-10 | b | $9,875
    08-06-10 | 08-06-10 | a | $9,875
    22-06-10 | 22-06-10 | b | $6,813
    In this, year and month both are same data, make the diffent data like year  2009, 2010  And month Jan, Feb, March, ...Etc 
    and also one more check you formulas on month and year, select correct source data, destination data  for compoonent..
    OR
    from above, to create a date column and convert  date-->year, date--> month and Explore it.
    All the best,
    Praveen

  • How to set a different smtp in and out on the same server

    Hello,
    I got an xserve on 10.5.6 and the ethernet ports are connected to two differents networks. One is on the local network (192.168.0.5) and the other on a wan. The lan is on ADSL box that is also the router. I would like to receive my email from the adsl box (it work like this actualy - smtp in) but sent the mails from my user with the wan (smtp out). I did'nt find any setting on the admin server graphic interface and Apple confirms that it is not possible without modifing files with the terminal. (they did'nt give the solution:()
    Is anyone can help me to make this configuration work.
    Thanks in advance.

    Short answer: you can't - at least not directly.
    What you're trying to do breaks the fundamental rules of IP routing - specifically you can only have one default route that's used for all non-local traffic. That route will either point out our ADSL link or your second WAN link. You cannot route by port or protocol.
    Your best bet is to use an SMTP relay where you tell your server to relay all outgoing mail through an intermediate server (rather than directly to the destination domain). Then you can setup a static route to that relay over the second WAN link to override the default route.

  • How to set Character field's Format Mask?

    dear all,
    how to set Character field's Format Mask?
    i searched the forum and found the following, where can i use this code and how to change and set its format mask.
    SRW.SET_FORMAT_MASK('mask');
    Thanks
    Muhammad Nadeem

    Nadeem,
    If you have database 10g, look into function REGEXP_REPLACE. Otherwise you can also try this (you might already know).
    SELECT SUBSTR('CHHOCMIPO07020001', 1,2)||'-'||SUBSTR('CHHOCMIPO07020001' ,3,2)||'-'||
    SUBSTR('CHHOCMIPO07020001' , 5,2)||'-'||SUBSTR('CHHOCMIPO07020001' , 7,3)||'-'||
    SUBSTR('CHHOCMIPO07020001' , 10,2)||'-'||SUBSTR('CHHOCMIPO07020001' , 12,2)||'-'||
    SUBSTR('CHHOCMIPO07020001' , 14,4)
    FROM dual
    CH-HO-CM-IPO-07-02-0001
    If you have to use this at many places, create a function, pass the raw value, manipulate the string and return.
    FS

  • How to set up different ring tone for Facetime

    how to set up different ring tone for Facetime

    I don't think that on an iPhone that FaceTime has a separate setting, you can only set a ringtone (which will apply to phone calls) via Settings > Sounds, or set different tones for different contacts via the Contacts app - but you can't have a separate sound for FaceTime

  • How can I store an output, i.e C from the attatchmen​t in an array?

    How can I store an output, i.e C from the attatchment in an array?
    Attachments:
    Testing.vi ‏18 KB

    Hi, Se
    Take a look my example.
    Attachments:
    Testing.vi ‏23 KB

  • How to export 2 different report with a link at the same time

    Hi,
    Do anybody know how to export 2 different report with a link at the same time. I currently create a report which link to another report. But when I want to export the 1st report I also want the 2nd report also be exported.
    Thank you very much.
    Best Rgds,
    SL Voon

    Export all the three components individually.
    It will generate 3 script files. Now run them from SQL>
    null

  • How to set one row or node 's height in the jtree?

    How to set height of one row or node in the jtree?
    I found the method :jTree.setRowHeight(height);.
    But I want to set height of one row ,not all rows of a jtree.
    Thanks for help!

    Who can help me?

  • How to get the concurrent request id while running a concurrent program

    Hi All,
    I am working with oracle apps r12.
    I have created a custom report with some parameter. And i have created a parameter P_CONC_REQUEST_ID.
    And in the report i have used SRW.USER_EXIT('FND SRWEXIT'); in after report and SRW.USER_EXIT ('FND SRWINIT'); in before report trigger.
    when i ran the report from the application, I didnt get the conc request id in the parameter. It not passing the concurrent request id.
    Can any one tell me how to bring the concurrent request id.
    Thanks & regards
    Srikkanth
    Edited by: Srikkanth.M on Mar 14, 2012 1:56 PM

    Hi;
    FND_CONCURRENT_REQUESTS
    This table contains a complete history of all concurrent requests.
    FND_RUN_REQUESTS
    When a user submits a report set, this table stores information about
    the reports in the report set and the parameter values for each report.
    FND_CONC_REQUEST_ARGUMENTS
    This table records arguments passed by the concurrent manager to each program it starts running.
    FND_DUAL
    This table records when requests do not update database tables.
    FND_CONCURRENT_PROCESSES
    This table records information about Oracle Applications and operating system processes.
    FND_CONC_STAT_LIST
    This table collects runtime performance statistics for concurrent requests.
    FND_CONC_STAT_SUMMARY
    This table contains the concurrent program performance statistics generated by the Purge Concurrent Request and/or Manager Data program. The Purge concurrent Request and/or Manager Data program uses the data in FND_CONC_STAT_LIST to compute these
    Also see:
    concurrent request details
    Find history of concurrent request details
    How to determine the user who placed a certain concurrent request?
    Regard
    Helios

  • To view the concurrent request output in a custom form

    Hi,
    I have a requirement to view the concurrent request output from a custom form.
    I can use the function "fnd_webfile.get_url " in a PL/SQL procedure and get the value for URL for the request output.
    I am not sure how I can call this function from the form directly , ie not sure which library needs to be attached.
    and also how to display the URL which has been obtained.
    regards

    Hi,
    I used the below code in my form
    l_url := fnd_webfile.get_url
    file_type =>'request_xml_output' , --fnd_webfile.request_out,
    id => req_id,
    gwyuid => l_gwyuid,
    two_task => l_two_task,
    expire_time => 10 -- minutes, security!.
    when I used fnd_webfile.request_out the form was not compiling and hence I passed the value 'request_xml_output'
    Now no compilation error exists however how do I display the concurrent request in the screen.
    I am not clear here, is there any function I need to use. I checked the FNDRSRUN form and there they have used
    editor_pkg.report(req_id, 'Y');, I tried using it but no use.
    regards
    Maya

  • I have LR from 2 through 4.4,  I am simply trying to adjust CR2s, and convert the them JPEG.  LR says my Perfectly Clear is expired but my update is up to date and all paid for.  What is Perfectly Clear and how do i get this puppy to be part of the team?

    i have LR from 2 through 4.4,  I am simply trying to adjust CR2s, and convert the them JPEG.  LR says my Perfectly Clear is expired but my update is up to date and all paid for.  What is Perfectly Clear and how do i get this puppy to be part of the team?

    Perfectly Clear is a 3rd party commercial plugin for Lightroom.
    http://www.athentech.com/products/plugins/
    Have you ever installed it as a trial in the past?

  • Edit copy in a CS6 file, but lock formatting of parts of the file

    I have a client that needs to be able to edit some copy in a file that I've created in adobe Illustrator CS6, but I want to be able to lock the formatting of parts of the file. I don't want them to use CS6.Suggestions?

    Can't do. At best you could offer them a hacky solution liek creating a PDF form with an editable text field, but it may end up looking awful.
    Mylenium

  • How to acquire the concurrent request id in data template?

    Hi all,
    I want to know how to acquire the concurrent request from my report data template. I've created a placeholder for my parameter +<parameter name="p_conc_request_id" dataType = "number" defaultValue="0"></parameter>+ and for nothing ... i've got the 0 value.
    I need the concurrent request id in order to detect the user who launched the report. Is there other way on getting the user ??
    Thank you!
    All the best,
    Laurentiu
    Edited by: laurentiu on Jul 8, 2009 5:29 PM

    Hi,
    I read your previous post about this solution but i was not able to retrieve it. Here is step by step what i've done:
    - added the parameter to my data template
    - added the parameter to my concurrent program
    - added the parameter in my pl/sql package
    - i've run my concurrent request and the value returned in my xml is 0 for the concurrent request id parameter
    I don't know where i'am getting wrong ?!?
    Thank you!
    All the best,
    Laurentiu
    Edited by: laurentiu on Jul 8, 2009 6:47 PM

  • 6th gen nano says i have used 3gb of other memory: how do i remove this and how do i find what is in that part of the memory

    6th gen nano says i have used 3gb of other memory: how do i remove this and how do i find what is in that part of the memory

    The operating system for the iPod, album art, databases, etc. all make up the "other stuff". Think of it as all the backstage things required to make your ipod work.
    i

Maybe you are looking for