COMBOBOX LOV ERROR

I have been developing app componenets with Portal 3.0.8.9.8 on Solaris for a few weeks. It was working fine until today, when I have started receiving the following type of errors in the development wizards when I try to edit any application module.
COMBOBOX LOV ERROR:
LOV: "SYSTEM_COLORS"
Parse Message: Query not found, unable to parse.
Find Message: Security Violation for LOV SYSTEM_COLORS
wwv_security.check_comp_privilege: Insufficient privileges.
COMBOBOX LOV ERROR:
LOV: "SYSTEM_FONT_PT_SIZE"
Parse Message: Query not found, unable to parse.
Find Message: Security Violation for LOV SYSTEM_FONT_PT_SIZE
wwv_security.check_comp_privilege: Insufficient privileges.
wwv_security.check_comp_privilege: Insufficient privileges.
wwv_security.check_comp_privilege: Insufficient privileges.
Does anyone have pointers to help figure out my problem?
Thanks in advance.

Christie,
We are still not able to reproduce this since we do not have much information as to when this problem is occuring. I have filed a bug for that (Bug No - 1930617).
NOTE: You won't be able to see this bug since it is not published.
You can contact Oracle Support and log a TAR and ask them to attach it to this bug.
Thanx,
Chetan.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Christie ([email protected]):
I met exactly the same problem with the same version of Portal on Solaris, I couldn't edit the old application components and create new one.
What could cause this problem?
<HR></BLOCKQUOTE>
null

