XML Report in Arabic login in Oracle apps

Hi,
I have created a XML report in Oracle apps, the data is coming properly from english login.
But when we login from Arabic Login then report does not show any data.
The data does not come even after hard coding the values.
Any clue for the issue..
Below is the main query in the report.
SELECT
PAC1.PAYROLL_ID ,
PAC1.PAYROLL_ACTION_ID ,
HR_PAYROLLS.DISPLAY_PERIOD_NAME(PAC1.PAYROLL_ACTION_ID) PERIOD_NAME,
PRO.PAYROLL_NAME
,TO_CHAR(SYSDATE,'DD-MM-YYYY') REPORT_DATE1
FROM pay_payrolls_f pro,
pay_payroll_actions pac1
,PER_TIME_PERIODS_V V
WHERE pac1.payroll_id = pro.payroll_id (+)
AND pac1.effective_date BETWEEN pro.effective_start_date (+) AND pro.effective_end_date (+)
AND DECODE( PAC1.ACTION_TYPE, 'H', NVL(pay_payroll_actions_pkg.decode_cheque_type(pac1.business_group_id), HR_GENERAL.DECODE_LOOKUP('ACTION_TYPE', PAC1.ACTION_TYPE)), 'T', DECODE(instrb(PAC1.LEGISLATIVE_PARAMETERS,'SLA_MODE=Y'), 0, HR_GENERAL.DECODE_LOOKUP('TRANSFER_TO_LEDGER', 'GL'), NULL, HR_GENERAL.DECODE_LOOKUP('TRANSFER_TO_LEDGER', 'GL'), HR_GENERAL.DECODE_LOOKUP('TRANSFER_TO_LEDGER', 'SLA')) , HR_GENERAL.DECODE_LOOKUP('ACTION_TYPE', PAC1.ACTION_TYPE)) = 'Run'
AND PAC1.Payroll_id = 61--:P_PAYROLL_ID
AND PAC1.time_period_id = V.time_period_id
AND to_char(v.start_date,'MM-YYYY') = '01-2013'--:P_MONTH

in the next time use EBS related forums - https://forums.oracle.com/forums/category.jspa?categoryID=3
BTW
looks like that for Arabic language you haven't some data
in your main query you have PER_TIME_PERIODS_V which based on HR_LOOKUPS which depend on session language
CREATE OR REPLACE VIEW HR_LOOKUPS
where FLV.LANGUAGE = userenv('LANG')
...so check data in HR_LOOKUPS for Arabic language
you can check it by query without PER_TIME_PERIODS_V
also you can modify your main query like
select t.PAYROLL_ID,
       t.PAYROLL_ACTION_ID,
       t.PERIOD_NAME,
       t.PAYROLL_NAME,
       t.REPORT_DATE1
  from (SELECT PAC1.PAYROLL_ID,
               PAC1.PAYROLL_ACTION_ID,
               HR_PAYROLLS.DISPLAY_PERIOD_NAME(PAC1.PAYROLL_ACTION_ID) PERIOD_NAME,
               PRO.PAYROLL_NAME,
               TO_CHAR(SYSDATE, 'DD-MM-YYYY') REPORT_DATE1,
               PAC1.time_period_id
          FROM pay_payrolls_f pro, pay_payroll_actions pac1
         WHERE pac1.payroll_id = pro.payroll_id(+)
           AND pac1.effective_date BETWEEN pro.effective_start_date(+) AND
               pro.effective_end_date(+)
           AND DECODE(PAC1.ACTION_TYPE,
                      'H',
                      NVL(pay_payroll_actions_pkg.decode_cheque_type(pac1.business_group_id),
                          HR_GENERAL.DECODE_LOOKUP('ACTION_TYPE',
                                                   PAC1.ACTION_TYPE)),
                      'T',
                      DECODE(instrb(PAC1.LEGISLATIVE_PARAMETERS, 'SLA_MODE=Y'),
                             0,
                             HR_GENERAL.DECODE_LOOKUP('TRANSFER_TO_LEDGER',
                                                      'GL'),
                             NULL,
                             HR_GENERAL.DECODE_LOOKUP('TRANSFER_TO_LEDGER',
                                                      'GL'),
                             HR_GENERAL.DECODE_LOOKUP('TRANSFER_TO_LEDGER',
                                                      'SLA')),
                      HR_GENERAL.DECODE_LOOKUP('ACTION_TYPE',
                                               PAC1.ACTION_TYPE)) = 'Run'
           AND PAC1.Payroll_id = 61 --:P_PAYROLL_ID
        ) t
  left outer join PER_TIME_PERIODS_V V
    on (t.time_period_id = V.time_period_id AND
       to_char(v.start_date, 'MM-YYYY') = '01-2013' --:P_MONTH
       )

