Add new Validation to Seeded Page

Hi All,
I have a seeded HR Page which uses a non-EO based VO. I want to add some validation to see if the new row being added already exists for the employee. I believe I would need a VVO and VAM to check this.
Since there is no EO to add business logic to, I am thinking of adding it to the CO as I want the to throw an error if the record info already exists.
1) create a VVO and VAM in custom package as xx.oracle.apps.per....schema.server
2) extend the CO , in processFormRequest() , capture the parameters to pass to the VVO,
where do I write the initQuery()/executeQuery() for this VO or call this VVO from ?
what are the exact steps to help achieve this validation or a better way to do it.
Thanks
Shankar

Write this code in processFormRequest()
String procedure = "begin package.Procedure(param1 => :1, param2 => :2); end;";
OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl)rootAM.getOADBTransaction();
OracleCallableStatement oraclecallablestatement = (OracleCallableStatement)oadbtransactionimpl.createCallableStatement(procedure, -1);
oraclecallablestatement.set<Parameter>(1, param1);
oraclecallablestatement.set<Parameter>(1, param2);
oraclecallablestatement.execute();
This code you can use , you can some help from developer guide.
Thanks

Similar Messages

  • Creating a New Item In Seeded page

    Hi,
    I am having requirement to create a new field in seeded page.So Please can anyone help me in creating it.
    My Requirement is----->
    Creating a new field to be displayed In CONFORMATION PAGE of "Internet Expense Audit Manager Responsibility".
    The Navigation is :
    Internet Expense Audit Manager Responsibility---------->Conformation Page
    The Field to be displayed is ProjectNumber.
    So please can anyone help in doing this.

    Hi,
    Actually I am using ReviewCashVO . In it i can see ProjectNumber,Justification etc attributes.
    In seeded Page,he had used Justification Field and it showing data.He had not used ProjectNumber.
    so i created a new field and assigned projectnumber as instance attribute ,then its not displaying data.
    But if i use Justification Instance Attribute for newly created field or item then its displaying data.
    So please can u help me in doing personalization on seeded page.
    My Aim is:
    Internet Expense Audit Manager responsibility
    In it
    Conformation Page
    In conformation page i need to add Project Number field.
    Plz can u check it.

  • How to add new button in Customized page....

    Dear All,
    I need to add new button to the page button bar in the UI page.I tried like this in the controller but still i can not get output:
    OAPageButtonBarBean oapbb = (OAPageButtonBarBean)oawebbean.findIndexedChildRecursive("OrderPageButtons");
    OAButtonBean cancelButton = (OAButtonBean)createWebBean(oapagecontext, OAWebBeanConstants.BUTTON_BEAN,
    null, "cancelButton");
    cancelButton.setText("Cancel");
    oapbb.addIndexedChild(cancelButton);
    Is there anything i missedout?
    TIA

    what you are doing incorrectly is
    trying to get the handle to the OAPageButtonBarBean.
    This is a named child of the parent bean(OAPageLayoutBean), and what you are trying to do is find it as a indexed child, this should give you a nullpointer excp in this line oapbb.addIndexedChild(cancelButton);
    since the handle should be null.
    to get the handle to OAPageButtonBarBean, use some like this
    pageContext.getPageLayoutBean().getPageButtons();
    and then add buttons to it.
    Thanks
    Tapash.

  • Add new field in OAF Page.

    I want to personalize a OAF page. My question is, Can i add new field in OAF page linked with database field and some calculations.
    I am trying to add new field in Termination page of Self service HR which will show the hiredate of employee and number of year served.

    Hi,
    As already specified by Kali..
    Step 1 - Create a new Field of type MessageStyledText using Personalization Link.
    Step 2 - Set the corresponding VO Attribute, which will fetch Hire Date.
    Step 3 - Extend the CO and calculate the Served Year, using Java Code.
    Step 4- Set the same value over the bean manually.
    Regards,
    Gyan

  • How add new currency symbol in pages 5.1?

    i couldnt find a way to custom add new currency symbol to pages or numbers. If anyone knows how to do, let me know. Thanks.

    Are you talking about in Tables?
    The list seems to be the list.
    In Pages '09 there is more flexibility you can have a Custom format and add your own prefix.
    Peter

  • How to add new links to a page

    Hello Community
    In Sharepoint 2013 Server can you create:
    A Link in the left navigtion bar  or Quick Launch
     when clicked it can open a new page  and on that page there is an “Add New” type of 
    button. 
    Then on that page you can add as many links as the page will allow, each 
    of those links can contain a url
        Thank you
        Shabeaut

    Hi,
    To add a new link on the left nav:
    You can go to site settings> navigation> add a link under "current navigation".
    For the second requirement:
    You can create a "links" list and add it to that second page. This way you can have that "Add Links" option and add links.
    Thanks,
    norasampang

  • How to add new validation for the iProcurement web page?

    Hi,
    I am very new to OA Framework. Can you experts give me some guidance on how to proceed with the following customization?
    My requirement is in iprocurement when you open a new cart and check out on "ICX_POR_SHOPPING_CART" there is a Project Field and reference to Charge account. If the users go to charge account (ICX_POR_CHECKOUT_SUMMARY) and enter the segment values ( which includes project segment) and enters a value in project segment other than '000000' with out entering the Project Field on "ICX_POR_SHOPPING_CART" the page should give error.
    Please give me some suggestions on how to proceed.
    Thanks
    Vish

    I need the client side validation. By saying server side validation if you mean writing a triger on tables to validate then I am thinking to take that option as last resort.
    Can you please tell me what is PPR ( Is it personalization?) stands for.? In my case the Charge Account is DFF.
    Can you direct me to any documentation on how to add custom javascript to achieve my objective?.
    Thanks for your Help.
    Regards

  • Stop add new bookmark for web page

    How can i stop firefox asking to add a new bookmark for evony every time i visit?

    I don't know whether there is a connection between the bookmark dialog and the lockup.
    It's strange that you have two versions of Shockwave for Director. Can you disable the older one? Or disable both, if not needed for this site.
    There are some compatibility issues between the latest Flash player and some Firefox add-ons or settings. You might consider disabling the new protected mode in Flash 11.3, since that feature is currently being debugged. See this support article from Adobe under the heading "Last Resort": [http://forums.adobe.com/message/4468493 Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]

  • Hiow to add a new field in bsp page.

    Hi Experts,
    I am new to BSP,
    I am doing project in erec, I want to know how to add new fields in BSP page.
    Like I want to add a new field in portal where I could write some comment.
    Regards,
    amod

    Please try to post this question in BSP forum for getting better answers.
    For Enhancing an existing Standard BSP application , refer the below link.
    http://help.sap.com/saphelp_crm70/helpdata/EN/20/b0f4f819e844df9f47bc9c70c795f4/content.htm
    Raghu

  • Removing the mandatory mark for the postal code in add new ship to address

    Hello All,
    Is there any configurtatoin available to make the postalcode optional in add new ship to address page for a particular country?.
    What will be the bestway to do this?.
    Regards
    Shanto Aloor

    There is no single configuration to help you.
    See shiptodetails.jsp or shiptodetails1.jsp , the mandatory values are hard-wired and marked with "*" explicitly.  For removing the visual cue, you need to change the JSP.
    To suppress the CRM messages from showing in the web layer, see my message Re: Tax Jurisdiction In B2C Webshop (SAP CRM 7.0) as an optional field. and the messages therein.
    Even these two may not grantee the full requirement. The error message comes as a part of validating the address of the business partner. You can get different behaviors for different "profiles" of BPs. But that requires you to maintain the configuration at (Tcode SPRO)
    CRM--> Master Data --> Business Partner --> Define Profiles
    Hope this helps.

  • How can I add new background on iweb?

    Dear all,
    somebody knows how can I add new backgroungs on iweb? and also how can I add my own themes?
    Cheers

    bobzhuman wrote:
    You can add new backgrounds in the "page"..."layout" section of the "inspector"...no limit to what you can add. Remember to use low resolution pics (72 dpi vs 300 dpi) and think of the size necessary for a "wallpaper" on your desktop. ex. http://www.desertmoon.net/Coryhamilton/Home.html done with a Jumsoft theme (baseball dark) as a core.
    The file used as a background on that site is located at http://www.desertmoon.net/Coryhamilton/Home_files/grunge.jpg
    It's dimensions are 1200px by 797px and 284k in file size. I guess there might be a reason to have the width set for 1200px even though file sizes could benefit from a smaller dimension repeating graphic, but running the file through Photoshop or even Elements would let the owner "Save For Web" as a .jpg - medium quality and get the file size down to about 108k so that the page would load quite a bit faster.

  • Adding switcher to seeded page

    Hi All
    I have one requirement where we need to add a switcher to a seeded Oracle SSHR page. I found the code in OAF developer guide to add the switcher but I need to add this to a seeded page(not the custom page). I can not add the "Switcher" using the personalization to this page.I would like to know the steps without changing the page definition.Is there any way you can substitute the Oracle page. Can any one give me the brief idea on this how can we do that.
    Thanks

    user5722239 wrote:
    Hi All
    I have one requirement where we need to add a switcher to a seeded Oracle SSHR page. I found the code in OAF developer guide to add the switcher but I need to add this to a seeded page(not the custom page). I can not add the "Switcher" using the personalization to this page.I would like to know the steps without changing the page definition.Is there any way you can substitute the Oracle page. Can any one give me the brief idea on this how can we do that.
    ThanksOne of the best approach would be to create a switcher in table region in Jdev.
    Now the second step is to create a Stack Layout Region or Flexible Content Layout region under flexible layout region & set its extend property through personalization.
    Regards
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Need to add button to seeded page and perform validation

    Hello All,
    My requirement to add a new button in custom page. when user click on that it should call a workflow.
    I have added a button through personalization. but for validation where should i capture this event and code.
    Can i extend controller through personalization. if not then how to get controller.java file from server.
    When i have tried to get CO from server, i got .class files only. is there any place where i can get .java files.
    I would really appreciate,if anyone can help me.
    Thanks in advance,
    sheetal mittal

    Hi Sheetal,
    You need to extend the CO and in the extended CO you need to handle you event. Using personalization you need to attach your new extended CO with the page so that your event will get handled. Hope this will help you.
    --Arvind                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Add new tab to a seeded page

    Hi,
    I have to add a new tab to the seeded page, seeded page has 2 tabs already. When I try to add through CO, am getting the Null pointer exception. Am able to get hold of the SubTab and SubtabBar of the existing page
    The code is as follows:
    OASubTabLayoutBean subTabLayout =
    (OASubTabLayoutBean)webBean.findChildRecursive("OkcTermsStructsubTabRN");
    if(subTabLayout != null){
    OASubTabBarBean subtabbar = (OASubTabBarBean)webBean.findIndexedChildRecursive("subTabBar1");
    OASubTabLayoutBean subTabLayoutBean = (OASubTabLayoutBean)pageContext.getWebBeanFactory().createWebBean(pageContext,
    "OA.jsp?page=/ene/oracle/apps/okc/terms/webui/ENESecurityRN","SecuritiesRN",true);
    subTabLayoutBean.setText("Securities");
    subTabLayout.addIndexedChild(subTabLayoutBean);
    subtabbar.addIndexedChild(subTabLayoutBean);
    I have checked that the region which am calling is on the server and its in mds.
    Please help me.
    Thanks,
    Pavani

    Hi,
    Try below steps:
    1) Create a new menu of type TAB.
    2) Create a new function of type JSP corresponding to the page you want to open on that tab.
    3) Add menu created in step 1 as sub menu to main menu of standard page.
    Now the new tab will be visible on your standard page.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 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

