i have master details page
the detail region is interactive grid with edit property but with no add option.
the addition is done by calling a daialog page has some items and some validations before inserting.
the dialog page has two buttons:
1- close button
2- add button
after validating and adding the record using plsql code and returning to the calling page , I didn't see the new record in the details grid.
also is not apears if I change the selection on the master grid. lt is only apears if i clode the page and rerun it.