Similar Messages

  • Issue with IE8, during login to Oracle Apps 11.5.9 front end

    Hi,
    One of the user is getting below error message window in IE8, when he tries to login to Oracle Apps 11.5.9 front end, with his username and password:
    "Errors on this webpage might cause it to work incorrectly.
    Element not found
    Common2_2_24_2.js Line 2722
    Code:0 Char:1
    URI:http://myserver.x.com:8020/OA_HTML/cabo/jsLibs/Common2_2_24_2.js"
    User tried deleting cookies and temporary internet files aslo, restore default as well nothing seemed to be worked.
    Please suggest.
    Regards,
    Purnima

    I assume you mean in the security settings screen of IE. There are several differences:
    Description     User's Computer     Other Computer
    Allow previously unused ActiveX controls to run without prompt     Enable     Disable
    Allow Scriptlets     Enable     Disable
    Automatic prompting for ActiveX controls     Enable     Disable
    Only allow approved domains to use ActiveX without prompt     Disable     Enable
    Automatic prompting for file downloads     Enable     Disable
    Access data sources across domains     Prompt     Disable
    Allow scripting of Microsoft web browser control     Enable     Disable
    Allow script-initiated windows without size or position constraints     Enable     Disable
    Allow websites to open windows without address or status bars Enable Disable
    Don’t prompt for client certificate selection when no certificates or only
    one certificate exists     Enable     Disable
    Include local directory path when uploading files to a server     Enable     Disable
    Launching applications and unsafe files     Enable     Prompt
    Software channel permissions     Medium safety     Does not have this option listed
    Use Pop-up Blocker     Disable     Enable
    Use SmartScreen Filter     Disable     Enable
    Allow status bar updated via script     Enable     Disable
    Allow websites to prompt for information using scripted windows     Enable     Disable
    Enable XSS filter     Disable     Enable
    User even changed above IE setting according to the other IE but he still gets the same error.
    Regards,
    Purnima

  • What all happens when we login to Oracle apps

    What all happens when we login to Oracle apps ? What all files are touched when we login to applications, like when DBC file is use, applsyspub/Guest user comes into picture ?
    Thanks

    Hi;
    Pelase check below thread i belive they will answer you:
    Login process
    Full cycle ...
    Re: Full cycle ...
    Regard
    Helios

  • Do the shell script have to login into Oracle Apps

    I am calling the Document Processor Java API from a shell script. The problem I have that its unable to find the
    xdo://PO.POXPRPOLXMLRTF.en.US/?getSource=true
    file within the control file.
    Is this because somewhere a shell variable needs to be set, or a login need to be made into the Oracle Apps, so this template stored in XML Publisher is accessible.
    Please advise!

    Another things you can do is
    begin
    tmp_res := apps.fnd_web_sec.CHANGE_PASSWORD('TESTUSER','changeme',false);
    update fnd_user set password_date = null where user_name = 'TESTUSER'';
    end;
    Once you do this, when the TESTUSER logs in with the password=changeme, he/she will be redirected to the change password page.
    Hope this helps,
    Sandeep Gandhi

  • Report Image not clear in Oracle Apps

    Hi guys
    I wonder if you can help me. I have a report with a logo. The report works fine but when I run it in Oracle Apps, the logo comes out blur. My output is PDF. Is there a way I can make the image look clear?

    Refer
    How to CLEAR all the items in OAF on a button click
    Clear Button Issue
    -Anand

  • Directing url logins to Oracle apps

    Hi,
    If I connect to Oracle apps using this link:
    http://adedapo.gbitero.com:8001/
    and I want to access the same page using http://www.scm.gbitero.com or http://scm.gbitero.com
    What is the best way to do this?
    Is this the alias/ virtual host thing of the apache?
    Thanks

    I'm not sure about using both of those URLs, normally they'd be separate servers which I think is ok. Check the doco e.g. DMZ/internal config.
    One thing to point out is that it is not just one port that is used with Oracle EBS. Sure 8005 in your case would be the main port for HTML/OAF based pages within EBS, but you've also got Forms on (probably) 9005, plus if you use things like Discoverer, OEM and other products that run on separate ports then if they "have not been configured" then you'll have problems with those.
    I'm guessing you've got Firewalls that prompts your "have not been configured" statement. You'll need to look closely at the required incoming ports and allow them through firewalls (+ routers if necessary).
    Gareth

  • Very Urgent !! XMLP reports not printing directly from Oracle Apps.

    Hi ,
    We are not able to print XMLP reports directly from Oracle Applications(Concurrent Manager) to the printer.
    We have checked the following setups and they are ok.
    1. Have a Postscript ready printer.
    2. PASTA has been installed and setup.
    3. The printer type "--Pasta Universal Printer Type" is associated with the printer and that the seeded "PDF Publisher" print style and PASTA_PDF printer driver are associated with the printer type. Third party program "pdftops" has been installed in the instance.
    4. pasta_pdf.cfg is present and that it contains an "uncommented" entry as follows:
    preprocess=pdftops {infile} {outfile}
    5. The XMLP Report also has print style as "PDF Publisher".
    Initially, Step 5 was not being followed and the printer was printing the XML data instead of the pdf output.
    Now, after changing it to PDF Publisher, nothing is coming as output to the printer.
    I have checked that both the XML and pdf files are getting generated.
    Does anyone have any idea what could be the problem? Any help is greatly appreciated.
    Regards,
    Satrajit

    Hi Satrajit,
    Please make sure you have pdftops is available on the server and in the PATH.
    Please run following two commands.
    $ which pdftops
    $ which pdf2ps
    Please use one of two commands you found in the server.
    Please review Metalink Note 338990.1 for more details.
    Thanks,
    Shinji

  • Forms not opening in Self service login in Oracle Apps 11i

    Hi ,
    We had cloned one instance and after the clone the self service login is not opening . This is 11.5.8 version of oracle Applications.
    I can able to login to dev60cgi/f60cgi page and no issues on that . i am facing the issues at self service.please suggest.
    Thanks
    Saidabi

    Hi
    The issue got resolved and the forms are opened . Issue is with the tnsnames.ora in $IAS_ORACLE_HOME/network/admin. we are doing this DB clone in new host and the host entires in tnsnames.ora is rooting to old host entires. We found that and corrected to the new host entries and the issue got resolved. Thanks for your suggestions.Thanks for share solution
    Regard
    Helios

  • Viwing XML source from Diagnostics windows in Oracle Apps- issue

    Hi,
    After the Request was finnished I press Diagnostics button and then View XML in order to see the data. But this is what I've got:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <DATA>
    - <LIST_ROW>
    - <ROW>
    <ACCOUNT_NUMBER>BBE00001</ACCOUNT_NUMBER>
    <CUSTOMER_REF>00001</CUSTOMER_REF>
    <CUSTOMER_NAME>FORTIS</CUSTOMER_NAME>
    <CONTACT />
    <REFERENCE />
    <ADDRESS1>Rue Montagne du Parc 1</ADDRESS1>
    <ADDRESS2 />
    <ADDRESSEE>Accounting Department</ADDRESSEE>
    <LANGUAGE>EN</LANGUAGE>
    <POSTAL_CODE>1000</POSTAL_CODE>
    <CITY>Bruxelles</CITY>
    <COUNTY />
    <COUNTRY>Belgium</COUNTRY>
    <TRANSACTION_DATE>01.01.2005</TRANSACTION_DATE>
    <C_VAT_NUMBER />
    <TRANSACTION_NUMBER>20070006</TRANSACTION_NUMBER>
    <INVOICE_REFERENCE>test reference</INVOICE_REFERENCE>
    <TYPE>INV</TYPE>
    <DESCRIPTION>BBE memo line</DESCRIPTION>
    <TITLE />
    <SUBTITLE />
    <QUANTITY>5</QUANTITY>
    <UNIT_PRICE>820.89</UNIT_PRICE>
    <TOTAL>4104.45</TOTAL>
    <FREE_TEXT />
    <DUE_DATE>06.01.2005</DUE_DATE>
    <CURRENCY>Euro</CURRENCY>
    <TAX_CODE>Exempt</TAX_CODE>
    <TAX_RATE>0</TAX_RATE>
    <TAX_AMOUNT>0</TAX_AMOUNT>
    <E_VAT_NUMBER>BE429875591</E_VAT_NUMBER>
    <TRX_TYPE_MESSAGE />
    <STATUS />
    <TOTAL_VAT_INCL>4104.45</TOTAL_VAT_INCL>
    </ROW>
    - <ROW>
    <ACCOUNT_NUMBER>CRESTBBE</ACCOUNT_NUMBER>
    <CUSTOMER_REF />
    <CUSTOMER_NAME>EOC Internal Customer BBE</CUSTOMER_NAME>
    <CONTACT />
    <REFERENCE />
    <ADDRESS1>Av Albert II</ADDRESS1>
    <ADDRESS2>bus 1</ADDRESS2>
    <ADDRESSEE>Johan M</ADDRESSEE>
    <LANGUAGE>NL</LANGUAGE>
    <POSTAL_CODE>1000</POSTAL_CODE>
    <CITY>Brussels</CITY>
    <COUNTY />
    <COUNTRY>Belgium</COUNTRY>
    <TRANSACTION_DATE>01.02.2005</TRANSACTION_DATE>
    <C_VAT_NUMBER />
    <TRANSACTION_NUMBER>20070025</TRANSACTION_NUMBER>
    <INVOICE_REFERENCE />
    <TYPE>INV</TYPE>
    <DESCRIPTION>interco test</DESCRIPTION>
    <TITLE />
    <SUBTITLE />
    <QUANTITY>1</QUANTITY>
    <UNIT_PRICE>1000</UNIT_PRICE>
    <TOTAL>1000</TOTAL>
    <FREE_TEXT />
    <DUE_DATE>06.02.2005</DUE_DATE>
    <CURRENCY>Pound Sterling</CURRENCY>
    <TAX_CODE>T10</TAX_CODE>
    <TAX_RATE>10</TAX_RATE>
    <TAX_AMOUNT>100</TAX_AMOUNT>
    <E_VAT_NUMBER />
    <TRX_TYPE_MESSAGE />
    <STATUS />
    <TOTAL_VAT_INCL>1100</TOTAL_VAT_INCL>
    </ROW>
    - <ROW>
    <ACCOUNT_NUMBER>CRESTBBE</ACCOUNT_NUMBER>
    <CUSTOMER_REF />
    <CUSTOMER_NAME>EOC Internal Customer BBE</CUSTOMER_NAME>
    <CONTACT />
    <REFERENCE />
    <ADDRESS1>Av Albert II</ADDRESS1>
    <ADDRESS2>bus 1</ADDRESS2>
    <ADDRESSEE>Johan M</ADDRESSEE>
    <LANGUAGE>NL</LANGUAGE>
    <POSTAL_CODE>1000</POSTAL_CODE>
    <CITY>Brussels</CITY>
    <COUNTY />
    <COUNTRY>Belgium</COUNTRY>
    <TRANSACTION_DATE>01.03.2005</TRANSACTION_DATE>
    <C_VAT_NUMBER />
    <TRANSACTION_NUMBER>20070026</TRANSACTION_NUMBER>
    <INVOICE_REFERENCE />
    <TYPE>INV</TYPE>
    <DESCRIPTION>interco test</DESCRIPTION>
    <TITLE />
    <SUBTITLE />
    <QUANTITY>1</QUANTITY>
    <UNIT_PRICE>1000</UNIT_PRICE>
    <TOTAL>1000</TOTAL>
    <FREE_TEXT />
    <DUE_DATE>06.03.2005</DUE_DATE>
    <CURRENCY>Pound Sterling</CURRENCY>
    <TAX_CODE>T10</TAX_CODE>
    <TAX_RATE>10</TAX_RATE>
    <TAX_AMOUNT>100</TAX_AMOUNT>
    <E_VAT_NUMBER />
    <TRX_TYPE_MESSAGE />
    <STATUS />
    <TOTAL_VAT_INCL>1100</TOTAL_VAT_INCL>
    </ROW>
    - <ROW>
    <ACCOUNT_NUMBER>BBE11338</ACCOUNT_NUMBER>
    <CUSTOMER_REF>11338</CUSTOMER_REF>
    <CUSTOMER_NAME>ING Belgique</CUSTOMER_NAME>
    <CONTACT />
    <REFERENCE />
    <ADDRESS1>Avenue Marnix 24</ADDRESS1>
    <ADDRESS2 />
    <ADDRESSEE />
    <LANGUAGE>FR</LANGUAGE>
    <POSTAL_CODE>1000</POSTAL_CODE>
    <CITY>Bruxelles</CITY>
    <COUNTY />
    <COUNTRY>Belgium</COUNTRY>
    <TRANSACTION_DATE>01.01.2005</TRANSACTION_DATE>
    <C_VAT_NUMBER />
    <TRANSACTION_NUMBER>20070023</TRANSACTION_NUMBER>
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found in text content. Error processing resource 'http://dzatngf1.beprod01.eoc.dev:8012/OA_CGI/FND...
    <ADDRESSEE>A l&apos;attention de la comptabilit
    gin-left:1em;text-indent:-2em"> <INVOICE_REFERENCE />
    <TYPE>INV</TYPE>
    <DESCRIPTION>BBE memo line</DESCRIPTION>
    <TITLE />
    I have to mention that the report is looking well with all the data.... Only when I press View XML I'm getting this error.
    Any idea?
    Regards,
    Marius

    Hi
    i am getting the same sort of problem. can u please tell me how u did it.
    actually my problem is In concurrent program i changed the output format to xml and run the report it was giving the xml out put but when i am saying copy file it was giving me the error like below
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    A name contained an invalid character. Error processing resource
    <EXT_#></EXT_#>
    ---------------^
    i need to use the xmloutput to tag the template in XMLP.
    i think the problem is with special charater "#". so how can i change that....?
    can any one please help me...
    thanks
    burada

  • Oracle Apps.XML reports ending with warning when the report output contains

    Hi I have XML reports. When we run these reports as concurrent program through Oracle Apps. window and if the report output contains special characters(like Chineese data) in between of English, then the concurrent program is ending with warning. If we remove special characters then it is working fine or when we run the report query directly from backend it is working fine.
    We are importing this data from legacy system into oracle apps. and we can't control these characters or decode them with some other charactes.
    Can any one guide me how to get the XML report output with special characters.
    Thanks in advance.
    Chandra Babu Lankipalli.

    Hi Hussein,
    The concurrent program is ending with Warning. It is unable to publish output file.
    For the same when we remove special characters and run the program it is completing and generating the
    output. The log fine is as follows when the data file contains special characters.
    Custom Application: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXFA_AR_WIN_EXCEPTION module: XXFA AR Wintrack Customer Interface Exception Report
    Current system time is 23-MAR-2009 05:33:19
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_CUST_ERRORED='3'
    P_CUST_SUCCESS='0'
    P_CUST_TOTAL='3'
    P_REQUEST_ID='4661283'
    P_USER_NAME='SYSADMIN'
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /d01/oracle/fadevora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /d01/oracle/fadevora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Report Builder: Release 6.0.8.25.0 - Production on Mon Mar 23 05:33:19 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 4661284 on node FAHQSNA01SFTD03 at 23-MAR-2009 05:33:20.
    Post-processing of request 4661284 failed at 23-MAR-2009 05:33:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 23-MAR-2009 05:33:21
    Thanks in advance.
    Chandra

  • Oracle XML Gateway- Mapping XML to Oracle Apps API - Wrong Number or types

    XML GATEWAY INBOUND – CALLING AN API (PL/SQL record type IN variable) TO INSERT THE DATA INTO SAMPLE TABLE
    Hi,
    I am using XML Gateway to push data into Oracle Apps using a procedure call with “Record Type” as the parameter. I am getting a “wrong number” or types of arguments mismatch error inspite of following the process described in the Oracle XML Gateway User’s Guide
    Steps followed:
    DB
    1. I Created a sample table XX_CUST_HIST(ID NUMBER, ACCOUNT_NAME VARCHAR2(50), FIRST_NAME VARCHAR2(50), LAST_NAME VARCHAR2(50), TITLE VARCHAR2(50))
    2. I then Created a package ‘XX_XML_DEMO_API’ in which we have defined a record type and a procedure.
    3. The Record type ‘customerRecordType’ holds account_name , first_name, last_name and the title.
    4. The Procedure ‘insert_customer_r’ takes 2 IN arguments :
    1. p_ id number
    2. p_customer customerRecordType
    5. The procedure will insert the values into xx_cust_hist table
    p_id -> id
    p_customer.account_name -> account_name
    p_customer.first_name -> first_name
    p_customer.last_name -> last_name
    p_customer.title -> title
    Now I need to call the procedure ‘XX_XML_DEMO_API . insert_customer_r’ from XML gateway.
    Following are the steps to call the procedure:
    [1] Create DTD
    ELEMENT NEW_CUSTOMER_APIR (DATAAREA)
    ELEMENT DATAAREA (CUSTOMER_DATA)
    ELEMENT CUSTOMER_DATA (ID, CUSTOMER_RECORD)
    ELEMENT ID (#PCDATA) ELEMENT CUSTOMER_RECORD (ACCOUNT_NAME, FIRST_NAME, LAST_NAME, TITLE)
    ELEMENT ACCOUNT_NAME (#PCDATA)
    ELEMENT FIRST_NAME (#PCDATA)
    ELEMENT LAST_NAME (#PCDATA)
    ELEMENT TITLE (#PCDATA)
    [2] Creation of XML map Data Definition type for Source and Destination are set to XML.
    While executing the procedure ‘XX_XML_DEMO_API . insert_customer_r’ in post_process from the message designer, instead of 2 (p_id IN number , p_customer IN customerRecordType) parameters it is showing 6 parameters (p_id IN number, p_customer IN customerRecordType, account_name IN varchar2, first_name IN varchar2, last_name IN varchar2, title IN varchar2). Six parameters are getting mapped, instead of the 2 that the procedure really needs.
    [3] Testing of XML map. Error message in transaction monitor:
    ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'INSERT_CUSTOMER_R' ORA-06550: line 1, column 7: PL/SQL: Statement ignored -
    ECX_ACTIONS.BIND_PROC_VARIABLES
    The process executed and produced the error message given in the step 3. The standard documentation is unclear on how this should be done. Being a newbie to the XML Gateway technology I am unable to get a clue about what the error message could be and which step of the process produced the message. Could anyone help me to proceed further?
    Thanks in advance.

    Hi Siva,
    It seems like the walletkey property of event type is defined incorrectly. Please try by defining the event as follows:
    <wlevs:property name="walletkey" type="char" length="20"/>
    Use "char" instead of "char[]".
    Best Regards,
    Sandeep

  • 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

  • URGENT: How to Run an existing Oracle apps page in Jdev 10g

    Hi All,
    I have downloaded Jdeveloper 10G with OA Extension from the patch 5856648. I am able to successfully run the "test_fwktutorial.jsp" and "HelloWordPG.xml". I need to customize an existing Oracle apps page for one of our client requirement. I've done the following:
    1. Downloaded the BC4J components of the page which include xml and .class files from $JAVA_TOP/oracle/apps/ego and placed it in myproject( C:\p5856648_R12_GENERIC\jdevhome\myprojects) and also myclasses( C:\p5856648_R12_GENERIC\jdevhome\myclasses) folder of my jdeveloper.
    2. Downloaded the mds PG.xml from $APPL_TOP/ego/mds and placed it in C:\p5856648_R12_GENERIC\jdevbin\jdev\oamdsxml\fwk with the appropriate folder structure.
    I need to extend one of the VO and one of the controllers from the above standard oracle files. But since there are only .class files in the server, if I open the .class files, the methods are missing in those files. By decompiling the class files also, during run time it gives me error.
    What is the right approach and steps to use the existing Oracle apps files. Is there some way in Jdeveloper where we can set the source of java file with compiled .class files. I'm not able to work in the Jdeveloper for this customization. Please could some one help.
    Thanks & Regards,
    Anita

    1st thing to make sure is that you want to do changes for an R12 instance because that's this version of Jdev is provided for.
    Class files are required in myclasses folder only. Also page xml files should be in myprojects folder with the appropriate folder path.
    Decompiling class files are only way to work with them.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Using Discoverer with Oracle Apps

    Hi,
    I have Oracle Apps vision instance on my laptop. I installed Discoverer Administrator and Desktop. But when I connect through Desktop, it only recognizes database users. When I check Application User check box still it did not recognize the Oracle Apps user 'SYSADMIN', the error message is 'Invalid username/password' which is a valid user and I could login to Oracle Apps using it and it has many responsibilities.
    Is there a step I am missing to synchronize Apps users with database or Discoverer Administrator/Desktop so that I can login to Desktop using Apps user to create workbooks.
    Thanks,
    Suresh

    Hi Rod,
    Thanks for the reply. At the time of creation of EUL it gives two options
    1. Grant Access to Public
    2. New EUL is for use by Oracle Applications users only
    When I selected the second one I am not able to access it by any user from desktop tool but when I used the first option I can only login from Desktop using database users only not Appliations users, it gives error message 'Invalid username/password'. I dont see anywhere else I need to do something while creating EUL.
    Please give me the insight into this.
    Thanks,
    Suresh

  • Oracle Apps and HTML DB Integration Problems

    Hi,
    I have integrated Oracle Apps and HTML DB, using custom authentication schema so that HTML DB looks for APPS username and password for validation.
    Also, i have created menu, responsiblity, functions, custom application etc, so that user can login from Oracle Apps login screen and then select the responsibility which will redirect to HTML DB Applications page.
    My problem is, once the user clicks on the Responsbility and the function(which is nothing but HTML DB Page), it is redirecting to login page and i need to re-enter the apps user name and password again to access HTML DB applications.
    Is there any way, can i redirect the user directly into my HTML DB application page, without taking him to login page of HTML DB application and also uses the APPS user name and password which he had entered in the Oracle Apps login page.
    I need your help on doing the same. Please respond.
    Thanks
    Ram

    Hi Scott,
    Thanks for the quick reply. I agree with you in terms of validating the session but I haven't been able to get that to work - one of my earlier posts describes the issues I have experienced:
    Authentication and SSO (non-Oracle)
    I suppose my question is - is there a simple way for the APEX app to validate that there is an active Apps session cookie?
    In terms of the encrypted password, what I have been trying to do was make use of the FND_WEB_SEC.VALIDATE_LOGIN method which is described in other posts and the Scott Spendolini presentation on integrating apps.
    Thanks,
    Stuart

Maybe you are looking for