Custom reports in Oracle Designer - HELP!

I have a need to write some custom reports in Oracle Designer. I know all the information is in the repository but don't know how to get it out.
Would anyone happen to know where I can get my hands on an ER diagram depicting the relationships across repository tables (meta model)?!

Start the RON. Choose a workarea. Select an object (table definition, view definition etc). Now open the properties. Select a line in the properties window and press F5. Now choose the "Model" button.
IExplorer is opened with information on the View in which these objects can be found.

Similar Messages

  • Custom report templates with the help of BI Publisher.

    Hi All,
    I have created custom report templates with the help of BI Publisher it is working as we excepted.
    refered : https://blogs.oracle.com/kyle/tags/reports
    But our requirement want to change the color of heading and include filters in output report, It is possible, if yes pls share you comments?
    Best Regards
    Pradeep

    how silly of me!
    just restarting the tomcat sorted the problem!!!

  • Font issue in Custom Reports in oracle Apps R12.1.1

    Hi Friends,
    I am using Oracle Apps R12.1.1. Vision Instance.
    i develop custom report (using 10g DS ) and i used Ariel a font and i deployed custom report.it works fine
    The same report i opened in report builder and add a new parameter and used the same font Ariel and saved and then deployed but the concuurent report is showing all the columns in symbol(western) font not in arial font.
    what could be the issue? the first report shows proper font.Please let me kno the fix
    Regards

    yes i have used template.fmb only , and am using FND_KEY_FLEX.DEFINE as i mentioned earlier ,
    i have not given any where clause -- should we give any where clause to retrieve the data into the combinations(LOV)?It depends on what values you want to retrieve.
    i mean my requirement is if i give % and press tab all the valid combinations should be displayed.
    its showing no entries found.Did you review 420787.1 referenced above?
    Thanks,
    Hussein

  • Custom report for a form help

    Hi
    We have just completed a competition where we collected customer details. The email address field had to be non mandatory so we hid the mandatory field in the code creating a default email to get around it, and created our own text field for email address.
    The problem is, when I extract the data, the first name and last name fields that were in the form are blank. Is there any way of accessing this data?
    Thanks

    As BC uses the email address as a primary key, I would imagine that FirstName and LastName were overwritten with each new submission, rather than being unique to each submission.
    Also, if any input name attributes did not exactly match the names of the fields BC was expecting, that data was never recorded.

  • Error "REP-0788: Warning" on registering custom report to e-Business Suite

    Hi
    I done the register of custom report to Oracle e-Business Suite 11i got the below error
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    Spawned Process 4579
    REP-3000: Internal error starting Oracle Toolkit.
    REP-0788: Warning: The value of restricted LOV parameter P_1 is not among the selectable values.
    Report Builder: Release 6.0.8.24.0 - Production on Tue Apr 14 10:25:34 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 715975.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    please anyone help on this.
    regards,
    sva

    Hi,
    What is the type of the report? Is it bitmap? If yes, please make sure that the DISPLAY is set properly. Also, change the report type to text and see if you can submit the request successfully.
    Here are some additional troubleshooting documents to look at:
    Note: 200474.1 - Comprehensive REP-3000 Troubleshooting and Overview Guide
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200474.1
    Note: 364838.1 - Quick Checks for REP-3000: Internal Error Starting Oracle Toolkit.
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364838.1
    Regards,
    Hussein

  • Building Custom Report

    Hello all,
    I want to build custom report using oracle report 6i by using XML
    how can do this and is there any manuals or documents or reference about the
    instruction of XML for example i found in the demo this code :
    AddaLine(' <data>', custom_summary);
    AddaLine(' <dataSource name="Q_1">', custom_summary);
    AddaLine(' <select>', custom_summary);
    AddaLine(' SELECT ALL VIDEO_CATEGORY_BY_QTR.QUARTER quarter1,
    VIDEO_CATEGORY_BY_QTR.CITY city1, ',custom_summary);
    AddaLine(' VIDEO_CATEGORY_BY_QTR.PRODUCT_CATEGORY
    product_category1, VIDEO_CATEGORY_BY_QTR.TOTAL_PROFIT
    total_profit1,',custom_summary);
    AddaLine(' VIDEO_CATEGORY_BY_QTR.TOTAL_SALES total_sales1,
    VIDEO_CATEGORY_BY_QTR.TOTAL_COST total_cost1',custom_summary);
    AddaLine(' FROM VIDEO_CATEGORY_BY_QTR',custom_summary);
    AddaLine(' WHERE
    VIDEO_CATEGORY_BY_QTR.SALES_REGION=''West''',custom_summary);
    AddaLine(' </select> ',custom_summary);
    AddaLine(' </dataSource>',custom_summary);
    i need your help and thanks
    samer

    Hi,
    In order to gather schema statistics in EBS, you will have to login as Sysadmin and submit a request named as "Gather Schema Statistics"
    Refer below link:
    http://appsdba.info/docs/oracle_apps/R12/GatherSchemaStatistics.pdf
    Also ensure to schedule the respective request so as to have your statistics up to date, either weekly or monthly as per your system environment.
    Please refer note:
    How Often Should Gather Schema Statistics Program be Run? [ID 168136.1]
    How to Gather Statistics on Custom Schemas for Ebusiness Suite 11i and R12? [ID 1065813.1]
    Hope this helps!
    Best Regards

  • Custom Report Not fetching values for parameter of report (Valueset not pop

    Hi,
    I am running custom report on Oracle application R12. This report parameters used standard value set for fetching purchase order number. The value set is not populating any values for the custom report. but for the standard report where this valuse set populating proper result.
    It's bit Supprising ...the same valuset populating values for standard reports but not for custom report developed by me.
    Value set query using table valueset and getting values from po_headers (View)
    Thanks

    Hi All,
    Luckily I have been able to rectify the problem !
    I tried retrieving the output using LISTCUBE to show the SID of the InfoObject  also for which I was unable to get the data. After the report successfully gave the output for those I/O, I checked again I could see the data in the I/O maintain master data !
    It worked like magic to me !
    But I could guess that since it is a virtual I/O therefore it is not able to retrieve the data from the table directly and is able to do that only after the SID of this I/O is retrieved.
    (If a characteristic does not have any master data, the values from the SID table are displayed for the "Values in Master Data Table" mode.)
    Closing the thread !
    Regards
    Shalabh

  • Custom report: Serial number of material issue in PM order

    Hi,
    I want make customized report. please can you help on this.
    requrment is: I wan to trace the serial number for the materials issued  in PM order . please let me know how to go ahead and achive this?
    regards
    krish

    Krish,
    Have a look at the SER* tables via TCode SE16
    PeteA

  • To find the custom reports existing for a module

    Hi All,
    We have a requirement wherein we want to find the custom reports existing for a particular module.
    I would like to confirm will the following query help :
    SELECT doc_id, doc_name, doc_developer_key, doc_folder_id
    FROM eul5_us.eul5_documents doc
    WHERE doc_name LIKE <Workbook Name>
    Does the table 'eul5_documents' contain data for standard reports also. If it is so what specific check I need to apply to fetch only the Custom reports.
    Regards,
    Shruti

    Hi shruti,
    find the custom reports existing for a particular module.The query you wrote works fine.But for particular module as you said,you add the fnd_responsibility to the query.
    So you will ge the details of the custom reports.
    There is no such thing of specific check to find custom reports.
    Hope this helps.Any more issues do let us know.
    Best Wishes,
    Kranthi.

  • Oracle HRMS Discoverer Custom Reports Details

    Hello Everyone,
    I am looking out for the custom Discoverer report listing in Oracle HRMS modules (specifically Core HR, OAB and OTL). Can anyone help me out to get the list of ONLY custom discoverer report in above modules ? Kindly send me the excel with below details
    1. Custom Discoverer Report Name
    2. Module Name (Core HR, OAB, OTL)
    3. Brief description of the report
    4. Underlying Tables for this report
    I am not interested in Oracle seeded discoverer reports.Would appreciate your quick response.
    Thanks,
    Rishikesh

    List of custom Discoverer reports?!!! Shows that you do not know anything about Discoverer.
    Custom reports are designed as required. You can't get a list of such custom reports. If anyone makes such a list it will be specific to their client/company.

  • Oracle BI Publisher Custom Report Error: emsg:was terminated by signal 6

    Oracle BI Publisher Custom Report throws a strange error. Error log below.
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf7094b79, pid=11622, tid=4107962048
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [librw.so+0x3d0b79] rxrtdn+0x6d
    # An error report file with more information is saved as hs_err_pid11622.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Report Builder: Release 10.1.2.3.0 - Production on Tue Nov 16 11:45:22 2010
    Queries work perfectly fine when ran in the database.
    Can you please help me figure out what the issue is???
    Thanks,
    Kesava
    Edited by: KesavaChunduri on Nov 16, 2010 9:51 AM

    Hi,
    Oracle BI Publisher Custom Report throws a strange error. Error log below.Please mention the version along with the OS.
    Please see if (Diagnosing and Troubleshooting Signal Errors [ID 215601.1]) helps.
    Thanks,
    Hussein

  • Creating Custom BI Reports from Oracle Agile PLM

    Hi All,
    Firstly apologies if this post is in the wrong forum, I struggling to find any real Oracle Agile Support.
    I have been tasked with developing 3 custom BI reports for Oracle Agile. I have used BI Publisher in the past but only within Oracle E-Business Suite. From what I have seen so far Oracle Agile is a lot different.
    What I need to understand is within Oracle Agile how do I create the XML Data file for the custom report, and then how do you then register the RTF template and run the report within Oracle Agile PLM.
    Any help would be really appreciated.
    Regards
    Pete

    Hi,
    To develop custom report there are many way's. To discuss more Please send your contact details at [email protected]
    Swayam Sevak.

  • I need my custom reports to look like the packaged Oracle Reports in Apps

    Hello,
    I have several custom reports developed with Oracle Developer that I am adding into Oracle applications. However, they are still using the default template(with Oracle corp image in upper left hand corner). I want these custom reports to be identical with the Oracle apps reports. Is there an Oracle apps template and/or librarie(s) that I can use to pull this off?
    Thanks in advance

    Hi
    Oracle Apps Reports are all Character Based Reports and not Bit Mapped Reports.
    So Apps Reports will not support Templates and Apps does not provide any Templates for its reports as the way Oracle Apps Forms provides.
    If at all you want the same look and feel of your Custom Reports to be as Apps Reports what you can do is :
    1.In the Report Module Property Design in Charatcter Units should be set to No.
    2.In Layout Model ensure the Units of Measurement is set to Character.
    3.In Layout model do not include any formatting like Text Bold Italics.
    4 In Oracle Apps Concurrent Programs ensure your View Output is set to Text.
    Once these points are considered then i am sure you will be able to see your Custom Reports as the same look and feel of Oracle Apps Reports.
    Regards
    Nakul Venkataraman

  • Print Layout Designer \Custom Reports

    Hello All,
    Is there a way to set a custom report as default in the Print Layout Designer for A/R Invoice in SAP B1 ?
    Thank you and Best wishes and Happiness in the New Year 2009.
    Ben

    Hello All,
    Thank you for your answer but I would like to be more exact in my question  because I already know how to set a  Print Layout as default in a screen of SAP B1 like A/R Invoice by the way that Parlati has mentioned :
    1. Open a blank AR Invoice (e.g. service or item type)
    2. Click on Menu >> Tools >> Print Layout Designer... or pen icon on toolbar
    3. With The Document Type selected - choose template and click on Set as Default
    But I usually use the Query Manager Tool of SAP B1 to create new queries and reports and I use the Print Layout Designer to setup the layout of these reports. These reports are printed normally via the print preview Icon of the toolbar. But now I would like to know how can I set one of these Reports as default in A/R Invoice screen of SAP. Because it's a one of my customized Invoices.
    Is there a way to do this?
    Thank you.
    Ben.

  • Error REP-0300: ORACLE error occurred while running Custom Report

    Hi Team.
    We are facing a very strange issue here.
    We have an env , where all the custom reports are failing .Whereas the concerned env is a clone of the Production instance . There is one more instacne which is also a clone of the prod, over there these reports are working fine .
    I have checked all the thread here about this error, but could not get the required information .
    We are on RHEL 5 on Linux 64 bit server.
    Could you please guide me , how to figure out whats the difference between these cloned instances .
    We have an Sr with Oracle Support but its progressing very slowly.
    Error trail from log file
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_FROM_DATE='2013/08/01 00:00:00'
    P_TO_DATE='2013/08/10 00:00:00'
    P_PROJECT_ORG='ALL'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    Enter Password:
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov 28 07:41:22 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Thanks .

    Please confirm that you have the patches mentioned in (Doc ID 1368715.1) applied.
    I understand this is a cloned instance, but this error is intermittent and having the patches applied should clear our doubts.
    Thanks,
    Hussein

Maybe you are looking for