Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Too many objects match the primary key oracle.jbo.Key[169 ]

3329641Sep 22 2017 — edited Sep 23 2017

Hi Experts,

I am using JDeveloper 12c.

I had two EO already created.(LoctEO(This is master), LoctZipEO(this is child)). based on these two EO I created to VO (LoctVO, LoctZipVO) and based on these two VO relation I created VL (Association was by default created). While creating VL I selected association from both the vo and all.

My requirement is when user select value from LOV corresponding child record should display in the table. but while selecting value from the LOV it is throwing error for some record(as you can see the image) like

Too many objects match the primary key oracle.jbo.Key[169 ] . While creating record for child table (LoctZipVO) also getting same error. Kindly help

I don't have any database trigger for this.

I have primary key defined in EO and Vo also.

I have EO based VO so I can't check the query(as we don't get query) Kindly correct me if I am wrong. if we can check kindly help me how.

masterchild.PNG

masterchild2.PNG

Thanks

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2017
Added on Sep 22 2017
2 comments
1,768 views