Hi,
Oracle developer suite 10g
Oracle Database 11g
I have a master detail form, when the user ask to save data, my code navigates to the detail block and loop through all records to make some validations.
The Problem is:
In case the user made a query ,in the detail block and updated the queried record/records and then ask to save, the code will loop only through the query list of records.
What should I do to first display all the detail records to validate before committing.
Thanks and Regards