Maybe you are looking for

  • Changing the Reconciliation Account to Regular (Non Reconciliation) GL

    Hi there, We are on SAP ECC6.0. We need to change the Master Record of a Reconciliation Account by making it a Regular (that is NON Reconciliation) Account. The system is allowing us in doing this in certain cases and in some we are given the Error a

  • Adobe Premier Elements 10 installation

    Hi there I have purchaced a copy of Photoshop Elements 10, this comes with a trial version of Premier Elements which won't install. After trying to install it each time I get the error message: Please restart the computer and try again. Exit Code: 7

  • Hi, I am using Adobe Acrobat 8 professional

    Hi, I am using Adobe Acrobat 8 professional, using com compoenent of this Adobe i can convert doc file into pdf in debug mode but when i install my site on release mode no pdf is created and -7 code is returened. Can somebody help me. it is very urge

  • Issue in Wait function in APEXP workflow

    Hi Friends, I am working on APEXP R12 12.1.3 version Requirement: user expecting the email notification 48hr after summation of expense if he is not submitted the image. Customization I have done: I have used the standard Wait function after "wait fo

  • SharedProperty.canUserEdit is always FALSE

    im successfully creating a session like this: _authenticator = new AdobeHSAuthenticator(); _authenticator.addEventListener(AuthenticationEvent.AUTHENTICATION_FAILURE, _onAuthenticationError); _authenticator.addEventListener(AuthenticationEvent.AUTHEN