XML report data output as a email link

Hi Team,
I am in a mid of developing a XML reports using BI Publisher in Oracle EBS 11i.
I am using a procedure to produce to generate my XML tags.
I wish that the data which is displaying a email id as [email protected] i should be able to make it as a hyperlink and if the person click on to this id.
One should be able to send a email to this id.
Any pointers/suggestions will be highly appreciated.
Regards,
Ajay

try field with
<fo:basic-link external-destination="{VAL}"  color="blue" text-decoration="underline"><?VAL?></fo:basic-link>where VAL - tag of xml with email address

Similar Messages

  • How to open a form from Oracle XML Report .xls Output?

    Hi All,
    We have a requirement wherein we have one complex SQL query, requirement is to fetch the data from that query and show it to the user. So far, so good. We can either create a report thru' UTL file to show the output to the user or can create a XML report whose output can be in the excel format.
    Now user wants to have a hyperlink i.e. when he clicks the BSA (Blanket Sales Agreement) from the report output, it should be able to route him to BSA screen (oracle form), so that he can directly correct the issue with that corresponding BSA on which he clicked.
    i.e. requirement is to create a a hyperlink from report output which will route the user to that oracle form with the BSA queried.
    Not sure how can we implement this. If anybody has come across this type of requirement, please share your ideas and the approach used so as to accomplish this. Any inputs on this will be highly appreciated.
    Cheers!
    -Sumir

    Hello Sumir,
    we create reports in an XML format using http://matzberger.de/oracle/spreadsheet-en.html.
    Within these files you can create hyperlinks to a forms application like
    http://<applicationserver>/forms/frmservlet?config=xy&p_autoinit_module=ab&p_autoinit_arg=123
    With these parameters we call a default forms module (welcome screen) and then start module ab and execute a query for 123. The user then can directly access the data he needs.
    Regards
    Marcus

  • Barcode printing in XML report PDF output

    Hi All,
            I want to print barcode of invoice number / purchase order number in the XML report PDF output.
            Anyone please suggest me with your ideas and experience.

    Hi Bogdan,
    The steps mentioned in the doc is what i did in order.
    I couldn't understand the step # 13 & 14.
    Log in as XML Publisher Administrator
    Navigate to Administration --> Font Files --> Create Font File
    Available fields are Font Name and File
    --> for Font Name, choose any descriptive name
    --> file will browse your PC to locate the font file
    Navigate to Font Mappings -->Create Font Mapping Set
    Mapping name is the name you will give to a set of fonts.
    Mapping code is the internal name you will give to this set
    Type: 'PDF Form' for PDF templates. 'FO to PDF' for all other template types.
    Create Font Mapping (this allows you to add fonts to a set)
    Font Family is the exact same name you see in MS Word under Font. If you don't use the same name the font will not be picked up at runtime.
    Style and weight must also match how you use the font in the RTF or PDF layout template. Normal and Normal are good defaults.
    Language and Territory should remain blank (NULL) unless you have a strong business reason, as these fields can cause the font not to be picked up at runtime.
    Navigate to Configuration General -> FO Processing -->Font Mapping Set. This can also be done at Data Definition and Template level, via the corresponding Edit Configuration button on those pages. The hierarchy is Site-> Data Def -> Template.
    Select your new mapping set.
    Make sure the font is not referenced under File --> Properties --> Custom in the RTF template file.
    Under General, set a Temporary Directory. The font will be stored under a /fonts directory at runtime, initially created the first time the font is used.
    Upload a template that uses your special font and test using preview or by submitting a concurrent request.

  • XML Report Excel Output exponential value issue

    Hello All,
    While working on XML Report we need to show output in excel format. One of the out put value is “00110E001”. but when displaying in excel is shows "1.00E+0" and default behavior of MS Excel is if the any number data contains “E” then excel will convert those records in exponential format. But our client required those data which are present in database i.e. “00110E001”.
    Kindly share your valuable inputs.
    Thanks in advance
    Thanks,
    Pushpal

    Hi Uday,
    You are making number as a string, by adding a character :) , so it will be displayed as string with space and not as number.

  • XML REPORT 'S OUTPUT DOESN'T OPEN DIRECTLY IN EXCEL

    Hi ,
    I have two question
    1)
    For one of our XML publisher report whose output needs to be displayed in EXCEL format, While submitting this concurrent program we change the "Format" field from PDF to EXCEL as PDF defaults always.
    Can we default format to EXCEL only ?
    2)
    Once the program is completed, upon clicking on the "View Output" button it display the output file. When selecitng Tool -> Copy option it opens in browser automatically.
    Can we display the output in EXCEL , similar to a report whose output is PDF and the "Format" is "PDF"
    Thanks and Regards
    RajeKuma

    Hi Rajekuma
    For the 1st question ,i agree with yerroju.
    For the 2nd one , Please do the following
    1) Set profile option values to 'Browser' for 'Viewer: Application for Text' and 'Viewer: Text' either at site-level or underlined user level.
    2) Add following entry to the "Viewer Options" ( Sysadmin --> Install -> Viewer Options)
    File_Format     Mime Type     Description
    Excel          application/vnd.ms-excel Microsoft Excel
    if this entry is there for mime type then leave this step.
    Hope this helps you
    Thanks
    Darshan

  • XML Report Excel Output Numeric & Character value left aligned

    Hi,
    I want the XML Report Excel ouput both numberic and character values to be left aligned in the report ouput. Currently my report excel ouput prints the number value right aligned and character value left aligned.
    I have tried to concat a space to the value to make that as a character value, but this gives a extra space in the report output, which shld not happen..
    Please could anyone help me with a solution.
    Thanks

    Hi Uday,
    You are making number as a string, by adding a character :) , so it will be displayed as string with space and not as number.

  • XML Report - Excel output automatic cell expand

    Hi,
    I created a XML report with Excel output. It works fine but I have 35 columns in that report.
    When I open the excel file - columns are not expanded, user needs to expand it manually.
    But It should automatically expanded when the user opens the report. How can i do that?
    Thanks in advance.

    You need to create the rtf template with enough width for each column to render the output fully expanded when viewed from BI Publisher Desktop, which will look the same when run as a concurrent request. If you used the table wizard to create your excel layout, you can widen the columns in Word and paste/enter some spaces before or after each header field in the top row which will force the html rendering that XML Plublisher utilizes to widen the columns when creating Excel output. The fundamental disconnect here is XML Publisher is not rendering .xls or .csv output, but rather html that opens in Excel minus most Excel formatting. You might need to use a 22 inch landscape layout to fit all 35 columns after they are widened.

  • XML: Filecontent, data - output

    I can output my xml filcontent.  Now I want to format the output.  How can I see the data relationship.  While researching api's and webservices I've seen people output boxed charts, how is this done.  I want to control how I display the data in the fileconten.

    The first place to start, to get a feel of the structure within any entity, is to do a
    <cfdump var="#variable_name#">

  • XML Report Concurrent Output Error

    Hi
    when i am running the Oracle Concurrent it successfully run but when i see the output it gives error below its Mentioned.where is the Problem.
    Kindly reply me asap.
    i will be thankful to u
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Edited by: 811288 on Dec 7, 2010 1:14 AM

    Laszlo,
    What exactly are you trying to achieve here? Have you tried OmniPortlet yet?
    Udv,
    Peter

  • XML report with excel as output in oracle HRMS

    Hi All,
    I need to develop an xml report with output in excel sheet.
    The ouput should contain fulltime employee details in one tab and partime employee details in another tab.
    Is this possible.Plz guide as to how to achive this. Any reference document or link is appreciated.
    Thanks....

    You can use BI publisher for your requirement -
    Create a Concurrent program which is based on the executable 'XDODTEXE'
    The Short_Name of the concurrent program should be the same as the data_definition short_name from Xml Publisher responsibility.
    You can go through the link provided by Alex for creating the UI Template and the data template.
    Cheers,
    VB

  • Send the Report Data to SMS channel thru XML Publisher Report : Reg

    Hi All,
    I have requirement like, I need to sent the report data (output) to SMS (Mobile) thru help of XML Publisher.
    My Report channel is SMS, i have this done thru Report Definition (Page).
    Now, my doubt is
    1. HOW TO CONFIGURE THE SMS ?
    2. AFTER CONFIGURATION, HOW TO LINK WITH XML PUBLISHER.
    This requirement we are doing in Fit Cap analysis for one your Peoplesoft Client
    Thanks, Krishnaraj Sundararajan

    I Am also curious about how this will work

  • XML report output displays xml code instead of pdf

    Hi,
    My Release is R12.1.1, An xml report whose output is set as pdf. when running this report output is coming as xml code instead of pdf
    another xml report ouput is coming in word instead of pdf
    is there any additional settings required to display in pdf format
    eventhough i configured pasta.csg & ixlib.cfg files
    Thanks,
    Alig
    Edited by: user12257829 on Jun 2, 2010 11:41 PM
    Edited by: user12257829 on Jun 2, 2010 11:41 PM

    Hi,
    Helios
    Even i tried both MOS documents u have referenced, as both reports compeleting normally without any error
    one thing i want to know can application use the same pasta.cfg file for pdf and text format
    as i have a single pasta.cfg configured
    Thanks
    Alig
    Edited by: user12257829 on Jun 3, 2010 1:18 AM
    Edited by: user12257829 on Jun 3, 2010 1:18 AM

  • PO custom XML report output shows junk characters

    Hi,
    One of our PO custom XML report's output(pdf) shows junk characters. when these junk characters are copied to any text editor, it shows correct text characters.
    Below are our environment  details:
    RDBMS: 10.2.0.
    Oracle E-Business suite: 12.0.6
    OS: Oracle Sun 10
    This is a clone system and the issue started after cloning
    Please suggest.
    Thank you.

    Hi,
    I would appreciate if any one has any suggestion on this issue.
    Thank You,
    Mohammed

  • Emsg/signal 11 and REP-3000 problems after tweaking a PDF/XML report

    Hello everyone,
    Just wanted to check if anyone has encountered similar issues?
    We have a custom rdf report installed by our Consultant/VAR, and is called / run from Oracle EBS using the Request Manager. This is an XML report that outputs a PDF file from a template. This report runs without problems.
    We made a very slight tweak to the report's query, but now when we run the report, it reports an error, with the following message in the log file:
    EMSG:was terminated by signal 11
    REP3000 internal error starting oracle toolkit
    When we revert back to the earlier report, it runs without problems, but this new report reports this.
    I am pretty sure the changes made to the report weren't the cause of this issue because the tweaks are very minor AND I remember our Consultant/VAR encountering this issue when they first developed the report. However, they kind of forgot how they solved the issue before.
    Any ideas how to fix this?
    Thanks!
    Derrick

    This is just to close off a post I submitted years ago...in case it might help someone else in the future ...
    Everyone keeps saying to change the display configuration. And actually, they were correct!! We just had to change the s_display.
    In our case, we just set the s_display to :
    :0.0instead of
    hostname:0.0Then, we ran autoconfig for the Apps Tier.
    For some reason or another, this worked.
    This was on Oracle Linux 4, on EBS 11i.

  • Xml report not working after compiling original standard form FNDRSTND

    Dear all,
    I add my some code behind the button of view output in standard FNDRSUN.fmb form, I compile it and was working fine. After few days we bounce
    the application and realize that xml report are not opening. I take original form and compile it, after bouncing it start working fine.
    But when we did the same exercise in production, Problem still persist
    Please need your solid assistant.
    Thanks

    Please post the details of the application release, database version and OS.
    Are you saying you can't open XML reports log/output files after you bounce the application services? If yes, what is the error? Can you find any errors in the OPP/CM/DB log files?
    Can you share the code you have implemented to view the output files?
    Thanks,
    Hussein

Maybe you are looking for

  • IPhone 3gs is no longer charging

    After an unfortunate accident, my iPhone has been having weird charge cycles. Every time I plug it in, it will charge like normal for a second and then give me the message "Charging is not supported on this accessory". The extremely odd part is that

  • External SSD drive not working with mavericks anymore!

    The second I upgraded to Mavericks and used my external SSD drive, my external drive stopped working. I also doesnt want to initialize anymore either in disk utility! Can someone from apple please tell me whats going on?

  • A hierachy with several characteristics in Integrated Planning

    Hi gurus! Have you been able to implement an input-ready query with a hierarchy for several characteristics in row area? I have two characteristics, 0SEM_POSIT and 0ACCOUNT and the requirement is that plan figures should be posted to 0SEM_POSIT but h

  • Server0 fails JLaunchIExitJava: exit hook is called (rc=-11113)

    Hello, I am unable to get server0 to start back up after a reboot.  It errors out with exitcode  -11113.  I also have a service sapccmsr.01 that starts for a second and then stops again.  I am unable to log into the J2EE engine to make changes. Any i

  • Why do my iPhone photos import all scrambled?

    Some but not all of my photos import with this scrambling through them. They don't appear like this until they are imported through iPhoto. Any help?