JUCtrlHierNodeBinding: No matching node definition for row with key

JDeveloper 11.1.2.0
Model AM tester delivers data but trying to create search form and it returns empty set.
<JUCtrlHierNodeBinding><convertRowsToNodes> [7342] JUCtrlHierNodeBinding: No matching node definition for row with key[PrimaryKey1]
<JUCtrlHierNodeBinding><convertRowsToNodes> [7342] JUCtrlHierNodeBinding: Row class name :model.framework.MyViewRowImpl
<JUCtrlHierNodeBinding><convertRowsToNodes> [7344] JUCtrlHierNodeBinding: No matching node definition for row with key[PrimaryKey2]
<JUCtrlHierNodeBinding><convertRowsToNodes> [7342] JUCtrlHierNodeBinding: Row class name :model.framework.MyViewRowImpl
<JUCtrlHierNodeBinding><convertRowsToNodes> [7346] JUCtrlHierNodeBinding: No matching node definition for row with key[PrimaryKey3]
<JUCtrlHierNodeBinding><convertRowsToNodes> [7342] JUCtrlHierNodeBinding: Row class name :model.framework.MyViewRowImpl
Where
public class MyViewRowImpl extends ViewRowImpl {
What would be wrong?

when you are displaying the content in the table or treetable, is the primary column for VO available in pagedef?
Can you ensure that the primary column for the VO is available in pagedef and re-run the page?
Although, you will NOT be showing the keys in the UI page, But you would need it as part of the pageDef file.
Thanks,
Navaneeth

Similar Messages

  • No Definition for parameter with name NOREFFLAG available: IP Function

