I have created a form page which inserts a record into a table.
The record is properly inserted but I would like to retrieve the ID primary key value so the user stays in the same form page but with the right ID populated into a hidden field.
I guess I have to submit and create a branch to the same page, but how do I retrieve the ID field populated by the database via trigger/sequence during the INSERT operation?
I am using Universal Theme, Oracle XE 11g Release 2 and APEX 5.0.3.00.03.
Thanks,