Oracle rdf reports - MLS R12

Hi,
I am working on Oracle EBS R12 which has full MLS installed. I have a custom rdf report and I have a base rtf in US-English and generated a French version using the "Translatable" option using xlif file.
Post installation of full MLS, I see that a separate language directory is created under each prodcut top. So now I see /report/US and reports/F. My question is, should I place my custom .rdf file in both US and F directories or placing in just US directory alone is sufficient?
Regards,
Divya

882517 wrote:
Hi,
I am working on Oracle EBS R12 which has full MLS installed. I have a custom rdf report and I have a base rtf in US-English and generated a French version using the "Translatable" option using xlif file.
Post installation of full MLS, I see that a separate language directory is created under each prodcut top. So now I see /report/US and reports/F. My question is, should I place my custom .rdf file in both US and F directories or placing in just US directory alone is sufficient?
Regards,
Divya
When you install Oracle E-Business Suite in a language other than American English, each product tree includes directories that use the relevant NLS language code. These directories hold translated data, forms, and message files. For example, the language directory named D designates German. The data loader files in the D subdirectory of the admin directory contain the German translation of the product seed data.
The US subdirectory in the forms directory contains Oracle Forms forms in American English. The D directory in the forms directory contains the same forms, translated into German. However, the mesg directory contains message files in both American English and German.
Language Files
http://docs.oracle.com/cd/E18727_01/doc.121/e12841/T120505T120509.htm#338712
Thanks,
Hussein