    Hi All!
    I'm working with Portal 7 and BW 7
    I'm trying to create a Planning Function of Type: <b>Distribution by reference data</b> when I indicate some characteristics to be changed in the "To Characteristics Usage" tab and change to the "To Parameters" tab, I get the following error:
    <i> The initial exception that caused the request to fail, was:
      <b>com.sap.ip.bi.plan.sb.interfaces.ifs.other.NoSuchElementException: No Definition for parameter with name NOREFFLAG available</b>.
        at com.sap.ip.bi.plan.sb.interfaces.cls.tydef.ParamSetDef.checkRequest(ParamSetDef.java:123)
        at com.sap.ip.bi.plan.sb.interfaces.cls.tydef.ParamSetDef.getParamElementaryDef(ParamSetDef.java:84)
        at com.sap.ip.bi.plan.sb.interfaces.cls.srv.ParamSet.getParamElementary(ParamSet.java:113)
        at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.DistRefDataParamsDialogComp.setAll(DistRefDataParamsDialogComp.java:326)
        at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.wdp.InternalDistRefDataParamsDialogComp.setAll(InternalDistRefDataParamsDialogComp.java:199)
        ... 62 more
    Detailed Exception Chain
    com.sap.ip.bi.plan.sb.interfaces.ifs.other.NoSuchElementException: No Definition for parameter with name NOREFFLAG available.
         at com.sap.ip.bi.plan.sb.interfaces.cls.tydef.ParamSetDef.checkRequest(ParamSetDef.java:123)
         at com.sap.ip.bi.plan.sb.interfaces.cls.tydef.ParamSetDef.getParamElementaryDef(ParamSetDef.java:84)
         at com.sap.ip.bi.plan.sb.interfaces.cls.srv.ParamSet.getParamElementary(ParamSet.java:113)
         at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.DistRefDataParamsDialogComp.setAll(DistRefDataParamsDialogComp.java:326)
         at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.wdp.InternalDistRefDataParamsDialogComp.setAll(InternalDistRefDataParamsDialogComp.java:199)
         at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.DistRefDataParamsDialogCompInterface.setAll(DistRefDataParamsDialogCompInterface.java:143)
         at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.wdp.InternalDistRefDataParamsDialogCompInterface.setAll(InternalDistRefDataParamsDialogCompInterface.java:156)
         at com.sap.ip.bi.plan.sb.plandialogcomps02.distrefdata.wdp.InternalDistRefDataParamsDialogCompInterface$External.setAll(InternalDistRefDataParamsDialogCompInterface.java:212)
         at com.sap.ip.bi.plan.sb.impl.main.pscreencust.ParamScreenCust.loadNewRule(ParamScreenCust.java:315)
         at com.sap.ip.bi.plan.sb.impl.main.pscreencust.ParamScreenCust._reloadAll(ParamScreenCust.java:590)
         at com.sap.ip.bi.plan.sb.impl.main.pscreencust.ParamScreenCust.prepareView(ParamScreenCust.java:341)
         at com.sap.ip.bi.plan.sb.impl.main.pscreencust.wdp.InternalParamScreenCust.prepareView(InternalParamScreenCust.java:179)
         at com.sap.ip.bi.plan.sb.impl.main.SBuilderMainComp.ehDoNavigationAfterCheck(SBuilderMainComp.java:561)
         at com.sap.ip.bi.plan.sb.impl.main.wdp.InternalSBuilderMainComp.wdInvokeEventHandler(InternalSBuilderMainComp.java:229)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:161)
         at com.sap.tc.webdynpro.progmodel.controller.Component.fireEvent(Component.java:283)
         at com.sap.ip.bi.plan.sb.impl.main.cuscreencust.wdp.InternalCharUsageScreenCust.wdFireEventEventCharUsageCheckAfter(InternalCharUsageScreenCust.java:236)
         at com.sap.ip.bi.plan.sb.impl.main.cuscreencust.CharUsageScreenCust._finishUpdateAndNavigationAfterCheck(CharUsageScreenCust.java:373)
         at com.sap.ip.bi.plan.sb.impl.main.cuscreencust.CharUsageScreenCust.checkCharUsage(CharUsageScreenCust.java:257)
         at com.sap.ip.bi.plan.sb.impl.main.cuscreencust.wdp.InternalCharUsageScreenCust.checkCharUsage(InternalCharUsageScreenCust.java:151)
         at com.sap.ip.bi.plan.sb.impl.main.SBuilderMainCompView.onActionNavButton(SBuilderMainCompView.java:230)
         at com.sap.ip.bi.plan.sb.impl.main.wdp.InternalSBuilderMainCompView.wdInvokeEventHandler(InternalSBuilderMainCompView.java:206)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)</i>
    I'll apreciate any help!.
    Thnks a lot!
    Yolanda.

    Hi Hans
    Yes, It was because I had to active some objects in the bussines content, specifically:
    Type Objects --> Type Formulas.  all of them.
    I unmarked this thread as a quiestion, that's for I cannot assing you points.
    Thnk you very much .

  • Unable to locate the xml-definition for FieldName with FieldId

    On a site collection of SP2013 on-premise farm, I found there are many similar log occur every minute. The logs are like:
    Unable to locate the xml-definition for FieldName with FieldId '56747800-d36e-4625-abe3-b1bc74a7d5f8', exception: Microsoft.SharePoint.SPException: Catastrophic  failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) --->  System.Runtime.InteropServices.COMException:
    Catastrophic failure  (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))      at  Microsoft.SharePoint.Library.SPRequestInternalClass.GetGlobalContentTypeXml(String  bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)     
    at  Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String  bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
    The log level is medium. The same set of log occur every minute with same set of 60 different GUIDs. All related function on the site is working as expected. By using PowerShell to loop thru the site collections I confirmed there is no field using these
    GUID. Also I have checked the content database and configuration database, also no luck to finding these GUIDs.
    These logs should be related with the search service since the Authentication Authorization log mentioned it is the "Crawler" account in action. However I have no idea why the crawler keep looking for these GUID. I have reset the farm service multiple
    times already.
    The farm was upgraded from SP2010 and it seems no such logs before upgrade.
    Any advice? Thank you.

    Hi Mark,
    From your description, this issue ocurred after you upgraded SharePoint 2010 to SharePoint 2013. Is it right?
    Whether you have some solutions in SharePoint 2010.
    If yes, please make sure you deploy the solution in SharePoint 2013 well after you upgraded to SharePoint 2013.
    There are some similar posts, please check if they are useful for you:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/5fa900f0-8a1d-4ce8-9ef8-d6e599106834/unable-to-locate-the-xmldefinition-for-fieldname-with-fieldid?forum=sharepointdevelopmentprevious
    http://shipoint.com/2013/03/22/fixing-unable-to-locate-xml-definition-for-ctype-with-spcontenttypeid-in-sharepoint-2010/
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Unable to locate the xml-definition for FieldName with FieldId '1f8a351c-965d-4927-9c22-8772b7089f55' when trying to activate feature with references a custom field type

    I´ve a solution which contains a custom field type (found somewhere on the net, the custom field type maps a choice field to managed metadata). There is a second solution which contains site column and site content type definitions using the custom field
    type definition from field type solution.
    On my developement environment, there is no problem with this two solutions. When field type solution is deployed, i can deploy the content type solution and activate the feature and everything is fine.
    However if i give the two solutions to our adminstrator to deploy them into our staging environment, content type feature activation fails. Deploying the field type solution makes no problems. The field type is then available and i can manually creates
    columns with this new field type. However activating the content type solution fails with the error shown in the title of this message. The FieldID from the message is not part of my content type project. Searching the net doens´t show any results for that
    id. So i think it´s not some of the standard field id´s from sharepoint.
    Can anyone help?

     Stack Trace
    Unable to locate the xml-definition for FieldName with FieldId '1f8a351c-965d-4927-9c22-8772b7089f55', exception: Microsoft.SharePoint.SPException: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) ---> System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
    at Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes) -
    -- End of inner exception stack trace ---
    at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
    at Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
    at Microsoft.SharePoint.SPFieldCollection.FetchFieldsFromWeb()

  • Entity row with key oracle.jbo.Key is not found in EO

    Hi,
    We are using jDev 11.1.1.5.0.
    I am facing the issue Entity row with key oracle.jbo.Key is not found in my entity object.
    I have EO based VO and I am performing some operations on the VO. Based on user actions on UI, I need delete some records of the entity and I am using stored proc to delete those records and committing the changes in stored proc it self. After invoking stored procedure I am committing the changes performed in UI using ADF bindings.
    While invoking Commit from ADf I getting below error
    {code:java}
    <ADFLogger> <addContextData> Entity read all attributes
    <OracleSQLBuilderImpl> <rollbackToSavepoint> [139913] OracleSQLBuilder: ROLLBACK WORK TO SAVEPOINT 'BO_SP'
    <ADFLogger> <addContextData> Commit transaction
    <DCBindingContainer> <reportException> [139914] DCBindingContainer.reportException :oracle.jbo.RowAlreadyDeletedException
    <DCBindingContainer> <reportException> [139915] oracle.jbo.RowAlreadyDeletedException: JBO-25019: Entity row with key oracle.jbo.Key [204635 124 202810 N ] is not found in EO.
      at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelectForAltKey(OracleSQLBuilderImpl.java:878)
      at oracle.jbo.server.BaseSQLBuilderImpl.doEntitySelect(BaseSQLBuilderImpl.java:553)
      at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:8259)
      at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:5964)
      at oracle.jbo.server.EntityImpl.beforePost(EntityImpl.java:6484)
      at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:6665)
      at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:3286)
      at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:3089)
      at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2093)
      at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2374)
      at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1608)
      at oracle.adf.model.binding.DCDataControl.callCommitTransaction(DCDataControl.java:1416)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1437)
      at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2149)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)
      at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
    {code}
    Please let me know if you have any pointers to resolve this.
    Thanks,
    Satya

    Where you are calling stored procedure which deletes records in the DB ?
    Try to override doDML() i your entity impl, as follows:
    protected void doDML(int operation, TransactionEvent e) {
         if(operation == DML_DELETE)    
              call_your_storedProc_here();
         else
             super.doDML(operation, e);
    Also, ensure that the procedure deletes the same set of records as well you in the middle tier.

  • Entity row with key oracle.jbo.

    hi am having this error when updating a record,am in Jdeveloper 11.1.1.6.0
    Entity row with key oracle.jbo.Key[707 ] is not found in Userdetail

    Isn't this the same problem than in (oracle.jbo.RowAlreadyDeletedException) JBO-25019: which seems to be solved?
    regards
    Peter

  • Entity Row With Key not found

    Hi!!
    I am using jdeveloper 11.1.1.5
    I had used this code in my AMIMpl Method
        public void SuplrTdsHdDocumentNo(){
            ViewObject strhvo = this.getSuplrTdsRangesHd1();
            Row strhr = strhvo.getCurrentRow();
            ViewObject gydni = this.getGlmYearlyDocNos1();
            Row gydnr = gydni.last();
    //Adding last row value with 1
            Integer value = Integer.valueOf(gydnr.getAttribute("GydnDocNextNo").toString())+1;
            strhr.setAttribute("StrhDocNo",value);
            this.getDBTransaction().commit();
        }This method will get executes when my user clicks save button
    While clicking i am getting the error
    Entity row not foundpls verify the link if i am not clear
    http://www.4shared.com/photo/JbF6t1ze/E056.html

    pls remove the duplicate threads!!
    It happens due to network problem

  • Set current row with key

    i have 3 tables master-details. for example I have tables a,b,c. table a is master for table b and b is master for table c .
    on first page I display a and b data as ADF master table- detail table when I click on submit button should be go to page tow to create new record in table c and set the FOREIGN KEY .

    If you have view links specified, then it's handled automatically (like Frank said). Suppose the following data model:
    Companies - Departments - Employees
    Make sure there exists an instance of the Companies VO in your datacontrol having Departments as a child and the Departments having Employees as child. If not create it in the data model of your service.
    Companies
    ->Departments
    -->Employees
    I will try to make an example today.
    Regards,
    Koen Verhulst

  • Unable to find corresponding attribute definition for taxonomy

    Hi,
    I am facing this issue while the endecaScript Service runs.
    In the ConfigurationGeneratorForge.log I am seeing this message . Can anybody will help me on this
    Thanks in Advance
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec 'under_100'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '100_to_500'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '100_to_150'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '150_to_200'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '200_to_300'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '300_to_400'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '400_to_500'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '500_to_1000'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec 'over_1000'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.edf.adapter.AdapterRunner run
    SEVERE: Unable to find corresponding attribute definition for taxonomy with root node spec 'product.price_range', you must define a dimension in the schema feed
    com.endeca.edf.adapter.AdapterException: Unable to find corresponding attribute definition for taxonomy with root node spec 'product.price_range', you must define a dimension in the schema feed
    +     at com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator.execute(TaxonomyGenerator.java:249)+
    +     at com.endeca.itl.fcm.integration.cadk.ConfigurationAdapter.execute(ConfigurationAdapter.java:118)+
    +     at com.endeca.esource.springadapter.SpringDelegateAdapter.execute(SpringDelegateAdapter.java:60)+
    +     at com.endeca.edf.adapter.AdapterRunner.run(AdapterRunner.java:168)+
    +     at com.endeca.edf.adapter.AdapterRunner.main(AdapterRunner.java:43)+

    Hi,
    I was also getting same error, which is solved now.
    For reference following is what we need to check.
    - Proper mapping of source data to endeca dimension is made.
    - You have made entries in "dimension_values.csv" but dimension is not specified in "schema.csv"
    HTH
    MS

  • Comparision of a row with multiple criteria

    Hi All,
    I have below source table which gives me CUTSOMER_ID, FIRST_NAME, LAST_NAME, DOB, ZIPCODE and D_ID. Now i need to compare it with target, which gives me same columns. below are my comparision criteria.
    1. Compare CUSTOMER_ID, if it matches with any of the target CUSTOMER_ID mark the row with F_FLG = M
    2. If CUSTOMER_ID does not match, then compare the row with target based on compbination of (FIRST_NAME, LAST_NAME, DOB and ZIPCODE). If this combination of columns matches with any of the row from target, then marked row with F_FLG = M
    3. If CUSTOMER_ID and combination of (FIRST_NAME, LAST_NAME, DOB and ZIPCODE) column does not match with any of the target row, the use another set of column. compare the row with target based on compabination of (FIST_NAME, LAST_NAME, D_ID). If this combinatio of column matches with ay of the row from target, then marked row with F_FLG = M
    4. If any of the above criteria does not match, then mark the row with F_FLG = N
    CUSTOMER_ID     FIRST_NAME     LAST_NAME     DOB          ZIPCODE          D_ID
    101          GEORGE          MAC          15-APRIL-2009     12345          23456
    102          MICLE          DON          10-MARCH-1980     45678          29087
    103          VIJAG          UJIK          01-JAN-1950     67890          27689
    104          BONY          PANDA          03-MAY-1961     12345          27878These combinations should be performed once at a time. If it satisfies the first criteria, we do not need to check for remaining 3. If it does not match with 1 then perform 2 if matches flag the row and if not, go for 3rd criteria. if matches them mark with M else N
    Below is the Target rows.
    CUSTOMER_ID     FIRST_NAME     LAST_NAME     DOB          ZIPCODE          D_ID
    101          ADA          MICO          15-APRIL-2009     12345          23456
    999          MICLE          DON          10-MARCH-1980     45678          23567
    888          VIJAG          UJIK          01-APR-1999     89897          27689
    777          AAA          BBB          03-MAY-1961     87687          12345Here,
    for 1st row, CUSTOMER_ID matches with source and target, flag the row with valye = M
    for 2nd row, CUSTOMER_ID (102) does not match with Target. but combination of (FIRST_NAME, LAST_NAME, DOB and ZIPCODE) matches, flag the row with value = M
    for 3rd row, CUSTOMER_ID (103) and combination of (FIRST_NAME, LAST_NAME, DOB and ZIPCODE) does not match, but combination of (FIRST_NAME, LAST_NAME and D_ID) matches, flag the row with value = M
    for 4th row, none of the combination matches with Target, flag the row with value = N
    Output should be
    CUSTOMER_ID     FIRST_NAME     LAST_NAME     DOB          ZIPCODE          D_ID     F_FLG
    101          GEORGE          MAC          15-APRIL-2009     12345          23456     M
    102          MICLE          DON          10-MARCH-1980     45678          29087     M
    103          VIJAG          UJIK          01-JAN-1950     67890          27689     M
    104          BONY          PANDA          03-MAY-1961     12345          27878     N

    Try this one
    WITH data1 AS
         (SELECT 101 customer_id, 'GEORGE' first_name, 'MAC' last_name, TO_DATE ('15-APRIL-2009', 'dd-mon-yyyy') dob,
                 12345 zipcode, 23456 d_id
            FROM DUAL
          UNION ALL
          SELECT 102 customer_id, 'MICLE' first_name, 'DON' last_name, TO_DATE ('10-MARCH-1980', 'dd-mon-yyyy') dob,
                 45678 zipcode, 29087 d_id
            FROM DUAL
          UNION ALL
          SELECT 103 customer_id, 'VIJAG' first_name, 'UJIK' last_name, TO_DATE ('01-JAN-1950', 'dd-mon-yyyy') dob,
                 67890 zipcode, 27689 d_id
            FROM DUAL
          UNION ALL
          SELECT 104 customer_id, 'BONY' first_name, 'PANDA' last_name, TO_DATE ('03-MAY-1961', 'dd-mon-yyyy') dob,
                 12345 zipcode, 27878 d_id
            FROM DUAL),
         data2 AS
         (SELECT 101 customer_id, 'ADA' first_name, 'MICO' last_name, TO_DATE ('15-APRIL-2009', 'dd-mon-yyyy') dob,
                 12345 zipcode, 23456 d_id
            FROM DUAL
          UNION ALL
          SELECT 999 customer_id, 'MICLE' first_name, 'DON' last_name, TO_DATE ('10-MARCH-1980', 'dd-mon-yyyy') dob,
                 45678 zipcode, 23567 d_id
            FROM DUAL
          UNION ALL
          SELECT 888 customer_id, 'VIJAG' first_name, 'UJIK' last_name, TO_DATE ('01-APR-1999      ', 'dd-mon-yyyy') dob,
                 89897 zipcode, 27689 d_id
            FROM DUAL
          UNION ALL
          SELECT 777 customer_id, 'AAA' first_name, 'BBB' last_name, TO_DATE ('03-MAY-1961      ', 'dd-mon-yyyy') dob,
                 87687 zipcode, 12345 d_id
            FROM DUAL)
    SELECT customer_id, first_name, last_name, dob, zipcode, d_id, f_flg
      FROM (SELECT customer_id, first_name, last_name, dob, zipcode, d_id, f_flg,
                   ROW_NUMBER () OVER (PARTITION BY customer_id ORDER BY f_flg) rn
              FROM (SELECT DISTINCT d.customer_id, d.first_name, d.last_name, d.dob, d.zipcode, d.d_id,
                                    CASE
                                       WHEN d.customer_id = d2.customer_id
                                          THEN 'M'
                                       WHEN d.first_name = d2.first_name
                                       AND d.last_name = d2.last_name
                                       AND d.dob = d2.dob
                                       AND d.zipcode = d2.zipcode
                                          THEN 'M'
                                       WHEN d.first_name = d2.first_name AND d.last_name = d2.last_name AND d.d_id = d2.d_id
                                          THEN 'M'
                                       ELSE 'N'
                                    END f_flg
                               FROM data1 d, data2 d2
                           ORDER BY 1, DECODE (f_flg, 'M', 1)))
    WHERE rn = 1Regards,
    Mahesh Kaila

  • Issue in Result row display for free char drilled for query with structures

    Hello All,
    I have a structure in the Row with various calculated subtotals for e.g:
    Total Interco sales(selection on some G/L accounts)
    Total ext sales(selection on cost center+group accounts)
    Total Revenue (formula in structure) = Total interco sales + Total ext sales
    In the column I have the key figure called balance.The net effect of this is in the report out we have :
    subtotal**********balance
    Total interco sales*100
    Total ext sales*****200
    Total revenue*******300
    This  is fine in the initial layout ,but when there is further drill down say on the G/l account then the account numbers are repeated for total revenue as well .For e.g
    *********************G/L account Balance
    Total interco sales 11100********50
    *********************12000********50
    *********************result --->*****100
    Total interco sales**11100********50
    ***********************12000********50
    ***********************Unassi******100
    ***********result---->**************200
    Total revenue******11100********100
    ***********************12000********100
    ************************#*************100
    *Overall result -->***************** 300
    However the users dont want to see the g/l account break up for the total revenue in this case.i.e if g/l account is drilled down then only the break up should be seen for total interco sales & ext sales and not for revenue.i tried using supress individual result in case of total revenue but it was not helpful.Also building something like hierarchy with text nodes isnt feasible since there are a lot of subtotals with different char restrictions.Any ideas on  how to achieve this?

    There isnt a way to achieve this,but as a workaround we built selection in the structure.

  • Transient VO insert error-Attempting to insert row with no matching EO base

    Hi ,
    I have a transient Vo (created using option - rows populated programmatically, not based on Query) and I need to uptade/insert rows in vo on click of a button.
    when i nsert row, i get following error
    oracle.jbo.InvalidOperException: JBO-26020: Attempting to insert row with no matching EO base
    This is what I am doing in my code
    ViewObject vo2 = am.findViewObject("TransientVO1");
    vo2.executeQuery();
    if (vo2 == null) {System.out.println("vo2 is null");}
    if (vo2 != null)
    System.out.println("in vo2 != null");
    Row row2 = vo2.createRow();
    row2.setAttribute("PlatformName", "ss");
    row2.setAttribute("UserName", "ss");
    vo.insertRow(row2);
    System.out.println(" vo2.getRowCount()"+ vo2.getRowCount());
    Why is it saying no EO base... is it mandatory to have EO for transient VO? Please help.
    Thanks

    The EO handles all DML, hence you need it if you have to set attributes in a VO. An EO handles the storage of a the single row (or part if your VO consists of multiple tables).
    You can try and overwrite the setter method of the attributes in ViewRowImpl class and store the changes somewhere else.
    Timo

  • JBO-26020: Attempting to insert row with no matching EO base

    Hi All,
    I have a bit of a problem here. The following is some background information. Please help if possible.
    Aim: I have a custom application whereby I need to add the sequence value (assuming the sequence.nextval is already taken and stored into a variable/original table) to my custom table.
    Procedures taken: I have found the EO which gets the sequence value for the original application and the VO that gets the EO. I have added both EO and VO to my project and tried to add the VO to my custom AM. In my custom AM I have added the following code to initialize the create function of the standard EO:
    **********CODE******************
    OAViewObject vo3 = (OAViewObject)getRegRequestsVO1();
    if (!vo3.isPreparedForExecution())
    vo3.executeQuery();
    Row row = vo.createRow();
    vo3.insertRow(row);
    row3.setNewRowState(Row.STATUS_INITIALIZED);
    Problem: However when I use the code vo3.insertRow(row); it prompts me with the applicaiton error of JBO-26020: Attempting to insert row with no matching EO base. I don't quite understand what I am doing wrong.
    Can anyone please help.
    Cheers

    This i have find out .
    FYI...
    JBO-26020: InvalidOperException
    Cause: The application code tried to take a row from one row set (or view object) and insert it into another row set (view object). In response, the framework will make a "copy" of the row in the new row set. This new row will share references to the underlying entity objects. However, if the source and destination row sets do not share any entity object bases at all, this operation will fail as it does not find any entity rows to share.
    Action: When attempting to take a row from one row set and insert into another, make sure that they share at least one entity object base.
    Thanks

  • Property and Property Definition for a Node

    Hi all,
    While retrieving meta data for each node, I could not understand whether Property for a node represents meta data or Property Definition. Please provide a clear understanding and difference between the two.
    Second, is there a predefined fixed set of Property and Property Definition for a node (for any given portal application)?
    Provide inputs.
    Thanks,
    Shakti

    Hi Shakti,
    A node has two types of metadata -- the built-in system metadata such as node name, node path, node objectClass, create date, modified date, created by, etc -- visible via getXXX methods on the Node object, and the user-defined metadata.
    The system metadata applies to all nodes regardless of ObjectClass (and also to nodes without any ObjectClass).
    The user-defined metadata depends on the Node's ObjectClass. A node with no objectClass cannot have any user-defined metadata. A node with an objectClass can have the metadata defined by the ObjectClass's Property Definitions.
    Suppose Node n has ObjectClass "StringType", and StringType ObjectClass has two property definitions -- StringVal (single-valued string), and BinaryVal (single-valued binary). In this case, Node n can have zero, one, or two user-defined properties from the set 'StirngVal' and 'BinaryVal'.
    In short, a PropertyDefinition is a schema, part of the ObjectClass definition, whereas a Property is an instance of a PropertyDefinition attached to a node of the ObjectClass.
    -Steve

  • Listing foreign keys with non matching column definitions

    Dear All,
    I seen an entry in DBA weeky activities s that "Listing foreign keys with non matching column definitions" . What is meant by that?. How to pick up that?
    Shiju

    I seen an entry in DBA weeky activities s that
    "Listing foreign keys with non matching column
    definitions" . What is meant by that?. How to pick up
    that?Most probably find columns which are part of foreign keys, but their respective primary key column have different length (AFAIK data type cannot be different).
    Data dictionary can help you in that, I'll give you hints where to look at:
    user/all/dba_constraints - foreign and primary keys
    user/all/dba_cons_columns - columns which are part of constraints
    user/all/dba_tab_columns - column definitions of tables
    However creating query from these data dictionary views could be a nice task for you :)
    Gints Plivna
    http://www.gplivna.eu

