Input Search criteria gets cleared on searching in Search Region

In a pageA I have a search region, this search region has
2 date fields.
I have a return link on pageA that directs to pageB. Another button on pageB directs to pageA. For every page redirection, we have retainAM='Y', due to this the search criterial in pageA still remains if we do a navigation like pageA->pageB->pageA
to clear the search criteria for every page reload of pageA, I am setting the value of
datefield to null in the processrequest() of pageA.
Now the wierd thing that is happening is though the search results are appearing fine,
the data entered in date fields is getting disappeared on doing a search.
in processformrequest, when I do a pagecontext.getparameter(datefieldID) this returns a value but
doing a webBean.findindexchildrecursive(dateBean).getValue returns null.
any idea what the issue could be.
Thanks,
Kalyan.
Message was edited by:
Naga Kalyan

Is it a query region or a custom search region? What is the code written to null the date fields?
Is there any flow where the values are retained?
--Shiv                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Hi I want to create a search form with drop down search criteria. This form should then search on the same site and display the search results. Is there HTML available for this? Or an oline site that I can use to build this form? I created a form in Jotfo

    Hi I want to create a search form with drop down search criteria. This form should then search on the same site and display the search results. Is there HTML available for this? Or an oline site that I can use to build this form? I created a form in Jotform.com, but this form doesn't search the site, instead it sends me an e-mail. Do you have a solution for me? Thanks.

    Hi I want to create a search form with drop down search criteria. This form should then search on the same site and display the search results. Is there HTML available for this? Or an oline site that I can use to build this form? I created a form in Jotform.com, but this form doesn't search the site, instead it sends me an e-mail. Do you have a solution for me? Thanks.

  • I just published my Muse site on Adobe, and now when i do a search and get a return on the search, it repeats the site name several times. is it in the page properties?

    I just published my Muse site on Adobe, and now when i do a search and get a return on the search, it repeats the site name several times. is it in the page properties?

    By search you are referring to Google search ?? or you are using any search module in your site and the keywords shows same topic multiple times on page ?
    Please elaborate more, provide site url.
    Regarding using keywords, description etc, you can add that to your page using page properties > metadata section.
    http://muse.adobe.com/strategies-for-seo.html
    Thanks,
    Sanjit

  • Input Field not getting cleared.

    Hi Fellow Abapers,
    I have a peculiar problem. I have done a Module pool program as below.
    PROCESS AFTER INPUT.
      CHAIN.
        FIELD ztrsc_histh-trptr.
        MODULE user_command_0100.
      ENDCHAIN.
      CHAIN.
        FIELD ztrsc_fibld-fidocamt.
        MODULE user_fidocamt ON CHAIN-REQUEST.
      ENDCHAIN.
    MODULE user_command_0100.
    CASE sy-ucomm.
      WHEN 'NEXT'.
         CLEAR ztrsc_fibld-fidocamt.
         GET NEXT RECORD AND DISPLAY.
    ENDCASE..
    ENDMODULE.
    Input FIELD ztrsc_histh-trptr is display only after Transporter Code is entered and we press "ENTER" key.
    Input FIELD ztrsc_fibld-fidocamt is enabled. I enter some value "10".
    i have a button as next. When the next record is shown the next record shows but although I clear FIELD ztrsc_fibld-fidocamt, in the debug mode it clears THE FIELD VALUE ztrsc_fibld-fidocamt AND THEN GETS THE NEXT RECORD AND PUTS THE CORRECT NEXT AMOUNT OF THE NEXT RECORD INTO ztrsc_fibld-fidocamt, but when it appears on the Statement FIELD ztrsc_fibld-fidocamt as per the below code.
    CHAIN.
        FIELD ztrsc_fibld-fidocamt.
        MODULE user_fidocamt ON CHAIN-REQUEST.
      ENDCHAIN.
    the old value of "10" re-appears although I had cleared it in the previous Module program. What could be the reason.
    Regards
    Yao Chhang

    Thanks a lot for your prompt answer. Well yes if i clear in the PBO the value gets cleared, but then i wanted to get the next records value into the value field, well the problem got solved in a much easier way i put everything into one chain endchain statement.

  • Clearing only a few search criteria fields

    Hi,
    I am defaulting the business partner and start date fields of the search criteria of the dealer portal lead search..
    But when I click on clear button , now it clears the result set and not the search criteria because I commented the below code in EH_ONCLEAR method
    * clear search criteria
    *  lt_adjustments = me->get_adjustments( ).
    *  lr_qs->clear_selection_param_values( lt_adjustments ).
    But now I want all the search criteria fields to be cleared when I click clear button except for business partner...
    If I am able to manipulate the code of clear_selection_param_values( lt_adjustments ) method, I will be able to achieve it..
    But the clear_selection_params_values is a standard method...How do I manipulate to not clear the business partner??
    What is the procedure to achieve it?
    Thanks
    Madhukar

    Hi,
    Check this code.
      data: lv_viewname type string,
            lr_view_ctrl type ref to cl_crm_srqm_common_sr_cntrl,
            lr_search_cn type ref to CL_BSP_WD_CONTEXT_NODE_ASP.
    lv_viewname = me->get_viewarea_content( if_crm_srqm_uiu_const=>gc_viewarea_search ).
      ASSERT lv_viewname IS NOT INITIAL.
      lr_view_ctrl ?= me->get_subcontroller_by_viewname( lv_viewname ).
      lr_search_cn ?= lr_view_ctrl->get_search_context_node( ).
      lr_query_service ?= lr_search_cn->collection_wrapper->get_current( ).
      lr_coll ?=  lr_query_service->get_selection_params( ).
      CHECK lr_coll IS BOUND.
      lr_iterator ?= lr_coll->get_iterator( ).
      CHECK lr_iterator IS BOUND.
      lr_entity ?= lr_iterator->get_first( ).
      WHILE  lr_entity IS BOUND.
        lr_entity->get_property_as_value( EXPORTING iv_attr_name = 'ATTR_NAME'
                                          IMPORTING ev_result = lv_attr_name ).
        CASE lv_attr_name.
          WHEN 'PARTNER'.
            lr_entity->get_property_as_value( EXPORTING iv_attr_name = 'LOW'
                                             IMPORTING ev_result = lv_partner ).
    EXIT.
       ENDCASE.
        lr_entity ?= lr_iterator->get_next( ).
      ENDWHILE.
    lr_search_cn->if_bsp_model~reset_errors( ).
      lr_view_ctrl->clear_search( ).
    lr_query_service-->ADD_SELECTION_PARAM( iv_attr_name = 'PARTNER'
                                                     iv_sign      = 'I'
                                                     iv_option    = 'EQ'
                                                     iv_low       = LV_PARTNER ).
    Regards,
    Deepika

  • Adding a new search criteria in Web UI for Sales Order

    Hi,
    We have a requirement for Web UI as follows :
    We want to add the ID number (identification number in BP ) as search criteria for Sales Order simialr to search criteria available in Accounts with ID number .
    Can any one please give some inputs on this ?
    Regards
    Vinayak

    Hi Vinayak,
    I will try to give you some technical advise.
    What you would need to do is:
    In transaction SM30 open up view: CRMV_OBJ_BTIL
    There is an entry for External Object Name "BTQAct"
    The currently used DDIC structure is CRMST_QUERY_ACT_BTIL
    You will need to adjust this structure to bring completely new parameters to the UI. This means put in your own.
    As you can see in detail for this entry there are three fields with name "Structure" the last one is for the GenIL handler class. Currently it should be empty (there is some fancy SAP logic to determine it automatically). You can override it with your own handler class implementing the logic. As a hint: The implementation class currently used is: CL_CRM_QACT_RUN_BTIL
    Anyhow most 1Order searches are handled by the class CL_CRM_Q1O_SEARCH perhaps you can use it as well. Additionally it would be a good idea to provide your users with a value help.
    Oh and there is a customizing that lets you define which options (IS, BETWEEN, IS NOT, ...) should be available for the user. Please do not try to do this hardcoded
    cheers Carsten

  • APP-PO-14096: NO REQUISITIONS MEET YOUR SEARCH CRITERIA

    Hi,
    We are working in oracle applications 11i Purchasing Module-Test Instance.
    I have created a Purchase Requistion and it was approved successfully.
    But, when I open the Autocreate window, (with/out choosing the approved Requisition) and click find, i get the error:
    APP-PO-14096: NO REQUISITIONS MEET YOUR SEARCH CRITERIA.
    Cause: There are no requistions or requisition lines that match your search criteria.
    Action: Re-enter your search criteria with fewer or different parameters.
    Any suggestions please........
    Thanks

    Dear Friend
    First thing this approved requisition we need to assign it to the specific buyer who will work in future on this request therefore just click on the "Manage Buyer Workload" assign it to the specific buyer.
    Login as a buyer
    Go to Auto Create
    You will fine the approved requisition for creating the PO or RFQ etcc.....
    Manoj N Bhosale

  • EREC: Search Criteria

    Hi Experts,
    Request help...
    This is regarding quick search button available on the recruiter dashboard. We give a search criteria ex:XYZ and click on search, all records answering the criteria are displayed. When we change search criteria to ABC and click on search. Records pertaining to the previous search criteria i.e XYZ are being displayed.
    Why record search details are not getting refreshed?
    Regards
    Savitha
    Edited by: SAPHCMRR on Aug 5, 2011 9:20 AM

    Hello Savita,
    To get an automatic refresh of the Recruiter Dashboard, you should have activated BAdI HRRCF_POWL_REFRESH and implemented note 1401400.
    The POWL queries should be updated only by navigating (so without the application events) eg. by setting parameter refreshOnQuerySwitch in a custom POWL_UI_COMP application configuration which is called in component ERC_POWL_WORKCENTER from the workcenter application configuration.
    Best Regards,
    Deepak

  • Belonging To Search Criteria in Document Search

    Hi,
    I have been trying to find an explanation of the search terms "Me", "My Team", "My Group", "My Company" and "My Responsibilty Group" that are available within the document search.
    Having investigated the search results that are returned I cannot work out the logic.  If anyone can assist, then points will be awarded.  Many thanks,
    Jon

    Hi,
    GO to SPRO->Customer Relationship Management->>>Customer Relationship Management>Application Element->Search Group>Define Search Criteria Selection/Define Search Variant Selection
    Groups of different search criteria can be provided in the advanced search. In Account Management for example, you can search for customers according to address fields or corresponding contact partners. The required search fields are always determined from the selection of two dropdown boxes. These are the search fields By-Shuffler and Show-Shuffler.
    You define the selection options for the search criteria selection. This search field is in the advanced search of the People-Centric UI. You define requested data for the selection, that is a specific field group with the selection. You can group the search criteria that you have specified under Search Group Structure. They are listed in a dropdown box.
    Activities
    1. Select New Entries.
    2. Enter a user-defined identifier for the search criteria in the By-Shuffler column.
    3. Enter a description for the search criteria in the Description column.
    reward points if helps
    Regards
    Kushal

  • Search criteria in Transaction

    Hi..
        can we customise the search criteria in a busoness transaction?
       if yes what are the config steps that need to be done...?
        regards,
    sanjana

    Hi,
    GO to SPRO->Customer Relationship Management->>>Customer Relationship Management>Application Element->Search Group>Define Search Criteria Selection/Define Search Variant Selection
    Groups of different search criteria can be provided in the advanced search. In Account Management for example, you can search for customers according to address fields or corresponding contact partners. The required search fields are always determined from the selection of two dropdown boxes. These are the search fields By-Shuffler and Show-Shuffler.
    You define the selection options for the search criteria selection. This search field is in the advanced search of the People-Centric UI. You define requested data for the selection, that is a specific field group with the selection. You can group the search criteria that you have specified under Search Group Structure. They are listed in a dropdown box.
    Activities
    1. Select New Entries.
    2. Enter a user-defined identifier for the search criteria in the By-Shuffler column.
    3. Enter a description for the search criteria in the Description column.
    reward points if helps
    Regards
    Kushal

  • Bug in app store using search criteria

    When using the search option in the app store a bug occurs.
    When jumping between options like update and whipping the search criteria.
    After the jump the search criteria appears again.
    How can you report such a bug?

    Find whatever apps your purchased under that Apple ID, and remove them from your system. Dragging to Trash is pretty much all you'll have to do.

  • Handle the selective search criteria in LOV region based on profile.

    I have a requirement in LOV that the "selective search criteria" functionality should work on basis of the some profile option. Please help me out how I handle it through the controller which is attached with LOVRN.

    Hi
    then is no method provided in OAMessageLovInputBean class to set the criteria programmatically ,SPEL binding too is not possible ,but you can do it in tricky way
    1.) If this is standard LOV than hide this standard lov and
    2.) Create two LOVs one with Selective Search Criteria true and second with Selective Search Criteria false ,both will have same view instance and view attribute.
    3.) Do controller extension and make them conditionaly rendred true or false in process request method ,if you want to this in PFR method then bind them with SPEL.
    thanks
    Pratap

  • New custom search criteria for opportunities

    Hi to all,
    I want to expand the web gui view for search opportunities.
    I have a new custom filed in the heder of the
    opportunities named ZZORDERADM_H010, type BOOL, created with transaction EEWB.
    The header is correctly update, the table CRMD_ORDERADM_H now contain my custom filed and it works fine
    if i set it from web GUI (i've also extend the hedere view with the custom field).
    Now want be able to use it as search criteria.
    I follow the note nr  1336833.
    I have extended the structure CRMST_QUERY_OPP_BTIL (and the struct CRMST_QUERY_OPP_AC_BTIL also )
    with my new custom filed (i've made an append).
    Then I mantain the table CRMVC_DQ form sm34.
    I've made a new insertion under component BTopp like this:
    BT     BTQOpp     ZZORDERADM_H0101     X Indica opzioni che sono disponibili  ........................
    The custom filed for search is now available, and i've extend the search view of WEB GUI with the new custom filed.
    BUT the search DON'T WORK. Is like the the new custom field not influence the search!!!
    With all the other search criteria blank, and mine valorized, the search returns all the opportunity entries;
    instead it should return 2 records (i've made 2 test case with this custom fileld set at 'X'.)
    The same result trying execute the query from transaction GENIL_BOL_BROWSER.
    Please Help!
    Davide

    Hello Davide,
    If you want to use your new field in search, a BADI should be implemented. This is usually done for you by EEWB provided that you checked "PCUI extended search" at some point in the wizard. SAP should have changed this label because it is somehow confusing if your are using CRM5.2 onward versions... as PCUI has nothing to do with it!
    So did you mark this checkbox?
    If no, you can run the wizard again and everything will be fine.
    Kind regards,
    Nicolas Busson.
    PS: badi name is CRM_RF_SEARCH_EEW

  • OVS - how to change the position of the fields in the OVS search criteria

    Hi,
    I have an OVS search screen where 4 search criterias are  there.Based on the search criteria , the values will be papulated in the OVS screen.
    Now I have to change the position of the fields in the search criteria.Means if the Maximum field (one of the search criteria) is in the first position,I need to put it in the last position.I have ro change the position of the search criteria field and not the result fields.
    Please suggest me how to do that.
    Regards
    -Sandip

    Hi Sandeep,
                      please go through this article for customizing Value Help:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c6132f-4ea3-2b10-4d8f-e68d2e96113d]
    Thanks and Regards

  • IRC Addition Search Criteria Flexfield

    Hi
    I want to add one search criteria for recruiters and managers for searching on vacancies. This is a simple text item that I added in "Additional Search Criteria Details" as 150 character Optional value set.
    But while searching that field is not used at all. I checked the same with IrcVacancyVO query that is executed at the time of search.
    When i tried the same thing on vision instance i can see that the query fired IrcVacancyVO have where condition added for the added field.
    Any idea which setup step I am missing.

    Thanks Tim and NewB
    I have set the value for profile option IRC: Search Criteria Segment Matching as ATTRIBUTE1.
    Also i tried to run the query by diagnostics on at statement level and noticed one thing in the log
    aboutpage_flexFieldRows=[{3=, TableDetail=SegmentsSEARCH_BY_POSITION: (Attribute) displayed, (ColumnName) ATTRIBUTE1, (ValueSet-ListType) 150 Characters Optional-2Context: (Attribute) , (ColumnName) ATTRIBUTE_CATEGORY, (ValueSet-ListType) $FLEX$.DF_CONTEXTS-2WarningDev mode error: The flexfield in query region feature is not fully supported yetDev mode error: The flexfield may cause layout problems in messageComponentLayout bean if the messageComponentLayout's column attribute is greater than 1, 2=IRC_SEARCH_CRITERIA, 1=PER, 0=tableLayout: (SearchCriteriaFlex)}, {3=, TableDetail=SegmentsSEARCH_BY_POSITION: (Attribute) displayed, (ColumnName) ATTRIBUTE1, (ValueSet-ListType) 150 Characters Optional-2Context: (Attribute) , (ColumnName) ATTRIBUTE_CATEGORY, (ValueSet-ListType) $FLEX$.DF_CONTEXTS-2WarningDev mode error: The flexfield in query region feature is not fully supported yet, 2=IRC_SEARCH_CRITERIA, 1=PER, 0=tableLayout: (SearchCriteriaFlexResults)}, {3=, TableDetail=SegmentsSEARCH_BY_POSITION: (Attribute) displayed, (ColumnName) ATTRIBUTE1, (ValueSet-ListType) 150 Characters Optional-2Context: (Attribute) , (ColumnName) ATTRIBUTE_CATEGORY, (ValueSet-ListType) $FLEX$.DF_CONTEXTS-2WarningDev mode error: The flexfield in query region feature is not fully supported yet, 2=PER_VACANCIES, 1=PER, 0=tableLayout: (IrcFlexField1)}]
    aboutpage_securityRows=oracle.cabo.ui.data.ListDataObjectList@2a0263
    aboutpage_applicationModuleHashtable={oracle.apps.irc.vacancy.server.VacancySearchAM=Y}
    aboutpage_voPickList=MessageChoiceBean, localName='messageChoice'
    aboutpage_voDetailsHashtable={oracle.apps.irc.vacancy.server.IrcVacancyVO={entityObjectNames=oracle.apps.per.schema.server.PerAllVacanciesEO oracle.apps.per.schema.server.PerJobsEO oracle.apps.per.schema.server.PerGradesEO oracle.apps.per.schema.server.HrAllOrganizationUnitsVlEO oracle.apps.per.schema.server.HrLocationsAllEO oracle.apps.per.schema.server.PerAllPeopleFEO oracle.apps.per.schema.server.HrLookupsEO oracle.apps.per.schema.server.HrAllPositionsFEO oracle.apps.irc.schema.server.IrcVacancySearchCriteriaEO , attributeRows=oracle.cabo.ui.data.ListDataObjectList@2cf6a, properties={OAFLEX_VIEWDEFIMPL_FLEXFIELD_HELPER=oracle.apps.fnd.framework.server.OAFlexViewDefImplFlexfieldHelper@38d3f, _SVC_DomainInfos=oracle.jbo.server.ViewObjectServiceImpl$Domains@12e42e7, _SVC_ImmediateDomainsCache=[]}, entityObjectsRows=oracle.cabo.ui.data.ListDataObjectList@7f4683, query=SELECT Vac.VACANCY_ID, Vac.DATE_FROM, Vac.NAME, Vac.DATE_TO, Vac.DESCRIPTION, Vac.NUMBER_OF_OPENINGS, Vac.LAST_UPDATE_DATE, Vac.CREATION_DATE, Job.NAME AS JobName, Job.JOB_ID, Grade.NAME AS GradeName, Grade.GRADE_ID, Org.NAME AS OrgName, Org.ORGANIZATION_ID, Loc.LOCATION_CODE, Loc.LOCATION_ID, Recruiter.FULL_NAME AS RECRUITER_NAME, Recruiter.PERSON_ID AS RECRUITER_ID, Recruiter.EFFECTIVE_START_DATE, Recruiter.EFFECTIVE_END_DATE, Recruiter.EMAIL_ADDRESS, Manager.FULL_NAME AS MANAGER_NAME, Manager.PERSON_ID AS MANAGER_ID, Manager.EFFECTIVE_START_DATE AS MAN_EFFECTIVE_START_DATE, Manager.EFFECTIVE_END_DATE AS MAN_EFFECTIVE_END_DATE, Manager.EMAIL_ADDRESS AS EMAIL_ADDRESS1, Status.MEANING, Status.LOOKUP_TYPE, Status.LOOKUP_CODE, Vac.REQUISITION_ID, (select count(assignment_type) from per_all_assignments_f paaf where paaf.vacancy_id = Vac.vacancy_id and paaf.assignment_type = 'A' and :1 between PAAF.EFFECTIVE_START_DATE AND PAAF.EFFECTIVE_END_DATE and (fnd_profile.value('IRC_AGENCY_NAME') is null or exists (select 1 from irc_agency_vacancies iav1 ,per_all_people_f per1 ,irc_notification_preferences inp1 where iav1.vacancy_id=vac.vacancy_id and iav1.agency_id=fnd_profile.value('IRC_AGENCY_NAME') and per1.person_id=paaf.person_id and per1.party_id=inp1.party_id and (inp1.agency_id=iav1.agency_id or iav1.manage_applicants_allowed='Y')) ) ) AS APPLICANTS, (select count(distinct assignment_id) from per_all_assignments_f paaf where paaf.vacancy_id = Vac.vacancy_id and assignment_type = 'E' ) AS FILLED, decode(vac.manager_id,:2,'Y','N') AS MY_VACANCIES, Vac.BUDGET_MEASUREMENT_TYPE, Vac.BUDGET_MEASUREMENT_VALUE, posEO.NAME AS NAME1, posEO.POSITION_ID, posEO.EFFECTIVE_START_DATE AS EFFECTIVE_START_DATE2, posEO.EFFECTIVE_END_DATE AS EFFECTIVE_END_DATE2, NULL AS ACCESS_FLAGS, Vac.STATUS AS VACANCY_STATUS, Bg.NAME AS NAME2, Bg.ORGANIZATION_ID AS ORGANIZATION_ID1, Vac.BUSINESS_GROUP_ID, VSC.EMPLOYEE, VSC.CONTRACTOR, VSC.EMPLOYMENT_CATEGORY, VSC.TRAVEL_PERCENTAGE, VSC.MIN_SALARY, VSC.MAX_SALARY, VSC.SALARY_CURRENCY, VSC.PROFESSIONAL_AREA, VSC.WORK_AT_HOME, VSC.MIN_QUAL_LEVEL, VSC.MAX_QUAL_LEVEL, VSC.ATTRIBUTE_CATEGORY, VSC.ATTRIBUTE1, VSC.ATTRIBUTE2, VSC.ATTRIBUTE3, VSC.ATTRIBUTE4, VSC.ATTRIBUTE5, VSC.ATTRIBUTE6, VSC.ATTRIBUTE7, VSC.ATTRIBUTE8, VSC.ATTRIBUTE9, VSC.ATTRIBUTE10, VSC.ATTRIBUTE11, VSC.ATTRIBUTE12, VSC.ATTRIBUTE13, VSC.ATTRIBUTE14, VSC.ATTRIBUTE15, VSC.ATTRIBUTE16, VSC.ATTRIBUTE17, VSC.ATTRIBUTE18, VSC.ATTRIBUTE19, VSC.ATTRIBUTE20, VSC.ATTRIBUTE21, VSC.ATTRIBUTE22, VSC.ATTRIBUTE23, VSC.ATTRIBUTE24, VSC.ATTRIBUTE25, VSC.ATTRIBUTE26, VSC.ATTRIBUTE27, VSC.ATTRIBUTE28, VSC.ATTRIBUTE29, VSC.ATTRIBUTE30, VSC.SEARCH_CRITERIA_ID, Vac.ATTRIBUTE_CATEGORY AS VAC_ATTRIBUTE_CATEGORY, Vac.ATTRIBUTE1 AS VAC_ATTRIBUTE1, Vac.ATTRIBUTE2 AS VAC_ATTRIBUTE2, Vac.ATTRIBUTE3 AS VAC_ATTRIBUTE3, Vac.ATTRIBUTE4 AS VAC_ATTRIBUTE4, Vac.ATTRIBUTE5 AS VAC_ATTRIBUTE5, Vac.ATTRIBUTE6 AS VAC_ATTRIBUTE6, Vac.ATTRIBUTE7 AS VAC_ATTRIBUTE7, Vac.ATTRIBUTE8 AS VAC_ATTRIBUTE8, Vac.ATTRIBUTE9 AS VAC_ATTRIBUTE9, Vac.ATTRIBUTE10 AS VAC_ATTRIBUTE10, Vac.ATTRIBUTE11 AS VAC_ATTRIBUTE11, Vac.ATTRIBUTE12 AS VAC_ATTRIBUTE12, Vac.ATTRIBUTE13 AS VAC_ATTRIBUTE13, Vac.ATTRIBUTE14 AS VAC_ATTRIBUTE14, Vac.ATTRIBUTE15 AS VAC_ATTRIBUTE15, Vac.ATTRIBUTE16 AS VAC_ATTRIBUTE16, Vac.ATTRIBUTE17 AS VAC_ATTRIBUTE17, Vac.ATTRIBUTE18 AS VAC_ATTRIBUTE18, Vac.ATTRIBUTE19 AS VAC_ATTRIBUTE19, Vac.ATTRIBUTE20 AS VAC_ATTRIBUTE20, decode((select update_allowed||delete_allowed from irc_rec_team_members rec where rec.vacancy_id = VAC.vacancy_id and rec.person_id = :3), 'NN', 'VIEW', 'UPDATE') AS TEAM_ACCESS, (select count(*) from hr_api_transactions where transaction_ref_table = 'PER_ALL_VACANCIES' and transaction_ref_id = Vac.vacancy_id and creator_person_id = :4 and status = 'S') AS SaveForLaterLocks, (select count(*) from hr_api_transactions where transaction_ref_table = 'PER_ALL_VACANCIES' and transaction_ref_id = Vac.vacancy_id and status != 'D' and (creator_person_id != :5 or transaction_state != null or status != 'S' )) AS TRANSACTION_LOCKS, (select decode((SELECT count(pav1.vacancy_id) FROM per_all_vacancies pav1 WHERE pav1.vacancy_id =vac.VACANCY_ID AND(pav1.status ='CLOSED' OR (pav1.date_to is not null and NOT :18 BETWEEN pav1.date_from AND pav1.date_to))),0,'Y','N') from dual) AS APPLY_FLAG FROM PER_ALL_VACANCIES Vac, PER_JOBS_VL Job, PER_GRADES_VL Grade, HR_ALL_ORGANIZATION_UNITS_VL Org, HR_LOCATIONS_ALL_VL Loc, PER_ALL_PEOPLE_F Recruiter, PER_ALL_PEOPLE_F Manager, HR_LOOKUPS Status, HR_ALL_POSITIONS_F_VL posEO, HR_ALL_ORGANIZATION_UNITS_VL Bg, IRC_SEARCH_CRITERIA VSC WHERE VAC.vacancy_id = VSC.object_ID(+) AND VSC.object_type(+) = 'VACANCY' and Vac.Job_id = Job.JOB_ID(+) and Vac.Grade_id = Grade.GRADE_ID(+) and Vac.Organization_id = Org.ORGANIZATION_ID(+) and Vac.Location_id = Loc.LOCATION_ID(+) and Vac.Recruiter_id = Recruiter.PERSON_ID(+) and :6 between nvl(Recruiter.EFFECTIVE_START_DATE,:7) and nvl(Recruiter.EFFECTIVE_END_DATE, :8) and Vac.Manager_id = Manager.PERSON_ID(+) and :9 between nvl(Manager.EFFECTIVE_START_DATE,:10) and nvl(Manager.EFFECTIVE_END_DATE,:11) and Status.LOOKUP_TYPE(+) = 'VACANCY_STATUS' and Vac.Status = Status.LOOKUP_CODE(+) AND vac.position_id = posEO.position_id(+) AND :12 between nvl(posEO.EFFECTIVE_START_DATE, :13) AND nvl(posEO.EFFECTIVE_END_DATE, :14) AND VAC.business_group_id = BG.Organization_id and EXISTS (select null from PER_VACANCIES PV where PV.vacancy_id = VAC.vacancy_id) AND (exists (select null from irc_agency_vacancies iav where iav.agency_id = FND_PROFILE.VALUE('IRC_AGENCY_NAME') and iav.vacancy_id = vac.vacancy_id AND :15 between nvl(START_DATE,:16) AND nvl(END_DATE, :17)) or FND_PROFILE.VALUE('IRC_AGENCY_NAME') is null) ORDER BY Vac.NAME}, oracle.apps.irc.candidateSearch.server.IrcVacancySearchCriteriaVO={entityObjectNames=, attributeRows=oracle.cabo.ui.data.ListDataObjectList@1ee8250, properties={OAFLEX_VIEWDEFIMPL_FLEXFIELD_HELPER=oracle.apps.fnd.framework.server.OAFlexViewDefImplFlexfieldHelper@a6247e, _SVC_DomainInfos=oracle.jbo.server.ViewObjectServiceImpl$Domains@1307341, _SVC_ImmediateDomainsCache=[]}, entityObjectsRows=oracle.cabo.ui.data.ListDataObjectList@1ad5641, query=SELECT NULL AS SELECTFLAG,........
    Is some thing this causing the issue

Maybe you are looking for

  • Badi in standard tranction BP in  CRM module

    Hi, i have to impliment badi in tranction BP, for field postal code and city i have to valdidate this 2 fields can u help me to know which badi i have to use and in which interface i have to use this, thanks, Tanveer

  • Work book taking longer time to open

    Hi, We created a workbook and embedded one  input ready query in it.  The query when executed separately takes 1 minute to load.  But when the work book is opened for the same selections, it takes 3-5 mins.  There is no Macros written in the workbook

  • HT201272 Two Clash of Clans Games, 1 Apple ID - How do I get one game to a new iPad?

    My son has two Clash of Clans games going on two different devices that are on the same Apple ID.  One is on our iPad and one is on is iPod touch.  We now have an iPad Mini and want to put the COC game from his iPod, which we have spent a lot of mone

  • My presario b1900 only boots normally when a screen lid closed

    Hi im a compaq presario b1900 user and suddenly started to have a booting problem since i mistakenly closed the laptop lid in full while booting and opened it up right after. Then, my laptop only boots perfectly when the lid is almost closed under ro

  • Surface RT Windows 8 - Install Issue

    I am using a Surface RT with Windows 8.  Am I not able to download flashplayer/adobe?