Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Master-Detail on View: it saved data but when Edit it says No Data Found, showing in IR

SmithJohn45Oct 29 2022 — edited Oct 29 2022

Apex 20.2
have to Schemas A01, A02.
A02 has all actual tables and other objects and A01 has Views with all permissions.
my workspace has schema A01.
created a Master-Detail (Drill Down) on a View
it inserts my test data, showing on IR ( first page ), but when trying to Edit this row it is showing error " ora_sqlerrm: ORA-01403: no data found ORA-06512: at ", i checked with SQL Command window, i queried max(empno) it is showing 10245 and IR shows my last entered row with empno 10246? is it showing from within session, cache etc. so, where is that row goes when it showed me Record saved message.
what i am doing wrong or missing? this is my first attempt to create page on a View which is based on a table in another schema but with all privileges.
please help.
regards
image.png

Comments

Post Details

Added on Oct 29 2022
1 comment
75 views