Hi all
i'm using JDeveloper Studio Edition Version 11.1.1.9.0.
I have a scenario in which i need to show two Tables in a page Parent and child table.
I need to perform Insert, Update, Delete operation in Parent table, which should affect child table.
If i delete single row in parent table it should also delete child table rows too.
How to achieve this?