Discoverer report with PO_RELEASES in R12

Hi all,
I'm migrating a Discoverer report from 11i to R12. The query of the folder uses the po_releases and this join condition "and rcv_transactions.po_release_id = po_releases.po_release_id(+)". When I run the report I get the error "invalid number" but when I tried the same query but using the po_releases_all it seems to work. Is this ok? I saw that in R12 po_releases is just a synonym, is this correct? I would appreciate your comments.
Thanks in advance.
Gabriela

Thanks Hussein. Yes, I've checked the document you recomend, but the problem seems to be when I try to use po_releases, the synomy) and I don't know why it work with the _all table but not work with the synonym.                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • How to call discoverer report with parameters over http link?

    Hi!
    I'm using oracle application server 9.0.4 (incl. discoverer).
    I have an oracle portal report where I want to call a discoverer report for each line over a http link. It is always the same discoverer report - with each line I want to pass parameters to my discoverer report.
    How can I pass parameters to the report? Is there another way rather than using GET parameters?
    Thanks
    Markus

    Hi Markus
    You need to determine whether you can in fact call a Discoverer report using a URL before linking it in Portal. You need to run the report in Viewer first and then see copy the URL from the address line of the browser. Then you open another browser and paste the URL. You may well be prompted for a username and password but hopefully the correct report with the right parameters will then execute.
    Assuming this works you then paste the same URL link into Portal and you should be able to get the report to run.
    Best wishes
    Michael

  • Discoverer report not working on R12 !

    We have just migrated to R12 from 11i and some of the discoverer query is not working, but the same is working fine when we ran thru SQL Developer or TOAD.
    Is there any context (mo_global.set_policy_context) needs to be set in Discoverer report to get the data?
    Thanks

    Thanks Srini,
    There is no any specific error message, the strange thing is if I run the Discoverer report is not returning any data, but if I set the mo_global.set_policy_context ('S',111) in SQL Developer or TOAD and then run the discoverer report it return data...
    Any pointers?

  • Discoverer report with rollup

    I am looking for a report with following scenario. can some one give some idea.
    Col1 Col2 Desc count sum
    ALL ALL Total of all 500 2000
    ALL D1 Total for D1 50 500
    ALL D2 Total for D2 80 800
    C1 ALL Total for C1 for D 20 100
    C1 D1 Total for C1 for D1 5 20
    C1 D2 Total for C1 for D2 8 35
    Apparently Col1 has more than just C1 and Col2 has more than D1 and D2.
    I am using option to have multiple queries and do a union all to collect the results. Is there a more elegant way?
    This can be done much better in older express technology by setting up cube.
    TIA
    PB

    I can do this with some nifty sql/view combo. but discoverer does not like the resulting sql. I wanted to support this in discoverer so that user can do similar stuff.
    Main thing that i need is to support total for all the rows and also display detail rows. Something like lOV with all,groupcol1,groupcol3,detail5, detail 9 etc. from list of values.
    Thx
    PB Singh

  • Discoverer report with parameters and functions

    I am new to Discoverer. Is there a way to create a report (with parameters) of one line per customer such that the following data will be displayed for each customer?
    Among the parameters is: from_date (month & year) ,to_date
    The basic query gives totals for each date (month & year) for every customer.
    Among the fields displayed:
    1-customer_id,
    2-balance until from_date,
    3-total activity between from_date and to_date
    I have a function to calculate the total balance until from_date, but then I cannot get the total activity on the same line. I tried using another function and I tried using a total calculation but to no success.
    Is this possible?
    Thanks.

    Hi Markus
    You need to determine whether you can in fact call a Discoverer report using a URL before linking it in Portal. You need to run the report in Viewer first and then see copy the URL from the address line of the browser. Then you open another browser and paste the URL. You may well be prompted for a username and password but hopefully the correct report with the right parameters will then execute.
    Assuming this works you then paste the same URL link into Portal and you should be able to get the report to run.
    Best wishes
    Michael

  • How to configure discoverer reports with apps

    Hi,
    i developed a report in discoverer desktop.now i want to link or run the report in apps.
    how do i configure this ...
    can u help me out ..
    regds,
    kumar

    hi ,
    i gone through that note its very helpful to me ..
    but i have a doubt .the discoverer reports are opening with Discoverer viewer 4i.how its automatically taking the viewer to open..
    whether viewer is a tool(like admin&desktop or ???) . by default its available in application or whether we have to install or apply any patch or ...
    and also i tried to open existing(seeded) reports in application through disk desktop its giving the message subtitute item ....
    should i replace the existing item (in created workbook) with the new one (which we need)....
    pl u clarify me
    regards,
    kumar

  • Link discoverer  reports  with E-businees Suite  R12

    Can anyone help me with this statement
    3.3.3 Parameters : mode=DISCO&workbook=<workbook identifier from step2>&parameters=Disco parameter name M~Parameter M Value*
    what am i suppose to put in "parameter name " is it the worksheet name?

    Hi,
    First, check MOS note 471303.1 for details of how to link Disco workbooks in R12.
    The parameters option can be used to to set the worksheet and the parameters for the workbook. For example,
    &parameters=ws=worksheet*param1~param1value*param2~param2value
    See the document at
    http://download.oracle.com/docs/html/B13918_03/urlstart.htm#sthref897
    Rod West

  • Discoverer Reports with Portal- Report in Memory

    Hi-
    I have Discover reports on a dashboard looking portal page. I use page parameters to populate the reports. The thing is, when I navigate to that page after I log in, the last report I generated on the last login is still up and the parameters dont match. The parameters default back to the 1st ones in the LOV.
    Is there any way to have a blank discoverer portlet, and not have the report up when I navigate to the page, until I submit the parameters?
    Also...off topic...can a simple parameter form have a LOV of values that are dynamic? A sql statement? Right now I am hardcoding them in a LOV.
    Thanks!!

    1. I believe the parameters will always display what was used in the last run. Is this what you're asking?
    2. Yes, a LOV can be associated with a table or view no problem. The simplest way to do it is to create a complex folder in the EUL (Admin version) that has the simple SQL you want to run. For example, it might be something such as:
    folder name: cust_lov
    select distinct customer_name from cust_table where cust_date >= '01-JAN-2006';
    Then you would associate any item in any folder to use this item (customer_name) from this folder (cust_lov) as a LOV in the EUL via Admin.
    So, you're just redirecting where each existing item you associate this LOV with to go there instead for it's values.
    And as you want, as the table increases with more distinct customers, so does your LOV grow.
    Two suggestions - or concerns to be aware of.
    a. You don't want to generate your LOV on a large, repeating table (ie: you would not use something like an order table where each customer may have 100 different orders as this will bog down the LOV retrieval. Usually, use a smaller table that only has the distinct values (so you wouldn't really have to use the distinct clause in the select as shown).
    b. You should turn off the user's visibility to that LOV folder (ie: not visible to user under that folder's EUL properties), otherwise they may use it and it's not guaranteed to be perfect. Alternatively, another method that NoetixViews used to (and may well still) use was to create a business area for all this good stuff (kind of like tools business area) and then stick this kind of thing in it. Then it keeps specially written LOV folders out of a particular business area (ie: ar_folder) and is not repeated in many business areas (as you know to just use the 'tools' business area for this sort of thing).
    Hope it helps.
    Russ

  • Scheduling Discoverer Report and distributing Discoverer Report Output

    Hi,
    We are using discoverer (Along with Oracle HCM R12) and would like the  END USER to schedule the reports by themselves.
    There is an option to schedule the report, and also an option to share it to chosen users/ responsibilities.
    We scheduled one report and also set the sharing option to share with others but it seems the report executes but doesn't get sent out by email to the END USER's email id.
    Any ideas / thought on this please?
    NB: We are looking to distribute Discoverer Report Output from scheduled Discoverer reports...not looking to share the report with other users/ responsibilities.

    Hi,
    My bad,  Sorry as I was speaking on EBS terms.
    Anyways, please see if the following thread helps you:
    https://forums.oracle.com/message/4485585#4485585
    https://forums.oracle.com/message/2777847#2777847
    Also see the forum search:
    Forum Search: Share report
    Thanks &
    Best Regards

  • Open discoverer report in new browser window and without connections page

    Hi All,
    We are using Oracle 11g Discoverer 11.1.1.4.  Requirement is to open the discoverer report in a new browser window and without connections page.
    When we are running discoverer reports with this parameters we unwantedly get the connections page of the discoverer plus which we don't want.
    Went through the documentation given in this page and followed it still the issue persists, and i see couple of threads with my issue and no updates.
    This excerpt is from the documentation available in the link
    " _plus_popup=true and framedisplaystyle=embedded launches Discoverer Plus in a new pop-up browser window that contains the Plus applet embedded in it "
    http://www.art2dec.com/documentation/docs/oas10g1012/linux/bi.1012/b13918/urlstart.htm
    and Here is what we use to invoke our reports.
    http://ipaddress:port/discoverer/plus?cn=cf_123&_plus_popup=TRUE&framedisplaystyle=EMBEDDED&wb=disc_wb_1
    Request the forum users from PRO discoverer group to help me out of this issue and expect a good discussion on this.
    Thanks in advance

    Closing the thread
    We were able to achieve by changing the browser settings in the IE 8 Browser. Disabled Tabbed browsing.

  • Discoverer Reports does not work in Multi-org Environment after R12 Upgrade

    Discoverer Reports does not work in Multi-org Environment after R12 Upgrade. Created a simple report using the below query:
    SELECT po_header_id, segment1, type_lookup_code
    FROM po_headers
    WHERE segment1 = '5000002'
    Query works perfectly fine; when i set the ORG_CONTEXT in the database using the command:
    EXEC mo_global.set_policy_context('S',129)
    But the report doesn't fetch any data when ran from an Org based responsibility. We've ensured that the MO: Operting Unit is set accurately and general Oracle reports (PLSQL Program OR XML Publisher) are working perfectly fine.
    ===========
    I followed the steps provided in Metalink Note: 732826.1 - It works for some responsibilities where the MO: Security Profile is not set; but fails for those responsibilities where the MO: Security Profile is set.
    I am looking for specific solution that works irrespective of either the MO: Operating Unit profile is set of not.
    Please suggest. Appreciate your response.
    Thanks,
    Kesava Chunduri

    Hi Hussein,
    Thanks for the quick response.
    Yes, I've gone thru both the notes specified below:
    Discoverer Workbooks Based On Organization Enabled Views Are Not Populated [ID 1293438.1]
    - Tried this option; but this option is messing up a couple of Oracle Standard Functionalities.
    - For ex: If i set this profile option; we are not able to create any receipts using Custom Responsibilities.
    I am able to create the receipt, when i remove this profile option.
    No Data Shows for Reports in Discoverer 10g with Applications Release 12 [ID 1054380.1]
    - I see that the products i am running these reports from AR/GL - already exists in these tables.
    Anything other options??
    Thanks,
    Kesava

  • Discoverer integration with EBS R12 !!!

    Hello Sir,
    I need help to install/integrate Discoverer with R12.
    Actually, our clients are using Discoverer 4i in current EBS 11.5.10.2 in production. We have just upgraded EBS in TEST environment from 11.5.10.2 to R12.1.3.
    I had suggested client that Discoverer 4i is actually de-supported and they need to upgrade Discoverer version to minimum 10.1.2.3 or higher to integrate it with R12.1.3.
    Now, client also have requirement for Discoverer to be certified with MS Excel 2010 format. So I have suggested to upgrade Discoverer version to minimum 11.1.1.4.
    Latest certified Discoverer version is 11.1.1.7.0 as per note Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 (Doc ID 1074326.1)
    1) Can you please provide your opinion and any documentation which I can follow to install/integrate Discoverer with R12 ?
    2) Do I need to first install separate 10gAS for installing Discoverer 10.1.2.3 or Fusion middleware home for installing Discoverer 11g ? If yes, where can I find doc for this installation ?
    3) Since 10g support has ended July 2013, where can I get media for installing 10gAS ?
    4) Is there any additional licences required for using either Discoverer 10g or Discoverer 11g ?

    1) Can you please provide your opinion and any documentation which I can follow to install/integrate Discoverer with R12 ?
    In addition to the doc you have, please see:
    https://blogs.oracle.com/stevenChan/entry/discoverer_11_1_1_7
    How to Test Discoverer Integration with E-Business Suite 11i and Release 12? (Doc ID 1065257.1)
    Running Discoverer Reports From EBS R12 (Doc ID 1516784.1)
    R12: How to Create a Link to a Discoverer Workbook (Doc ID 471303.1)
    2) Do I need to first install separate 10gAS for installing Discoverer 10.1.2.3 or Fusion middleware home for installing Discoverer 11g ? If yes, where can I find doc for this installation ?
    Installation Recommendations - 11g Release 1 (11.1.1)
    Installer Screens - 11g Release 1 (11.1.1.7.0)
    3) Since 10g support has ended July 2013, where can I get media for installing 10gAS ?
    You can download WebLogic 10.3.6 from WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    4) Is there any additional licences required for using either Discoverer 10g or Discoverer 11g ?
    Please see Steven Chan's reply in this link -- https://blogs.oracle.com/stevenChan/entry/discoverer_11gr1_primer
    Thanks,
    Hussein

  • Discoverer   reports in E-Business Suite  R12

    Hi
    We have just upgraded to R12.Now all the reports with worksheet parameter can not open up on discoverer viewer .Can anyoone assists

    Yes i mean "linking to the discoverer viewer from the R12 menus and the form function contains a worksheet "
    .Here is a eorksheet parameter
    "mode=DISCO&workbook=POSA__PENSION_REPORT&PARAMETERS=sheetid~1354*".
    And sorry for not being clear enough, i do not get error but instead of opening worksheet content , first it lauch the worksheet list then i have to select the worksheet to view content.
    Edited by: user649824 on 2010/03/11 11:10 PM

  • GL_SECURITY_PKG - R12 Discoverer Reporting - Production Service Unusable

    Hi,
    We have followed the following note for our R12 upgrade:
    R12 Discoverer Reports: Gl_security_pkg.Validate_access Reports Not Working [ID 804113.1]
    We set the system profile option: Initialization 'SQL Statement - Custom' for the responsibility to the value 'Begin GL_SECURITY_PKG.init(); end;'
    This corrected our problem, and correctly maintained the GL Security Rules in our Discoverer reports.
    But since going live in Production, the service is almost unusable because it is causing severe performance with 400 redo logs being generated an hour with calls to the table GL_BIS_SEGVAL_INT. The minute we remove the profile options the service performance is back to normal, but we have no GL Security Rules in Discoverer.
    Please can anyone advise/help if they have experienced this before, or can help with an alternative solution?
    Many thanks,
    Gary

    But since going live in Production, the service is almost unusable because it is causing severe performance with 400 redo logs being generated an hour with calls to the table GL_BIS_SEGVAL_INT. The minute we remove the profile options the service performance is back to normal, but we have no GL Security Rules in Discoverer.Please see (User Logins And Session Timeout. Massive Archive Entries in GL_BIS_SEGVAL_INT. [ID 733672.1).
    Please can anyone advise/help if they have experienced this before, or can help with an alternative solution?If the solution in this doc does not help, then please log a SR.Thanks,Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Default discoverer reports in R12.1

    Hi
    I have installed R12.1 vision instance.
    Is R12.1 Vision instance having default Discoverer reports?
    if Yes then how can I access?
    If I installed discoverer administrator and desktop , I can access
    Please clarify me,
    Thanks
    Shaik

    Please see the following docs.
    How to Test Discoverer Integration with E-Business Suite 11i and Release 12? (Doc ID 1065257.1)
    Running Discoverer Reports From EBS R12 (Doc ID 1516784.1)
    R12: How to Create a Link to a Discoverer Workbook (Doc ID 471303.1)
    Thanks,
    Hussein

Maybe you are looking for