Query Region causes error in Popup Region ....

Hi
(12.1.3 custom development)
I am opening a (parameterized) popup region on a button press (so far so good).
I want to put a simple query region in the popup region (results based search) but the page will not render ->
<!--StartFragment-->## Detail 0 ##
java.lang.NullPointerException
at oracle.apps.fnd.framework.webui.OAQueryHelper.renderSimpleSearch(Unknown Source)
at oracle.apps.fnd.framework.webui.OAQueryHelper.processRequestAfterController(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAQueryHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(Unknown Source)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
at _OA._jspService(_OA.java:71)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
I don't know what it is referring to with 'Unknown Source',  I 've tried with a couple of different VOs, same result ...

hi,
I'm not sure but once check your DBC file...are you using latest DBC file:
Oracle Apps R12 , DBC file is located at $INST_TOP/appl/fnd/12.0.0/secure not under $FND_TOP
Check once.
Regards
Mahesh

Similar Messages

  • SQL 2012 SP1 - How to determine a query that causes Error 8623 in SQL Log: The query processor ran out of internal resources and could not produce a query plan. This is a rare event...

    We are getting multiple 8623 Errors in SQL Log while running Vendor's software.
    How can you catch which Query causes the error?
    I tried to catch it using SQL Profiler Trace but it doesn't show which Query/Sp is the one causing an error. 
    I also tried to use Extended Event session to catch it, but it doesn't create any output either.
    Error:
    The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that
    reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support Services for more information.
    Extended Event Session that I used;
    CREATE EVENT SESSION
        overly_complex_queries
    ON SERVER
    ADD EVENT sqlserver.error_reported
        ACTION (sqlserver.sql_text, sqlserver.tsql_stack, sqlserver.database_id, sqlserver.username)
        WHERE ([severity] = 16
    AND [error_number] = 8623)
    ADD TARGET package0.asynchronous_file_target
    (SET filename = 'E:\SQLServer2012\MSSQL11.MSSQLSERVER\MSSQL\Log\XE\overly_complex_queries.xel' ,
        metadatafile = 'E:\SQLServer2012\MSSQL11.MSSQLSERVER\MSSQL\Log\XE\overly_complex_queries.xem',
        max_file_size = 10,
        max_rollover_files = 5)
    WITH (MAX_DISPATCH_LATENCY = 5SECONDS)
    GO
    -- Start the session
    ALTER EVENT SESSION overly_complex_queries
        ON SERVER STATE = START
    GO
    It creates only .xel file, but not .xem
    Any help/advice is greatly appreciated

    Hi VK_DBA,
    According to your error message, about which query statement may fail with error message 8623, as other post, you can use trace flag 4102 & 4118 for overcoming this error. Another way is looking for queries with very long IN lists, a large number of
    UNIONs, or a large number of nested sub-queries. These are the most common causes of this particular error message.
    The error 8623 occurs when attempting to select records through a query with a large number of entries in the "IN" clause (> 10,000). For avoiding this error, I suggest that you could apply the latest Cumulative Updates media for SQL Server 2012 Service
    Pack 1, then simplify the query. You may try divide and conquer approach to get part of the query working (as temp table) and then add extra joins / conditions. Or You could try to run the query using the hint option (force order), option (hash join), option
    (merge join) with a plan guide.
    For more information about error 8623, you can review the following article.
    http://blogs.technet.com/b/mdegre/archive/2012/03/13/8623-the-query-processor-ran-out-of-internal-resources-and-could-not-produce-a-query-plan.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Restricting the pl/sql error in report region(sql report)

    Hi,
    Is there any way to hiding pl/sql error in report region when we use generic column names*(Use Generic Column Names (parse query at runtime only)*
    ). and type is sql query else displaying alternative error message on that particular report region
    I am using apex 4.1 and 11g database
    Thanks
    Sagar.

    What kind of pl/sql error you are talking about?

  • Message styuled text within a popup region

    Hi
    i am working on extension of standard pages. I have a requirement of displaying a message styled text within a popup region when i click on a button. This message styled text should hold large value like a set of instructions. How do i assign the region with this text? Should i use message styled text or some other region?
    Can anyone suggest me an approach?

    Hi
    I think this instruction s given in dev guide will be helpful to you
    You can declaratively create either short or long field-level hints:
    The short hints render immediately below the item as shown in Figure 1 (see the Purchase Order field).
    The long hints render as a selectable information icon next to the item (see the Created poplist in
    Figure 1). When the user selects the information icon, a dialog window opens as shown in Figure 3
    378
    below.
    Note that you cannot configure a static error message as shown in the UI Guidelines (this is displayed
    automatically for you when field-level validation fails; see Error Handling for additional information about this).
    You also cannot associate a warning icon with an item as shown in the UI Guidelines.
    Field-Level Hint
    To configure a field-level hint for any field that is not displaying a date (see the date format instructions below
    for this case):
    Step 1: In the JDeveloper structure pane, select the item with which you want to associate a hint.
    Note: Field-level hints can be configured only for those items whose name begins with message (for example,
    a messageChoice or a messageTextInput).
    Step 2: Set the Tip Type property to shortTip.
    Step 3: Define a message in the Applications Message Dictionary for the text you want to display. Set the Tip
    Message Appl Short Name and the Tip Message Name properties accordingly.
    The OA Framework displays your text in the current session language immediately beneath the related item.
    To configure the standard date format example beneath a date field:
    Step 1: In the JDeveloper structure pane, select the date item that needs a format example.
    Step 2: Set the Tip Type property to dateFormat.
    The OA Framework automatically renders a standard date format example using the user's date format
    preference.
    Long Hint (with Information Icon)
    To add a long hint to an item:
    Step 1: In the JDeveloper structure pane, select the item with which you want to associate a hint.
    Step 2: Set the Tip Type property to longMessage.
    Step 3: Configure the long message content:
    (Option 1) Define a message in the Applications Message Dictionary for the text you want to display.
    Set the Tip Message Appl Short Name and the Tip Message Name properties accordingly, and the OA
    Framework displays your message in the dialog shown below when the user selects the item's
    information icon.
    (Option 2) If you need complete control of the contents in the dialog window, do not specify the Tip
    Message Appl Short Name and Tip Message Name properties. Instead, design your own region and
    specify its fully qualified name for the Long Tip Region property (for example,
    /oracle/apps/fnd/framework/toolbox/webui/PurchaseOrderLongTipRN). At runtime, the OA Framework
    displays your region in the dialog.
    Figure 3: Dialog window that opens when the information icon is selected.
    Please refer OAD Devguide for complete details
    Thanks
    Pratap

  • Toast 8 Region Code Error

    Videos DVD's I burn using Toast 8 will not play back on regular DVD players (I have 2 Sony models) and cause a region code error.
    DVD's I've burned using iDVD work fine. The DVD will also playback on the iMac using DVD Player.
    I've even tried putting North American DVD's in the iMac to ensure the DVD drive is set to the correct region.
    Any ideas what this could be?
    iMac 20" Intel Core Duo 2.1 GHz, 1 GB RAM   Mac OS X (10.4.7)   PowerBook Titanium G4 400 MHz, 768 MB RAM

    It sounds like incompatibilities with the players. As far as I know, you can't burn region codes into DVD+R/RW's.
    I suggest seeing if there is a firmware update for the players available, or an update for toast.

  • Unable to Import Popup region.

    Hi All,
    When i am importing region containing popup region in R12, XMLImporter command gives me following error.
    Error: Document load error: "oa:popUp" is not a valid component. This tag is not defined in any namespace.
    Can anyone tell me how to define "oa:popup" tag in namespace?
    Thanks in advance.
    Thank You,
    Laukik.

    Hi Mukesh,
    Thanks.
    My Oracle Application versions are as follow. Can you please suggest how to check support of popup region for following versions?
    OA Framework : 12.1.2
    Oracle OA Extension : 10.1.3 - build 1295
    Business Components : 10.1.3.3
    UIX (Cabo) : 2_3_6_8
    MDS : 9.0.6.0.0_35
    Please note that I am able to run popup page from Jdeveloper 10g but at the time of import it throws invalid document error.
    Thanks,
    Laukik
    Edited by: Laukik on Jan 3, 2011 2:33 PM

  • Error when editing region of the placeholder

    I defined a placeholder using the following documentation
    http://www.oracle.com/technology/products/content-management/ucm/sitestudio10gr4tutorials/AddingContent/addingcontent_viewlet_swf.html
    To summarize, following are the steps that I followed
    1. Created following site assets
         a. One element definition with name BodyContent of wysiwyg
         b. One region definition of name SampleRegionDef. Then added the above element to this region definition
         c. One region template by choosing SampleRegionDef as region def with name SampleRegionTemp. Then inserted the BodyContent element in the region template page. there is no other content in the region template
         d. One Placeholder definition with name SamplePlaceHolderDef and selected the SampleRegionDef as the region and SampleRegionTemp as the template.
    2. Next I have created a place holder with name SamplePlaceHolder and selected the SamplePlaceHolderDef for primary and secondary pages.
    3. I placed the SamplePlaceHolder on the home page.
    4. I assigned a new contributor data file to the place holder (region template)
    After doing this I launched the site in contributor mode. I noticed edit icon apperaing for the placeholder. I cliked on edit icon and I see the below error message
    ==========================================================================================
    Error
    Unable to perform the action due to the following reasons:
    [+] The Region Definition could not be loaded. The required parameter 'regionDefinition' could not be found.
    =========================================================================================
    What could be the problem? Ithere anything more needed to be done here?
    Regards,
    Pratap

    Hi Pratap,
    Double click on the placeholder that is on you template page
    Click on the check box optionally specify place holder definition
    Select your place holder definition file from the drop down.
    Save template page open in browser go to contribution mode.
    Have already done this?
    regards,
    deepak

  • Error adding editable region in nested template Header

    I have a base template for the website (establishing basic
    menus), and a secondary template using that base template, which
    establishes a common table layout for one part of the site. Having
    created the PHP to drive the page, I need to lock down that
    secondary nested region - otherwise any edit I make to my secondary
    &quot;table-defining&quot; template is not passed through
    to the final pages using the secondary template. I have
    successfully created a secondary editable region in each part of
    the &lt;body&gt; area, and sure enough, it locks down text
    outside the secondary editable region just as DW help says it
    should. So far so good.
    Now the problem - I cannot create a region inside the
    &lt;head&gt; editable region to lock down that region too.
    Normally one would want keywords and so on to be variable from page
    to page, but as I am filling variable keywords from a database, it
    makes sense to lock down the &lt;head&gt; too. Does anyone
    know why that generates an error &quot;cannot create an
    optional region here&quot;? Is there anything that can be done
    about it?

    Posts are hard to read when they are all crammed together
    like yours. Try
    making some paragraphs!
    Nevertheless, I think I understand what you are saying., but
    honestly, I
    just wouldn't do it that way. Anymore, my templates are just
    one editable
    region in the body, and a bunch of server-side includes. I
    find nested
    templates much too complex, and troublesome to work with, and
    have really
    never found a scenario where I could do things with them that
    I could not do
    more easily with other methods.
    > However, I have an Editable
    > region with the HTML Head area, and DW does not permit
    me to add a
    > 'secondary-template Editable Region' within it to lock
    it down.
    Is it only you working on the site? Who are you trying to
    'lock down'? If
    it's only you, I'd forget about this. Invariably the things
    like this that
    you think are a good idea come back later to bite you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "suddensurprise" <[email protected]> wrote
    in message
    news:[email protected]...
    > Murray 'ACE' wanted to understand why I am using nested
    templates.
    >
    Primary
    > Template or 'base layout' I have a primary template
    which establishes
    > the
    > top, left and bottom borders for the site. These contain
    Spry menus - if
    > I
    > change the menu on the primary template, all pages will
    be updated. The
    > primary template has a 'work area box' which is where
    the page content
    > goes for
    > each different page.
    Secondary or 'nested' template Next I have a
    > secondary template, or nested template. It starts with
    the primary
    > template
    > but this time the 'work area box' is set up with a
    product table and
    > various
    > fixed column headings. The table is filled from
    different database
    > records
    > using PHP and MySQL. Therefore the secondary or 'nested'
    template
    > establishes
    > a common format for the product table. For example, a
    change to a heading
    > in
    > the secondary template is updated into all pages using
    it. And to
    > reiterate, a
    > change to the Spry menu bar on the primary template will
    update the
    > secondary
    > template and all pages created from that template.
    Similarly, I have
    > several
    > other secondary templates, all created from the primary
    template, all
    > setting
    > standard sections of the website so that multiple pages
    can be updated at
    > once
    > via a single template change.
    Note: the code in the secondary
    > template
    > needs to be 'locked' so that edits within it are passed
    on to its slave
    > pages.
    > This is done by creating an empty Editable region at the
    beginning of the
    > 'work
    > area box' I talked about.
    Other Approaches? If anyone knows a
    > better
    > way of enabling site edits to be passed consistently
    down into different
    > standard-section blocks of the website, I would welcome
    your input.
    >
    The
    > Problem Now to reiterate the problem with which I
    started this thread.
    > In
    > a secondary template it works fine creating a second
    Editable Region
    > within the
    > Body of the HTML document - the rest of the code in that
    'primary template
    > editable region' is now locked out as is required.
    However, I have an
    > Editable
    > region with the HTML Head area, and DW does not permit
    me to add a
    > 'secondary-template Editable Region' within it to lock
    it down. I am
    > wondering
    > if anyone in the Community knows why or can suggest a
    solution. Regards
    > Richard
    >

  • How can I localize the alert "error: PANIC: fatal region error detected..."

    My application may corrupt and the operations therefore may fail and post the alert "error: PANIC: fatal region error detected; run recovery ...", and this alert is directly printed in the main process's window.
    My question is how can I do to localize this alert in my thread which just deals with the Berkeley DB database?
    Thanks

    Hi,
    You can configure an error callback function. See the run-time error configuration section of the Reference Guide here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/debug/runtime.html
    It sounds like DB_ENV->set_errcall is what you want:
    http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/env_set_errcall.html
    Regards,
    Alex Gorrod, Oracle

  • Dvd region setting error 70001

    I have not been able to reset dvd region despite having 3 more region adjustments available,error code 70001.Can anywon help with this problem before i throw this piece of junk in the rubbish.

    Many users have reported that there machines magicly get there 5 used up. Is there a possibility that anyone could have stuck a DVD in that you were not aware of.
    Many users opt to use Mactheripper and make Region Free copies that eliminate this problem.
    http://www.versiontracker.com/dyn/moreinfo/macosx/22715
    Don

  • Issue with popup region in oaf

    Hi ALL,
    I have a issue in poup region as below.
    I have a popup region that i am invoking from a base page on clicking of a button, in the popup region i have search functionalty , so i am giving some search criteria and clicking find button and able to get the data,
    but the issue is when i am clicking the find button the popup getting closed, i need the popup should display teh search data and after that i have some other functionality to select some rows from the data and need to click one mote button to reflect the data in base page, so how i can retain the poup on click of first button, please help me out

    Raghava,
    Check the vo attribute attached to the Date Field, it should be of Date type at both the level..VO Level as well as Database level.
    Regards,
    Gyan

  • Help with dvd drive - region code error

    Hi, I really need to change the drive region code on my Ibook G4 (OS X 10.4.10) back to Region 2. I'm allowed to change it one last time.
    But the trouble is, when I try and change it and click 'set drive region' it just comes up with an error message -70001, 'There was a problem changing the drive region code.'
    I've reset the PMU and PRAM/NVRAM but it still does it.
    Can anybody help me at all? It's driving me mad, I was banking on being able to change it back to my Region one last time...

    Insert a DVD which is set to play in only one region; if you try using up your last change with a DVD that can play in some but not all regions, that error message will appear. Many DVDs which are set to play in region 2 will also play in region 4.
    (23521)

  • Error in protecte region blk_mem_gen_v8_2_vhsyn_rfs.vhd

    I created the IP Example Design for the AXI Memory Mapped to PCIe core and when I compiled it with Modelsim, I get following error:
    -- Loading package STANDARD
    ** Error: ./sources_1/ip/axi_bram_ctrl_0/blk_mem_gen_v8_2/hdl/blk_mem_gen_v8_2_vhsyn_rfs.vhd(46)): in protected region.
    ** Error: ./sources_1/ip/axi_bram_ctrl_0/blk_mem_gen_v8_2/hdl/blk_mem_gen_v8_2_vhsyn_rfs.vhd(46)): in protected region.
    ** Error: ./sources_1/ip/axi_bram_ctrl_0/blk_mem_gen_v8_2/hdl/blk_mem_gen_v8_2_vhsyn_rfs.vhd(46)): in protected region.
    I get the same error when using Aldec's RivieraPro. I tried this with Vivado 2015.1 and 2015.2. Is this a known issue?
    Thank you!
    Daniel

    Hi 
    I doubt that you are not using the correct set of IP files for simulation.
    Use below commands to generate scripts which can be used in modelsim.
    set_property TARGET_SIMULATOR Modelsim [current_project]
    launch_simulation -scripts_only -of_objects [get_files ip_name.xci]
    or you can use the below command too
    get_files -compile_order sources -used_in simulation -of_objects [get_files <ip_name>.xci]
    Thanks,
    Deepika.

  • Edit length of region causes pops/crackles during playback

    Anyone else being bothered by this?
    It's a song created in 7.2, now 7.2.1.
    Not necessarily just audio regions, but also audio instrument regions. Corrupt song?

    Ok, playing back song, edit the length of a region (audio or audio instrument) with the mouse, and get a burst of noise or total sound dropout. It's starting to noise-burst even during normal playback (by which I mean I'm not touching anything at the time). I guess it's the song...

  • Populating report region using values in another region

    Hi,
    I have a scnerio. Help on this would be greately appreciated.
    Following is the explaination based on department/employy example
    On a single page, i want to show a region which will display a list of departments and every value of department will have a link to the list of employees working in that department.
    On clicking a department, i want a report region on the same page to populate with the list of employees in the department.
    So, when page will be loaded first time, no department will be selected so a single message i.e. "Select a department" will be displayed on the region dedicated for departments and will be populated when user will click on a department.
    I am able to create two regions. On the left region, i am able to display a list of departments. I can also create links for the department values but i don't know how on first load i just display a message on right region (Select a department) and then on clicking the department, loading the report on the right region.
    Thanks in advance
    Salman

    Thanks for your help.
    I am able to do it but initially when page loades, it returns error message because it executes the query when page is loaded first time. My actually scenario contains a database link (which is assigned dynamically to the query). SO on first page load, no database link was found because hidden field contains NULL so it displays error message that "failed to parse SQL query:ORA-01729: database link name expected". How to solve this?
    Mean while i also need help to generate an interactive report on the basis of a dynamic query. I have used a PL/SQL block returing a query to build a report for non interactive reports and it works fine but i want to do same for an interactive report. Can you please also help me how to do this?
    Thanks
    Salman
    Edited by: Salman Qureshi on Aug 25, 2009 7:05 AM

Maybe you are looking for

  • Window size of MSS Reporting IAC's

    Hi experts, Is there any way to control the window size of the MSS reporting IAC's?  I'm implementing Webdynpro on EP 7.0, ECC 6.0.  Right now I choose a report from the list, click Define Selection Criteria, select employees, then Report Result.  Th

  • When I convert a pdf to word it comes out garbled (can't use)

    how do I fix this

  • Newbee question - Track mods?

    I want to create a CD of some songs from my library (iTunes based) for my spinning class. I would like to shorten several tracks and add a fadeout effect so it sounds professional...not cheezy. Are there affordable Apps for doing this easily? I only

  • Maping tables

    hi gurus, i am new to crm previously worked for abap (sd mm) can any one explain me about the maping tables of sd and crm thanks in advance Tn

  • WebI Report on SAP BW Query Universe shows error Message

    Hi, I build a universe on a SAP Query und developed a WebI Report on top of that. With a SAP_ALL user everything is fine. But then I tried it with a user and its rolls decribed in the Best Practice Guide and I Recieved the following Error: Datenbankf