Similar Messages

  • How to print message in oracle rdf report output?

    Hi,
    There is a requirement to print message in output of oracle rdf report. srw.message prints the message in log file but how to print message in output.
    Please suggest.
    Thanks & Regards,
    Sunita

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • Oracle rdf report format

    I want a help form you . If you can, please share.
    In a oracle .rdf report, suppose data are arranged in this format, like this
    RED     5
    RED     6
    RED     10
    GREEN     15
    GREEN     2
    BLUE     10
    BLUE     5
    but now, I want the report like this format:-
    RED     5
    ''     6
    ''     10
    GREEN     15
    "     2
    BLUE     10
    "     5
    How can i do this ? I am waiting for your early reply.

    In Data Model, find the group that contains your data.
    In that group:
    1. create a formula column named for example ”CF_set_value_color”
    2. create a placeholder column named for example ”CP_show_value_color” of VARCHAR2
    Outside the group; create a stand alone placeholder named ”CP_last_value_color” of VARCHAR2
    Now, create a PL/SQL procedure for your formula column ”CF_set_value_color:
    ”color” should be replaced with the name of the column that returns RED, GREEN or BLUE..
    function CF_set_value_colorFormula return Number is
    begin
    -- First row
    if :cp_last_value_color is null then
    -- Set values for placeholders
    :cp_last_value_color := :color;
    :cp_show_value_color := :color;
    else
    -- Second row and beyond
    if :cp_last_value_color = :color then
    -- If last color is the same as the current, show "
    :cp_show_value_color := '"';
    else
    -- If last color is NOT the same as this one, show new color
    :cp_last_value_color := :color; -- Set for comparison of next row
    :cp_show_value_color := :color;
    end if;
    end if;
    return 1;
    end;
    For each row the query retrieves, the value of “CP_show_value_color” will be RED, ”, ”, GREEN, ”, BLUE, ”
    Use that column for output instead of ”color” and it should work just fine.
    Morten

  • How to Print BARCODE in oracle RDF report

    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.
    Thanks & Regards,
    Suresh

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • Layout issue in Oracle rdf

    Hi Experts,
    I am facing a strange issue in oracle rdf reports.
    Requesting an assistance from you.
    I have a report which displays the vendor information.
    For all the vendors the layout is working fine for me, but for one particular vendor the vendor name is splitting into 2 lines as follows.
    EAD - Empresa de Arquivo de
    Documentação, SA
    But it is one name as 'EAD - Empresa de Arquivo de Documentação, SA'.
    Please help me on this. how to display this as a single value.
    Thanks,
    Zaheer.

    This is probably because the field is not wide enough. Check the horizontal elasticity property of this field (and possibly the frames around it).

  • Oracle RDF as portlets

    Hello,
    How can I deploy a oracle rdf report as a portlet in Oracle 10g?
    Any help is highly appreciable.
    Thanks

    You can call you report on the Reports server via servlet.
    This will produce a PDF file.
    Is this what you looking for?
    This has nothing to do with Portal, but you can place the link in a portlet.

  • Oracle Apps RDF Report generates file with ^M (Carriage return) characters

    We are upgrading from 11i to r12 (also moving from HP unix to AIX on hardware side) and this rdf report generates a text file which is then eventually sent to a third party system for printing. Report works just fine in 11i as it generates a file without any ^M chars but in R12 environment, the same report generates file with ^M chars.
    Also want to understand how the Oracle Apps system hands over the output files to O/S which is saved.
    Pls advice
    Thanks
    Ram M.

    What type of concurrent program are we talk about here?
    This is a Report type of Concurrent program
    How does the text file get generated?
    Report is generating a Text file on :desname, a custom folder. 
    Was the binary mode used to copy the files from the old server to the new one?
    I believe RDF Reports were copied over in Binary format but none of the text files generated from old server are copied over.

  • Reports Requirements using R12 and Oracle 10g Reports

    Hi All,
    Looking forward to some valuable inputs to propose a technical solution in R12 using 10g Reports Developer.
    Requirements are :
    1. Report output should be in Excel Format. ( Is this possible without XML Publisher using 10g Reports only )
    2. Report Parameters to have multi selection criteria. ( Is this possible in 10g Reports and Oracle Apps, Report Manager responsibility ?)
    Regards,
    Anand

    >
    1. Report output should be in Excel Format. ( Is this possible without XML Publisher using 10g Reports only )
    >
    Yes, Reports can create output in Excel - but XML Publisher offers better and easier options.
    >
    2. Report Parameters to have multi selection criteria. ...
    >
    Pl explain what you mean by multi selection criteria.
    HTH
    Srini

  • Oracle self service reports in R12

    Hi,
    We are gonna upgrade from EBS 11i to EBS R12. In 11i we have several reports which are run as self service. Would like some suggestions is there any way we can run these reports in R12, One method is I redevelop the reports using XML publisher. Is there any way I can redevelop the these reports so that they run as self service pages.
    Your reply is appreciated.
    Regards,
    Boris

    Is there any patch required prior to start implementation of Self Service in R12.0.6. I've HR & Payroll running at present.
    is there any metalink note or tips before implemenating self service in R12.0.6?R12 Documentation Library
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    What Is the E-Business Suite Recommended Patch List (RPL) Tool? [ID 789483.1]
    Oracle Applications Current Patchset Comparison Utility - patchsets.sh [ID 139684.1]
    Oracle E-Business Suite HCM Information Center - Consolidated HRMS Mandatory Patch List [ID 1160507.1]
    Oracle HRMS Product Family - Release 11i and Release 12 Information [ID 135266.1]
    Latest Oracle HRMS Legislative Data Patch Available (HR Global / hrglobal) [ID 145837.1]
    Oracle EBS US and Canadian Payroll - 12.0.x Mandatory Patches [ID 386434.1]
    Thanks,
    Hussein

  • How to embed/show an image file (.jpeg or .jpg or .png) into a Oracle 10g report file (.rdf)

    Hi All,
    Morning , have an urgent requirement and need some guidance regards this.
    we are currently having an existing Oracle 10g reports file (.rdf)  lets say with name : Testing1.rdf .
    The report output is getting generated in a pdf format . it opens up in a pdf format..
    Now we want to embed an image file lets say : (logo.jpeg or logo.gif  ) into the report output..at run time the image from the image file should show up in the report output.
    Could someone please help as to how this could be achieved..and what approach we could follow for this...
    with regards
    Thanks as always !!

    Hi All,
    Morning ...just a follow up question to this original post : embedding the image files at runtime into an Oracle Report..
    We were able to achieve this by entering the folder location where the image files are place on the server in the REPORTS_PATH env variable in the report.sh file.
    Then we update this filename like file1.jpg into a table and from there we fetch this in the Oracle Reports data model directly.
    for The layout field we select the option as Image.
    All this works fine..
    Issue : The resolution of the embedded image in the generated report output is very low ...means the image appears there but it is not very clearly visible ..is there any way we could improve the IMAGE RESOLUTION in the report output....?????
    With regards

  • What oracle forms / reports version are using in EBS R12?

    Hi all,
    We are planning to upgrade to EBS R12. what oracle forms / reports version are using in EBS R12?
    Thanks.

    Hi,
    Forms and Reports 10.1.2.x are used by Oracle Applications Release 12.
    Note: 437878.1 - Upgrading Forms and Reports 10g in Oracle Applications Release 12
    Oracle Applications Concepts
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oacg.pdf
    upgrade forms reports R12
    http://forums.oracle.com/forums/search.jspa?threadID=&q=upgrade+forms+reports+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • RDF report layout output has changed in R12

    Hello experts,
    I am currently helping a client with R12 upgrade process. One of the things I noticed is that the RDF report pagelayout formatting has changed a little bit. Such as the header of a column has been left justified in R12 when in 11i it is centered. Also it seems like the font size may have been changed in R12. In 11i, one of the column headers shows 2 rows
    Extended
    Cost
    And in R12 it only shows Extended and the 2nd row is missing.
    Has anyone encountered this before?

    Is this a seeded or custom report?
    Does the same happen for all reports of the same type or just this specific one?
    Thanks,
    Hussein

  • Deploying 6i RDF reports into Oracle Reports 10g

    Hi
    We need urgent help on the below requirement,
    We have installed Oracle 10g Standalone Report Server (Oracle 10g Business Intelligence),
    We have some 6i RDF reports which are needed to be deployed into the newly installed 10g Report Server,
    had anybody done this before?
    Appreciate if you could provide steps to achieve this.
    This is a quite urgent requirement and any help will be highly appreciated.
    Thanks & Regards,
    Jeet

    Hello Jeet,
    PITSS can seriously help you with your deployment. Please contact me today to discuss your current environment and we can solve your urgent needs.
    Regards,
    Jason Marra
    +1 248 524 0328
    [email protected]

  • Purchase Order Report In R12

    Hi All,
    I have created a purchase order report in R12,in the test instance the report is running perfectly for all the operating units but when i moved the rdf to the LIVE instance the report is running for only one operating unit(nothing is hard coded in the rdf) and the report says completed normar but after clicking on view output i am getting a msg as the output is not generated for the concurrent request.
    After clicking on the view log i am getting an error msg as
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    Report Builder: Release 10.1.2.2.0 - Production on Tue Aug 19 16:41:18 2008
    Help me in fixing this issue.
    Thanks in advance

    Somu,
    chk note:
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210795.1

  • How to assign  custom rdf report as  stylesheet PO communicator

    R12 :How to assign custom rdf report as stylesheet PO communicator

    Are you trying to have the table where the lines are always be the same size no matter how many lines are present?
    If so, you some choices:
    1) If your lines are always the same height, you might get some ideas on what to do from this article:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html
    2) If your lines vary in height, then you should look into a PDF template. This will give you a pre-printed stationary look in which the drawing of boxes and lines is not affected by the data content.
    3) Other less attractive options are a) making the report in XSL-FO, and b) making a bitmapped RDF report
    There is currently no solution that I am aware of for a pre-printed stationary look using an RTF template in which the data lines are of variable height.