Maybe you are looking for

  • How can I display a ViewObject in 'vertical' table? (11g)

    In our application we have a need to display data that comes from a ViewObject in a 'vertical' table, rather than the standard horizontal layout the <af:table> displays. For example, suppose the ViewObject has 3 attributes -- Attr1, Attr2 and Attr3.

  • Why is the iphone6 so flimsy?

    Why is the iphone6 so flimsy?  I had the 4S for 3 yrs, never an issue.  Dropped the 6 less than 12 inches on a linoleum floor (hard plastic) and it BENT and shattered, rendering unusable.  Is this a manufacturer defect?  Anyone else having issues wit

  • Bluetooth on a PowerPC G5 "HELP?"

    I bought a wireless keyboard & mouse and can't get it to work. In my system preferences there is no bluetooth icon, but when I download a Bluetooth 1.5 software package my system said its installed and up to date. I'm real confused. The directions sa

  • Consignment Fill Up Control

    Dear Experts, We have a requirement were we need to control or restrict the value of sales or stock that is delivered to a customer via consignment fill up. Are there any controls in for consignment fill up either during creation of sales order or de

  • MDIS/MDSS File

    Hi,       As I am going through the threads I am finding that ppl are using more and more varities of settings for MDIS/MDSS file.Can some one give me a doc or pdf that has full length(with examples) of MDIS/MDSS brief's. Thanks