Search Page question - view criteria

Guys,
I am in the process of creating a search page. I need to change the search criteria on the page load. is it possible? (is this good practice to change view criteria dynamically of the search page or is it s good practice to create different search pages for each view criteria?)
Little more detail:
In entity edit page user selects the process---> based on the process i need to apply search criteria (before search page loads) --> user selects the entity and i need to show confirm message before calling stored procedure.
Thank you guys in advance...
-Raj

polo wrote:
I am in the process of creating a search page. I need to change the search criteria on the page load. is it possible? (is this good practice to change view criteria dynamically of the search page or is it s good practice to create different search pages for each view criteria?)If you want to apply criteria values, this is OK. How do you navigate to the search page? Usually you have an initialization method that runs before the page is displayed. In the initialization method you apply the criteria values and you execute the View object query.

Similar Messages

  • Looking for hook into a mb method on page load of jsff with auto query on view criteria.

    Hello,
    I have a View Criteria that is set to Query Automatically (showing data to match today's date).  The target table has a detail table and there is a control that shows parsed XML from the current row in the detail table into a table that I build dynamically. The main table and the detail table show the proper data on page load but the table for the parsed XML is empty.  The dynamic table is bound to a managed bean where the parsing is done and data is created.  I have the control refreshing properly on a row change of the main and detail tables and on a queryListener for the view criteria.
    This is for a jsff page. I have been trying a bunch of approaches with no success.  The detail table has a ppr to the main table and the query.  I am looking some event on either the query, the main table or the detail table where I can make a call to my managed bean to parse the XML, build the table and refresh the control.  I have an attribute binding to the XML data (when I placed it in a control as plane XML it refreshed properly).  I only need this on initial page load or first time the tables are populated, I have the other use cases covered.
    Running JDev 11.1.2.4
    Thank you
    Rudy

    ok but where?
    i have read a topic about "setRefreshOption", but i need a component to execute it.
    i have read a topic about a false criteria (1=2), and when i want search, i remove it, but again, i need a component to execute it.
    i have read a topic about ${adfFacesContext.postback == true} to write into iterator proeprty, but i haven't this view into my appmodule.
    i'm really sorry, but please, can you explain me a little ?
    Edited by: bradici on 8 oct. 2009 16:36

  • Add record through pop to search view criteria table?

    Hi,
    I am trying to add data from pop to search view criteria table but i am strukked at inserting data through popup...
    i got nullpointer exception like this
    <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    <RowGatherCallback> <processComponent> Illegal child component ("javax.faces.component.html.HtmlOutputText@17cc21b" id="j_id256") detected inside parent component ("panelGridLayout" with clientId="pt1:r1:1:pgc1:pt_pgl3"). The child component must instead be of type "gridRow" instead.
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: java.lang.NullPointerException
    java.lang.NullPointerException
        at oracle.jbo.server.QueryCollection.getRowSetRefs(QueryCollection.java:2675)
        at oracle.jbo.server.ViewObjectImpl.notifyRowUpdated(ViewObjectImpl.java:12174)
        at oracle.jbo.server.ViewObjectImpl.afterRowUpdate(ViewObjectImpl.java:13921)
        at oracle.jbo.server.ViewObjectImpl.sourceChanged(ViewObjectImpl.java:14224)
        at oracle.jbo.server.EntityCache.sendEvent(EntityCache.java:1566)
        at oracle.jbo.server.EntityCache.deliverEntityEvent(EntityCache.java:1582)
        at oracle.jbo.server.EntityCache.notifyColumnAndBlgChange(EntityCache.java:1640)
        at oracle.jbo.server.EntityImpl.notifyAttributesChanged(EntityImpl.java:7426)
        at oracle.jbo.server.EntityImpl.notifyAttributesChanged(EntityImpl.java:7407)
        at oracle.jbo.server.ViewRowImpl.setAttributeValues(ViewRowImpl.java:1827)
        at oracle.adf.model.binding.DCDataControl.setAttributesInRow(DCDataControl.java:2447)
        at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeValuesInRow(JUCtrlValueBinding.java:997)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.setTargetAttrsFromLovRow(JUCtrlListBinding.java:2813)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.updateTargetFromSelectedValue(JUCtrlListBinding.java:2941)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.setAttributeFromValueList(JUCtrlListBinding.java:2886)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.setSelectedIndex(JUCtrlListBinding.java:1752)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.setInputValueInRow(JUCtrlListBinding.java:3541)
        at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2926)
        at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2889)
        at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.setInputValue(FacesCtrlListBinding.java:458)
        at oracle.jbo.uicli.binding.JUCtrlValueBinding.put(JUCtrlValueBinding.java:2546)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.put(JUCtrlListBinding.java:3437)
        at javax.el.MapELResolver.setValue(MapELResolver.java:229)
        at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255)
        at com.sun.faces.el.DemuxCompositeELResolver.setValue(DemuxCompositeELResolver.java:281)
        at com.sun.el.parser.AstValue.setValue(Unknown Source)
        at com.sun.el.ValueExpressionImpl.setValue(Unknown Source)
        at org.apache.myfaces.trinidad.component.UIXEditableValue.updateModel(UIXEditableValue.java:361)
        at org.apache.myfaces.trinidad.component.UIXEditableValue.processUpdates(UIXEditableValue.java:311)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildrenImpl(UIXComponentBase.java:1269)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1259)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:1012)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildrenImpl(UIXComponentBase.java:1269)
        at oracle.adf.view.rich.component.fragment.UIXRegion.updateChildrenImpl(UIXRegion.java:669)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1259)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:1012)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$UpdateModelValuesCallback.invokeContextCallback(LifecycleImpl.java:1561)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1670)
        at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:625)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1693)
        at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:625)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:222)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:161)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1627)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1750)
        at org.apache.myfaces.trinidad.component.UIXDocument.invokeOnComponent(UIXDocument.java:106)
        at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:1321)
        at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:678)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:382)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    can any body help me out this?..
    ThankYou

    HI,
    I think you have created form using two view objects ...recheck one of the value is null before commit ..
    Thanks
    Nitesh

  • Oracle.jbo.NoDefException: Error in Quick Search when we use View  Criteria

    We encountered NoDefException error in Quick Search. We are using JDeveloper 11.1.1.6.0, JHeadstart 11.1.1.4
    I am able to reproduce the error by applying Oracle's HR schema. The following are the steps to reproduce with HR schema:
    1. Create an employee view named EmpVw by using the following query:
    select
    employee_id,
    first_name,
    last_name,
    email,
    phone_number,
    salary
    from employees
    2. Create a lookup view named CountryLookupView by using the following query:
    select
    country_id,
    country_name
    from countries
    3. Create a view named EmpCountryVw by using the following query:
    select
    emp.employee_id,
    emp.first_name,
    emp.last_name,
    cnty.country_id,
    cnty.country_name
    from employees emp
    inner join departments dept
    on emp.department_id = dept.department_id
    inner join locations loc
    on dept.location_id = loc.location_id
    inner join countries cnty
    on loc.country_id = cnty.country_id
    4. Create a LOV for the CountryId attribute in EmpCountryVw. The data source for this LOV is the CountryLookupView we just created. UI hints list type is Input Text with List of Values.
    5. Create View Criteria for EmpVw view, name it as EmpVwSearchCriteria Select EmpCountryVw from Attribute list, Operator is Exists, Operand is Inline View Criteria.
    6. Create new service EmployeeSearchService. Select EmpVw to the data model.
    7. In JHeadStart Application Definition Editor, create a new service node EmloyeeSearchService, set EmpVwSearchCriteria as Quick Search View Criteria in Search Settings section. Run the JAG, and then run the application.
    8. On the application screen, select EmployeeSearchService from the module drop-down list, on Emp Vw screen, click the glass icon to display the pop-up country search dialog, type in CA as country code, run the search, select the row with "Ca Canada" and then click OK button to close off the pop-up dialog. on Emp Vw screen, click "->" to run the search with Country Id = CA. Note the error dialog popup.
    The error message is: oracle.jbo.NoDefException: JBO-25058
    Caused by: oracle.jbo.NoDefException: JBO-25058: Definition data_MyJhsTutorial_UIShellPageDef_mainRegion_oracle_hr_pageDefs_EmpVwPageDef_WEB_INF_adfc_config_EmpVw_xml_EmpVwTaskFlow_EmpVwIteratorEmpVwSearchCriteriaQuery.vcrow125.EmpCountryVw.EmpCountryVwNestedCriteria.vcrow128.CountryId of type Attribute is not found in EmpVw.
         at oracle.jbo.server.ViewObjectImpl.findAttributeDef(ViewObjectImpl.java:7310)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._isTransientAttribute(FacesCtrlSearchBinding.java:585)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._changeQueryModeIfNeeded(FacesCtrlSearchBinding.java:577)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.processQuery(FacesCtrlSearchBinding.java:397)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         ... 63 more
    Please let me know if you have solution for this error. Thanks in advance.
    Sarah

    Sarah,
    I could reproduce the error.
    However, I created a drag-and-drop page fragment with quick search and table, and modified the adfc-config-EmpVw task flow to reference the drag and drop page:
    <view id="EmpVwTable">
    <page id="__120">/EmpvwDD.jsff</page>
    </view>
    And then I still get the same error, so this looks like an ADF bug to me.
    I also created a stand-alone jspx page using drag and drop, same error as well. I suggest you make a testcase without JHeadstart and contact Oracle Support.
    Steven Davelaar,
    JHeadstart Team.

  • Hierarchy Viewer - with a separate search page

    I would like for my search page to be separate than the one that contains the hierarchy viewer component.
    But, when a click on a row in the table produced on the search page, I would like it to trigger a search on the page with the hierarchy viewer based on the selected data.
    I am using version 11.1.2.3.0.
    Can you direct me to a example or documentation that could help?
    Thanks

    Hi,
    why don't you use a View Criteria, drag and drop it as a search form, then after querying the search form, navigate to the next page where you have the hierarchy viewer based on the same top-level ViewObject? This then will show the filtered data from the first screen. However, what it doesn't allow you to do this way is to filter on a second node level of the viewer
    Frank

  • Seeded Search Page ( PO History ) Addding new Criteria columns

    Hi ,
    I have a requirement wherein i need to customize PO History Search Page to add 2 new columns Supplier Name and Supplier Site as criteria. I was able to extend the Results VO but how do i proceed with adding new columns in the criteria region. Please provide me the steps.
    also, somewhere i read in this forum if the construction mode for the query region is autocuztomization criteria then we cannot customize the seeded page. please do provide me an alternative
    Thanks,
    Rajesh Khatri

    Hi Ramkumar,
    I am doing the following steps to run the seeded page PosRevisionHistoryPG ( Under Purchasing :-
    1) copied entire pos folder ( $java_top/oracle/apps/pos ) under java_top to my local machine.
    So my local machine has the foll directory structure
    jdev_home/myclasses/oracle/pos and jdev_home/myprojects/oracle/pos
    2) added jdev_home/myclasses/oracle/pos to my classpath.
    3) Created a new empty OA Project. ( name - rkposchng.jpr , default package - > rkposchng.oracle.apps.pos )
    4) Created a new empty Business Component Package under rkposchng.oracle.apps.pos
    5) Imported the server.xml to my project from jdevphome/myprojects/oracle/apps/pos/changeorder/server.xml
    6) Imported PosRevisionHistoryPG.xml ( seeded) to my project. This file was not there under java_top. I had all PG , RN ( xml files) file
    from $POS_TOP/mds/changeorder/webui and copied under jdev_home/myprojects/oracle/pos and jdev_home/myprojects/oracle/pos/changeorder/webui
    7) Ran the page from jdeveloper and its not returning any rows. On running i received 71 warnings and 0 errors.
    From the above you can see that i am not changing anything but still no rows are returned.
    Do i need to import any more files in step 5. I am not getting any clue what is the problem.
    Below are the warnings :-
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeIntAdvSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitIntAdvSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeIntSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitIntSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "PosDocTypeInternal".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitAdvSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeAdvSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeSrch".
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.productBranding.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevDateIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.OrdDateIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.DocTypeIntAdvSrch.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeIntAdvSrch".
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.VendSiteIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.VendSiteIntAdvLovTbl.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.VendIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.VendIntAdvLovTbl.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RelNumIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PoNumIntAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PoNumIntAdvLovTbl.
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.BusUnitIntAdvSrch.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitIntAdvSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeIntSrch".
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.VendSiteIntLovTbl.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.VendIntLovTbl.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PoNumIntLovTbl.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitIntSrch".
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosShowPoChangesInternal.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosShowPoChangesInternal.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareLastSignInt.
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareLastSignInt.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareLastSignInt.
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosComparePrevPoInternal.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosComparePrevPoInternal.
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareOrigPoInternal.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareOrigPoInternal.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "PosDocTypeInternal".
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosInternalVendorSiteLovTable.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosInternalVendorLovTable.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosInternalPONumLovTable.
    Warning: For search region "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevHisIntAdvSrch", the search does not have any required search criteria, and blind queries are not allowed. Please ensure that the underlying query is performant, or designate at least one search criteria item as "Selective Search Criteria" or the "Required" property is set to yes.
    Warning: For search region "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevHisIntSimSrchM", the search does not have any required search criteria, and blind queries are not allowed. Please ensure that the underlying query is performant, or designate at least one search criteria item as "Selective Search Criteria" or the "Required" property is set to yes.
    Warning: The "advancedSearchPanel" under "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosQueryRegContInternalRN" has a "advancedSearch" region directly under it. The "advancedSearch" region should be moved inside a "header" region under a "advancedSearchPanel".
    Warning: The "simpleSearchPanel" under "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosQueryRegContInternalRN" has a "messageComponentLayout" region directly under it. The "messageComponentLayout" region should be moved inside a "header" region under a "simpleSearchPanel".
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.BusUnitAdvSrch.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitAdvSrch".
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevDateAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.OrdDateAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Prompt" or "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.DocTypeAdvSrch.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeAdvSrch".
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RelNumAdvSrch.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PoNumAdvSrch.
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosOperUnitLov" for property "External LOV" on component "BusUnitSrch".
    Warning: Invalid value "/oracle/apps/pos/lov/webui/PosDocTypeLov" for property "External LOV" on component "DocTypeSrch".
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosShowPoChanges.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosShowPoChanges.
    Warning: Some required properties are not set on the document. Please set "Additional Text" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareLastSign.
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareLastSign.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareLastSign.
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosComparePrevPo.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosComparePrevPo.
    Warning: Some required properties are not set on the document. Please set "Width" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareOrigPo.
    Warning: Some required properties are not set on the document. Please set "Height" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosCompareOrigPo.
    Warning: For search region "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevHisAdvSrch", the search does not have any required search criteria, and blind queries are not allowed. Please ensure that the underlying query is performant, or designate at least one search criteria item as "Selective Search Criteria" or the "Required" property is set to yes.
    Warning: For search region "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.RevHisSimSrchM", the search does not have any required search criteria, and blind queries are not allowed. Please ensure that the underlying query is performant, or designate at least one search criteria item as "Selective Search Criteria" or the "Required" property is set to yes.
    Warning: The "advancedSearchPanel" under "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosQueryRegContRN" has a "advancedSearch" region directly under it. The "advancedSearch" region should be moved inside a "header" region under a "advancedSearchPanel".
    Warning: The "simpleSearchPanel" under "/oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosQueryRegContRN" has a "messageComponentLayout" region directly under it. The "messageComponentLayout" region should be moved inside a "header" region under a "simpleSearchPanel".
    Warning: Some required properties are not set on the document. Please set "View Instance" on component /oracle/apps/pos/changeorder/webui/PosRevisionHistoryPG.PosRevHistExport.
    Thanks,
    Rajesh Khatri

  • I do not view NPD BU under Category Tab in Activity search page

    Hi there,
    I'm using Agile PLM 6.1.1.0_Release_12
    I'm not able to view NPD BU under Category Tab in Activity search page.
    1) I created 2 NPD BU
    - Italy
    - International
    2) I created some Activity template with Italy and International as BU.
    The issue is that when I search Activity Template by Category system does not display any results.
    Moreover I'm not able to add an activity template in a project template.
    Could you kindly explain me why? I hope my question is clear.
    Thank you very much.
    Best regards,
    Stefano

    I tried this on my local 6.1.1 build and it appears to work.   Go ahead and submit an SR so support can investigate. 

  • How to add a new  search criteria in Advance Search Page in OAF

    HI,
    In my application (R12) we can access customer related information from 2 places (2 different responsibilities as mentioned below), both are OAF pages.
    1. AX receivables
    2. Sales online
    From both the responsibilities we can perform search for customer related information as well (Simple as well as Advance Search).
    But Advance Search screen from 'Sales online' allows user to perform search, based on few additional fields as well such as 'Classification' (it's an lov based field).
    Now, User is asking to add that field on search page of AX receivables as well.
    So, how to add one more field (as search criteria), on an standard 'Customer' screen?
    Additional Info :
    1. LOV is based on HzPuiClassificationFilterVO
    2. And this VO is available on both pages. (oracle.apps.ar.hz.components.search.server.HzPuiClassificationFilterVO)
    So can we achieve this by Personalization only ? if yes plz share the steps as well.
    Regards,
    Adi

    Yes. It is possible through personalization.
    1. Create a criteria row under Advance Search
    2. Create a Result Item under advance table columns
    3. Create a Query Criteria Map based on the criteria and result item above.
    Please note the newly added criteria field should be in the Searchresults VO attributes list.
    Otherwise you need to extend the VO as well.
    Hope this helps.
    Regards,
    -Mukesh.

  • In service order Search page,In Service Order Search criteria, In Status value drop down i have to show only user status?

    Hi Team,
    My requirement is In service order Search page,In Service Order Search criteria, In Status value drop down i have to show only user status values only? how to do it..now in my status drop down values system status values also displayed ,i want only user status values only i have to show...how to do it?
    Thanks
    Kalpana

    Hi Kalpana
    As Standard there are 2 separate search fields for Status.
    One for User Status
    One for System Status
    Are you sure that the other Status value you require are not for other Service Transactions different to the one you are wanting to search on?
    If you need to make a only the User Status for  a given selected Transaction Type, then you would need to make an enhancement to that Component
    Regards
    Arden

  • Add WHERE criterias in addition to what the user enters on search page

    Hi,
    This may be a simple problem, but I have not been able to solve it.....Is there a way for me to code another search criteria in addition to what the user enters?
    I'm trying to create a simple search page. Basically, user logs on, i get his acoount number and save it in a variable. Then whatever the user's search criterias are , I want to add "AND ACCOUNT = ???."
    I've tried:
    In the processRequest, retrieve his account number using a VO, stored account number in variavle x and then call a initQuery(x) for the VO to get only the rows that he should be able to see. Problem A: I get 'SQLStmtException' when I test the page by trying to do a Simple Search. So to fix that, in the VOImpl, I added these two calls -- setWhereClauseParams(null); setWhereClause(null); -- after the executeQuery(). After I did this, ran into Problem B: the user could search any record that wasn't associated with his account.
    I also tried to dynamically create the vo using createViewObjectFromQueryStmt("Select * from table where account = " + x) but was not successful. The page didn't render and I received a ClassCastException similar to this thread -- Re: How to Create OAViewObject programatically
    I'm new to OAF and would appreciate any pointers on how to implement this.
    Thanks,
    LL

    Hi,
    I assume that you haven't tried the following steps..if you have and still get an error, give us the SQL statement error that is coming up. If I misunderstood your requirement, could you elaborate.
    I assume that when the user logs in you get the account number automatically.
    You could define the VO to have the following where condition 'WHERE ACCOUNT=:1'.
    Then you set the account id from the user using setWhereClauseParams(0,accountid) and call executeQuery. This would limit the result to that user.
    This will work in addition to any other search fields that might have been used in the query.
    For e.g with just the account id the sql that will be fired is
    Select attribute1, attribute2....from Tablexxx where account = :1
    Any other user search criteria given in the page will result in a ssql query like the following
    select * from (Select attribute1, attribute2 ...from Tablexx where accoount = :1) where newattribute like `%xx`
    Hope this helps. Let us know if you still have issues.
    Thank you,
    Arun

  • Cappture search button click of a view criteria

    Hi is it possible to capture the click of a view criteria "Search filter". Search button click?
    Also, is it possible to have teh default of a view criteria to be set at "ALL" or "ANY"

    To listen to the search button's click, you can use the ADF JavaScript API. The AF:Query compoment will raise an event of type "query" when the search button is clicked.
    See the first code snippet in the post below:
    http://myadfnotebook.blogspot.com/2011/09/loading-screen-spinner-pop-up-v20.html
    -Jeevan

  • Include view checkbox in search pages

    Have you noticed that in the new EHP3 release webui search pages, there is a checkbox which says "Include View" next to "Save search As". Any idea what it is for or how this can help users?

    Hi Sandeep,
      While Saving Search options through saved search it there was a standard component holds the searched values.
    By using including view option in which component view you implemented search, that information will also be save.
    This will be a better way of searching in EHP 3.0
    Thanks & Regards,
    Arunpandi

  • How to implement dependencies between search criteria in a Search page

    Hi All,
    I am using Jdev 11.1.1.6
    Someone please let me know how to implement dependency between the search criteria in a search page.
    i have found few articles for implementing the same in forms.
    i am trying to implement dependencies between search criteria's. i will be using two serach criteria's as lov's in Search page(Using search panel) not in simple forms.
    the second criteria lov should be listing all the results based on the firstr search criteria.
    someone pls let me know how too implement this.
    Regards
    Siva

    Thanks Timo,
    I got the result. On the dependent attbute properties,i selected the parent attribute and then followed the link for further proceeding.
    Its working fine.
    Thanks alot for the reply.
    Regards
    Siva

  • Default views in search page

    Hi,
    I have a search page, and I have a requirement:
    when user log on, he should be able to see the default result list(e.g cases). If user is an employee, he should see all his cases. If user is a manager, he should see all his cases and the cases of employee reports to him.
    Here are the solutions I think about:
    1. configure default view: but when configuring default view, we are only allowed to select a 'user name' staticlly, and there is no way we can know the user name before user log on the system.
    2. execute query in processRequest(), so when user log on, he can see his default result list before push 'Go' button. But it doesn't seem to meet OAF standard.
    Can anyone give some suggestions?
    thanks
    Lei

    Lei,
    Use approach 2. Read the user name in controller and pass it to an invoke method in AM which will do the additional where clause addition based on username and execute the query.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                       

  • Applying distinct to a query search panel view criteria

    I have a VO that returns multiple instances of the same project code...In the ADF query panel I only need to display a distinct set of these project codes...
    When building a simple ADF query panel based on a view criteria declaratively the project codes will repeat themselves in the select one choice component of the query panel.
    What is the best way to apply a distinct to a view criteria of this sort?
    Thanks in advance.

    Hi
    Edit query- Select Sql Mode to "Expert" and manually change the query.
    M Niaz

Maybe you are looking for

  • Win 8.1 Pro, iTunes install fails with "could not open key"

    Have tried complete uninstall as required by "Remove and reinstall" Did not work.

  • Rush Order & RLT

    Hi All, am currently using RLT, i would like to control the rush orders from consuming the stock reserved by the sales orders available in the system already. note : i cannot exclude the sales requirements from delivery scope of availability check, b

  • Finding Userexit or BADI for vl10batch transaction

    Hi All, We are using the VL10BATCH transation for creation of delivery note which can create one Delivery document for multiple line items. VL10BATCH transaction which inturn creates variants for VL10 transactions based on material, partner, Salesord

  • Lost Masters/New User question

    I have about 50 pictures in a project and aperture is telling me I can't do anything with them because the Masters can't be located. I've tried file>relocate masters and file>manage referenced file to no avail. When I searched here for answers I foun

  • Should we create large number of folders within a list?

    For a custom list having 50K item it is more convenient for user to create folders to segregate custom list items logically. But if we consider performance, is it recommended to create large number folders of within a custom list? What are pros and c