Maybe you are looking for

  • Firefox 31 CONSTANTLY hangs in Win 8.1 . . . and as usual, FF reps on this site blame anything and everything but the culprit: FF. It is quite maddening.

    Firefox 31 CONSTANTLY hangs in Win 8.1 . . . and as usual, FF reps on this site blame anything and everything but the culprit: FF. It is quite maddening. I would love for a software company to own up to their own problems. It would be SOO refreshing.

  • Trying to connect the scale parameter with a bouncing ball

    hi, to all and thanks for reading this is my first post I'm looking for a way to link the scale parameter of a ball to achieve a bounce effect. Im trying to use the new link behavior -I used the replicator to replicate a ball then I add the edge coll

  • Changing save location when Share to iDVD

    When I create slideshows and then choose to "Share to iDVD," the resulting movies are always filed in my Movies folder. I prefer them to be saved to my external hard drive, to conserve my disk space. How can I change this save location? Thanks, Tonia

  • Cannot Start Scheduler

    Hello All, I have Oracle BI instance and want to configure/install the scheduler. I user RCU to create Enterprice Scheduler -->DEV_ESS When I connect to Enterprise Manager -->Coreapplication-->BI Scheduler is down. what am I doing wrong? Thank you.

  • HTML Local Storage when closing the App

    Hello, I would like to know if the local storage of a html page included in an app will be saved when the app is closed, or the machine shutting down. Yet, I use Adobe Viewer v30 for testing on an iPad and the local storage is lost when I quit Adobe