I have a page with three Interactive Grids (IG1, IG2, IG3) in Oracle APEX.
- I created a common button for deleting rows.
- The requirement is:
- When rows are selected in IG1, clicking the button should delete those rows in IG1 and also delete any dependent rows in IG2 and IG3.
- For Example : IG1,IG2 and IG3 consists of 3 rows. If i delete first and third one in IG1, the same rows needed to be deleted for IG2 and IG3.
- End of the day, I want an approach to keep common insert and delete operation for all three interactive grids.
Please provide any solutions, it is urgent