Similar Messages

  • Catch Lov error

    Hi All,
    I have couple subtabs within a page, within a subtab, the last required field is a Lov with validation on. If user enter an invalid value then hit tab or freshlight, the lov will automatically popup asking for a valid value. (which is good)
    Now, there is a user, he just copy past value to the last field and click next subtab directly. OAF does indicate the field hasing invaild value but no popup. If user click freshlight, OAF will jump to next tab. If user goes back to previous subtab, then popup window pops up.
    Base on this case scenarios, I'm thinking is there any way I can catch the Lov error in the first time, then I can force page go back to current subtab and disable next subtab.
    Thanks & Regards,
    KJ

    Sounds interesting.
    What's the link url of the next subtab? Do put some debugging messages in your controller code and try to look for some abnormal code flow. If you still don't find anything suspicious, we are ready for a bug :)
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Input Combobox LOV as a Navigation List?

    Hi OTN,
    when I drag a datasource on a page and drop it as "Navigation - Navigation List" a selectOneChoice is created.
    Is there an opportunity to use Input Combobox List of Value as a navigation list? I would really like to use its search and MRU ability.
    I tried to drop an attribute as an Input Combobox LOV and change ListOperMode to "navigation" in Bindings - but I get NPE in oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator
    (BEA-000000).
    Thanks.
    JDev 11.1.1.3

    Hi all
    we are also interested for that feature. It is very usefull when the number of the elements are too many for a selectonechoice
    Tilemahos

  • Dynamic LOV Error

    Hi,
    I am adding some condition to return the query dynamically but oracle apex is not allowing. Please suggest me what is the error in this query and how to use the function returning query in list of values
    --BEGIN
    -- IF :P60_TYPE_OF_SERVICE_NEEDED IN (38,39) AND :P60_EMPLOYEEMENT_TYPE = 104 THEN
    -- RETURN 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 112' ;
    -- ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (38,39) AND :P60_EMPLOYEEMENT_TYPE = 105 THEN
    -- RETURN 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 112' ;
    -- ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (113,36,37) AND :P60_EMPLOYEEMENT_TYPE = 105 THEN
    -- RETURN 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID != 112 AND
    -- MASTER_ID IN (106,108,109,110,103) ';
    -- ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (113,36,37) AND :P60_EMPLOYEEMENT_TYPE = 104 THEN
    -- RETURN
    -- 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID NOT IN (106,108,109,110,103,112,97)
    -- UNION
    -- SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 97 AND
    -- 1 =
    -- SELECT DISTINCT 1 FROM TECH_SOURCING_EMPLOYEE_DETAILS WHERE EMPLOYEE_AVAILABILITY = 97
    -- AND PROSPECT_EMP_ID IN ( SELECT PROSPECT_EMP_ID FROM TECH_SOURCING_CONTRACT_ADMIN WHERE CONTRACT_STATUS = 8 AND PROSPECT_EMP_ID = --:P60_PROSPECT_EMP_ID )
    -- END IF;
    --END;
    When i run the page it returns
    Error Error during rendering of page item P60_EMPLOYEE_AVAILABILITY.
    ORA-20001: Query must begin with SELECT or WITH
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -20001
    ora_sqlerrm: ORA-20001: Query must begin with SELECT or WITH
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 6923348653418778
    component.name: P60_EMPLOYEE_AVAILABILITY
    error_backtrace:
    ORA-06512: at "APEX_040100.WWV_FLOW_ASSERT", line 289
    ORA-06512: at "APEX_040100.WWV_FLOW_META_UTIL", line 229
    ORA-06512: at "APEX_040100.WWV_FLOW_FORMS", line 763
    Need apex experts to suggest me what is the mistake am doing here.
    Thanks
    Sudhri

    Sudhir_Meru wrote:
    Hi,
    I am adding some condition to return the query dynamically but oracle apex is not allowing. Please suggest me what is the error in this query and how to use the function returning query in list of values
    --BEGIN
    -- IF :P60_TYPE_OF_SERVICE_NEEDED IN (38,39) AND :P60_EMPLOYEEMENT_TYPE = 104 THEN
    -- RETURN 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 112' ;
    -- ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (38,39) AND :P60_EMPLOYEEMENT_TYPE = 105 THEN
    -- RETURN 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 112' ;
    -- ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (113,36,37) AND :P60_EMPLOYEEMENT_TYPE = 105 THEN
    -- RETURN 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID != 112 AND
    -- MASTER_ID IN (106,108,109,110,103) ';
    -- ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (113,36,37) AND :P60_EMPLOYEEMENT_TYPE = 104 THEN
    -- RETURN
    -- 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID NOT IN (106,108,109,110,103,112,97)
    -- UNION
    -- SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
    -- WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 97 AND
    -- 1 =
    -- SELECT DISTINCT 1 FROM TECH_SOURCING_EMPLOYEE_DETAILS WHERE EMPLOYEE_AVAILABILITY = 97
    -- AND PROSPECT_EMP_ID IN ( SELECT PROSPECT_EMP_ID FROM TECH_SOURCING_CONTRACT_ADMIN WHERE CONTRACT_STATUS = 8 AND PROSPECT_EMP_ID = --:P60_PROSPECT_EMP_ID )
    -- END IF;
    --END;
    When i run the page it returns
    Error Error during rendering of page item P60_EMPLOYEE_AVAILABILITY.
    ORA-20001: Query must begin with SELECT or WITH
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -20001
    ora_sqlerrm: ORA-20001: Query must begin with SELECT or WITH
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 6923348653418778
    component.name: P60_EMPLOYEE_AVAILABILITY
    error_backtrace:
    ORA-06512: at "APEX_040100.WWV_FLOW_ASSERT", line 289
    ORA-06512: at "APEX_040100.WWV_FLOW_META_UTIL", line 229
    ORA-06512: at "APEX_040100.WWV_FLOW_FORMS", line 763
    Need apex experts to suggest me what is the mistake am doing here. Here? Posting code without using <tt>\...\</tt> tags. Not specifying the APEX or database versions.
    In the LOV definition? Apparently commenting out the entire block. Why is there a "<tt>--</tt>" at the start of every line?
    This is suspicious:
    ...AND PROSPECT_EMP_ID = --:P60_PROSPECT_EMP_ID )That will result in invalid SQL being returned.
    Two things that are regarded as best practice:
    <li>Main function blocks should have only one <tt>return</tt> statement. In multi-branched logic, assign the return value to a variable and return the variable at the end of the function. (Additional <tt>return</tt>s can be used in exception handlers if necessary.)
    <li>When using dynamic queries, always log the generated SQL so it can be inspected in the event of an error. It is simple to do this in APEX using the built-in debug features. (In recent versions, APEX will do this automatically for "function returning SQL query" data sources.)
    DECLARE
      lov_sql varchar2(4000);
    BEGIN
      IF :P60_TYPE_OF_SERVICE_NEEDED IN (38,39) AND :P60_EMPLOYEEMENT_TYPE = 104 THEN
       lov_sql := 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
      WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 112' ;
      ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (38,39) AND :P60_EMPLOYEEMENT_TYPE = 105 THEN
       lov_sql := 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
      WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 112' ;
      ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (113,36,37) AND :P60_EMPLOYEEMENT_TYPE = 105 THEN
       lov_sql := 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
      WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID != 112 AND
      MASTER_ID IN (106,108,109,110,103) ';
      ELSIF :P60_TYPE_OF_SERVICE_NEEDED IN (113,36,37) AND :P60_EMPLOYEEMENT_TYPE = 104 THEN
       lov_sql := 'SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
      WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID NOT IN (106,108,109,110,103,112,97)
      UNION
      SELECT CODE D , MASTER_ID R FROM TECH_SOURCING_MASTER_CODE
      WHERE CODE_NAME = ''EMPLOYEE_STATUS'' AND MASTER_ID = 97 AND
      1 =
      SELECT DISTINCT 1 FROM TECH_SOURCING_EMPLOYEE_DETAILS WHERE EMPLOYEE_AVAILABILITY = 97
      AND PROSPECT_EMP_ID IN ( SELECT PROSPECT_EMP_ID FROM TECH_SOURCING_CONTRACT_ADMIN WHERE CONTRACT_STATUS = 8 AND PROSPECT_EMP_ID = :P60_PROSPECT_EMP_ID )
      END IF;
      wwv_flow.debug('lov_sql = ' || lov_sql);
      RETURN lov_sql;
    END;Edited by: fac586 on 29-Jan-2013 13:01

  • Forms5 LOV error in Web environment

    We have created an application using forms5 that uses an LOV with the Filter Before Display set to Yes. A user enters in a filter and then selects the find button and the LOV displays the appropriate list. If then the user accidently selects the find button again after selecting the desired record instead of the OK button the user gets an FRM 99999 error "A network error ocurred, the client will not be able to continue." and the computer locks up. This does not happen in the client/server environment with the exact same application. Any ideas what is causing this?
    Need help; don't have a clue.

    Dear Bob,
    Well i was going thru list of mails and happened to get hold of you cause even i am interested my application to be web-enabled. I have application developed in forms 5 .I have only .fmx..there is no source code. Now can i make web-enable just the way as it is. If 'Yes' please help me for this matter. Please let know what all versions of application server do i need to download and from which site ?
    Hope you do the needful.
    thanks,
    sumant([email protected])

  • LOV Error in Nested Advanced Table

    I have a master-detail relationship with 2 nested advanced tables. The detail table has an LOV input column and when I search the LOV, I get the following error:
    &lt;!--StartFragment--&gt;oracle.apps.fnd.framework.OAException: java.lang.NumberFormatException: For input string: "0:CompetenceAlias1:0"
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2637)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.lang.NumberFormatException: For input string: "0:CompetenceAlias1:0"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:477)
    at java.lang.Integer.parseInt(Integer.java:518)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.updateInnerTableProperties(OAAdvancedTableHelper.java:1658)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(OAAdvancedTableHelper.java:1542)
    at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processFormRequest(OAAdvancedTableBean.java:710)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1010)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(OAAdvancedTableHelper.java:1533)
    at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processFormRequest(OAAdvancedTableBean.java:710)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processFormRequest(OAFlowLayoutBean.java:370)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    java.lang.NumberFormatException: For input string: "0:CompetenceAlias1:0"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:477)
    at java.lang.Integer.parseInt(Integer.java:518)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.updateInnerTableProperties(OAAdvancedTableHelper.java:1658)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(OAAdvancedTableHelper.java:1542)
    at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processFormRequest(OAAdvancedTableBean.java:710)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1010)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(OAAdvancedTableHelper.java:1533)
    at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processFormRequest(OAAdvancedTableBean.java:710)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processFormRequest(OAFlowLayoutBean.java:370)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534
    The *0:CompetenceAlias1:0* string is the name of the table column. Can someone please tell me what I am doing wrong??
    Thanks
    Tony

    Hi Sumit,
    I forgot to add that the External LOV Region I am using works fine in other parts of the application. It only errors out when used in a nested advanced table.
    I have also created an LOV on the column and I am getting the same error message.
    Thanks

  • Lov Error

    hi every body
    i am working with Oracle Jdeveloper 11.1.1.0.2 and i am using Adf Faces and Adf Bc
    i have a page and i put on it a lov Component
    my lov has a column for displaying data this column has string value for showing and selecting
    displaying values are contain single "(" charachter .
    when i select an item of lov i am getting bottom error
    java.util.regex.PatternSyntaxException: Unclosed group near index 26
    how do i solve it
    thanks
    Edited by: Aghaluie on Jul 27, 2009 10:43 AM

    hi
    thanks for your response
    i sent to you another sample of my problem
    this is my lov query
    SELECT DataBase.NAME,
    DataBase.ICON,
    DataBase.ID,
    DataBase.COUNT
    FROM DATA_BASE DataBase
    and
    i have this value in my lov
    amun(
    or
    amun\
    in destination of my lov i created a transient Attribute and i made lov on it
    if i do not use single "(" character or "\" character i will not have any problem
    aghaluie

  • LOV error: correct set up?

    Hi,
    I'm new to Oracle Forms and LOV's. From what I can tell I created one correctly but am coming up with an error. Hope someone can help.
    I can connect with no errors. I'm on Oracle Forms 10g, connecting to Oracle 10g database.
    I created a record group for my form. I called it lov_names and put the code as select names from user.tablename where field1 is not null.
    On a form, I clicked the list item icon and created a new item called installer. On the property pallette, I made the following changes: item type: list item; element in list: cleared; list style: poplist; database item: no.
    I created a when-new-block-instance trigger with the following code:
    declare
         result number(3);
    begin
         result := populate_group('LOV_NAMES');
         populate_list('tablename.field1','LOV_NAMES');
    end;
    The form compiles with no errors.
    I ran my query at the SQL prompt, and got the correct 3 data items.
    When I run the form, I get the following error:
    FRM-40105: Unable to resolve reference to item tablename.field1.
    I google'd for this error thinking I could solve it from that. However, the information I got indicated some sort of go_item error and I've not put any sort of go_item code. Any ideas?
    Thanks,
    Vic
    Edited by: user3804901 on Jun 8, 2009 8:02 AM

    I corrected that previous error. In my select statement for the LOV, I had:
    select field1 from tablenames where field1 is not null to
    select field1, field1 from tablenames where field1 is not null.
    Thanks a bunch!
    Vic

  • Failed to get LOVs Error code 0x8004380D

    Hi All,
    I am trying to create dynamic prompts in Business view manager. How ever when i create a report i see the .lov in "existing" tab of the parameer window but when i add it and bind it and then refresh the report I get the below error.
    Prompting Failed with the following Error Message: u2019List of Values Failure: fail to get values. Cause of Error: Error in File UNKOWN.RPT: Failed to create the Crystal Database Connector
    Error source: prompt.dll Error code 0x8004380D
    Can someone please let me know whats going wrong here.
    How do i fix this error?
    Thanks
    Edited by: candie_09 on Dec 6, 2010 7:05 PM

    Thanks For instructions Stratos,
    I checked with the rights of all objects and they were inherited , I then changed them to Granted and I can login as an admin too.
    But nothing is working , the error is still the same.
    To my surprise when ever i bring the prompt in report it does make the prompt groups everytime it is used (like the numbers in end keep on increasing as i use the prompt ). Also in select expert when we bind the param it shows the list of values and ?param at the top. Only it doesnt do is fetch the data and fails to open connection.
    Not sure whats going on wrong here

  • LOV ERROR FRM-11908

    Dear sir
    In form9i LOV I want to add coloum which is not part of form.I received error
    FRM 11908 Item name must be vallid & exist in form.
    My form contain Rows from Sales & Invent Database , I wan't to add Row from
    Purch database in LOV which is not part of current form
    can it posible to add rows into Lov other than current database.
    Thanking You
    with Regards
    Kanaiya

    Hello
    oh yess u can only if u reference the other schema_name.table_name.item_name
    but u have to create a database link for that..
    create public database link DBLink_name
    connect to user_name_of otherdatabase
    identified by "passwordof _other_database "
    using 'TNS_name' ;
    that is it..

  • Popup LOV Error

    I have made a popup field. When testing in Applicationsworks fine. But when the form is on a page, I continue to get an error message in the popup box.
    Is there a way around this?

    Milan,
    Which portal version are you using?
    Please check if this:
    http://technet.oracle.com:89/ubb/Forum81/HTML/000909.html
    is the case.
    Thanks,
    Dmitry

  • OTL Project Time card Custom LOV error

    after doing the necessary setups and ldt modifications , am getting an error "Message not found. Application: HXC, Message Name: HXC_CUI_ERROR. Tokens: CUI_ERROR_CODE = LOV_NULL_COMPONENT_ALIAS; " while opening the time card
    Can any one please help me out in resolving the issue.
    Edited by: 999221 on Apr 10, 2013 4:13 AM

    Issue Resolved.

  • Dependant LOVs on Customization form of a report

    Portal Version: 3.0.9.8.0
    Database Version: 8.1.7.3
    Hi
    Our problem is that we've created a report component which includes two bind variables. These bind variables are chosen on the customization form through LOVs. The second LOV needs to be dependant on the first. Here's the code of the report and LOVs:
    REPORT
    select * from SHARE_DATA A, SHARE_INSTRUMENTS B, COMPANIES C, INDUSTRIES D
    where D.SYSTEM_ID = :Industry
    and C.SYSTEM_ID = :Company
    and C.SYSTEM_ID = A.CPY_SYSTEM_ID
    and A.SIN_SYSTEM_ID = B.SYSTEM_ID
    and C.IND_SYSTEM_ID = D.SYSTEM_ID
    where bind variables :Industry and :Company are linked to the following LOVs
    LOV_INDUSTRIES
    select (INDUSTRY_NAME||' '||SECTOR_NAME) industry_sector, (SYSTEM_ID)
    from INDUSTRIES
    order by industry_sector
    LOV_COMPANIES
    select A.NAME name, A.SYSTEM_ID
    from COMPANIES A
    where IND_SYSTEM_ID = :Industry
    order by name
    LOV_COMPANIES is dependant on LOV_INDUSTRIES.
    We receive the following error message when opening up the customization form:
    COMBOBOX LOV ERROR:
    LOV: "APP_ACIA.LOV_COMPANIES"
    Parse Message: Parse as pre-set global: "ACIA".
    Find Message: LOV is of type DYNAMIC (LOV based on SQL query).
    Query: "select A.NAME name, A.SYSTEM_ID from COMPANIES A where IND_SYSTEM_ID = :Industry order by name "
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437
    wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.1088240437

    Hi,
    The error is thrown because the lov is not able to substitute the value for the bind variable. The substitution is not happening
    because depandant lovs are not supported in Portal Reports.
    Thanks,
    Sharmila

  • ORA-02042: too many distributed transactions

    1. I have been working on a portal application for several weeks.
    2. Portal is installed in 1 instance and my data is in another instance.
    3. I've had no ora-02042 problems in the devt environment set up that way.
    4. I've recently migrated the application/pages to a test environment set up that way.
    5. I've been working in the test environment for several days with no problems.
    6. For some portlets on some pages I'm now getting:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>
    Failed to parse query
    Error:ORA-02042: too many distributed transactions
    Error:ORA-02042: too many distributed transactions
    ORA-02063: preceding line from
    LINK_TO_TEST (WWV-11230) Failed to parse as PACID_SCHEMA -
    select user_action.userid, action.name,
    user_action.created_date,
    user_action.created_by, action.action_id,
    'del' del_link from user_action , action
    where user_action.action_id =
    action.action_id and user_action.userid
    LIKE UPPER(:userid) order by USERID
    ASC, NAME ASC, CREATED_DATE
    ASC (WWV-08300)
    <HR></BLOCKQUOTE>
    7. I cannot find anything about this error in the db log files for either instance.
    8. I've increased distributed transactions to 200 in the portal db and bounced
    it. Still get the error.
    9. No records in dba_2pc_pending or dba_2pc_neighbors in the portal instance.
    10. I get the error in various reports and form LOVs at different times. Pages with a lot of portlets seem to be more prone to the error.
    Here is a typical LOV error:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>
    COMBOBOX LOV ERROR:
    LOV: "ASIMM_1022.TITLE_LOV"
    Parse Message: Parse as pre-set global: "PACID_SCHEMA".
    Find Message: LOV is of type DYNAMIC (LOV based on SQL query).
    Query: "select code display_column, code return_column from codes where table_id = 'OFFICER_TITLE' order by code"
    wwv_parse.parse_as_user: ORA-02042: too many distributed transactions ORA-02063: preceding line from LINK_TO_TEST wwv_parse.parse_as_user: Failed to parse as PACID_SCHEMA - select code display_column, code return_column from codes where table_id = 'OFFICER_TITLE' order by code wwv_security.check_comp_privilege: Insufficient privileges. wwpre_utl.get_path_id: The preference path does not exist: ORACLE.WEBVIEW.PARAMETERS.217_USER_INPUT_ASIMM_5423428
    <HR></BLOCKQUOTE>
    Why are these select statements being interpreted as distributed transactions? Note:1032658.6 suggests I "USE SET TRANSACTION READ ONLY". Is this necessary? If so how?
    What puzzles me is that this set up has been working fine for several days. I don't know of any changes to my environment apart from me increasing distributed transactions.
    null

    Hi,
    this is information from metalink:
    The ORA-2042 indicates that you should increase the parameter
    distributed_transactions.
    The ORA-2063 indicates that this must be done at the remote
    database.
    Explanation
    If the distributed transaction table is full on either side of
    the database link you get the error ORA-2042:
    ORA-02042: "too many distributed transactions"
    Cause: the distributed transaction table is full,
    because too many distributed transactions are active.
    Action: increase the INIT.ORA "distributed_transactions" or
    run fewer transactions.
    If you are sure you don't have too many concurrent
    distributed transactions, this indicates an internal
    error and support should be notified.
    Instance shutdown/restart would be a workaround.
    When the error is generated at the remote database it is
    accompanied with an ORA-2063. In this case the parameter
    distributed_transactions must be increased at the remote
    database.
    If there is no ORA-2063 the parameter distributed_transactions
    must be increased at the local database.

  • JDev 9.0.3 LOV-Binding Bug?

    Hi!
    I've got a little problem with JDev 9.0.3 when migrating my project from JDev 9.0.2. All known Bugs from JDev 9.0.2 seem to be fixed but therefore other bugs appeared.
    My Problem in detail:
    I have 2 views (simplified):
    ORDERVIEW
    -- OrderId (DBSequence)
    -- OrderTypeIdFK (Number)
    ORDERTYPEVIEW
    -- OrderTypeId (Number)
    -- OrderTypeDescription (String)
    On a panel I display a textfield with OrderId and a ComboBox which should display the according OrderTypeDescription.
    So I created a LOVBinding on this ComboBox:
    LOV-ViewObject
    OrderTypeView
    -- OrderTypeId
    TargetViewObject
    OrderView
    -- OrderTypeIdFk
    LOV attributes to display
    -- OrderTypeDescription
    In JDev 9.0.2 this works perfectly, besides the missing search-function.
    When migrating to 9.0.3 without performing any changes I got the following exception when changing a OrderView-Row by selecting another OrderTypeDescription from the ComboBox:
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:oracle.jbo.domain.Number with value: Buy
    ("Buy" is one OrderTypeDescription)
    It seems that JDev wants to write OrderTypeDescription into the OrderTypeFK-Field. Of course, that can't work...
    If I change "LOV attributes to display" to "OrderTypeId" it works fine, but that's not what I want....
    Any suggestions? Thanks a lot
    Bernhard

    I have a problem very much like the one Bernhard described but in 9.0.2. A combobox with LOV-binding first worked fine but then I decided to make the control non-editable to force the user select one of the list items, not modifying the combobox contents by keyboard. After all, it makes no sense to let the user write something that has no counterpart in the LOV list. So I added 'myCombo.setEditable(false)' in my code. The result was that the combobox still shows Ok a description corresponding to an id value found in database but if I pick another value in the combobox list and try to update it to database then I get the same error Bernhard did. Is this the same bug? Should I upgrade to 9.0.3 (we are planning to do it) and get the patch to it or is there any other remedy?
    - Risto

Maybe you are looking for

  • Tv-Out stopped working

    Hi, I have been using my iBook 14" with my television, via the apple adapter to AV input on the TV for months without any problem. Then suddenly just a couple of days ago it stopped working. Now, when I plug in the iBook the iBook screen refreshes (j

  • My iPod YouTube does't work

    My iPod YouTube doesn't work. What I doing now?

  • Extractor for ISEG

    Does anyone know of a standard extractor for ISEG (Physical inventory)? Thanks

  • Home directory not showing in other apps

    I use various programs that need to access files in my home directory, such as Adobe Lightroom. The only thing showing as folders are sharing and one other folder call business cards.None of the other folder or files show for selection. I have change

  • Packaging AIR runtime with app?

    Would it be possible to have an option to package the AIR runtime with the APKs created through Flash Builder?  Say, a ride-along package that would detect if the given or higher runtime of AIR is installed, and if not, install it before launching th