I am trying to create a form. It will contain 6 different regions for 6 different tables.
Like Personal_info, Official_info, Education_info, Experience_info, Image, Other_info. All table has a relation by employee_id.
But the problem is when I try to save the form it inserts data only in the Personal_info table.
I also tried manually creating a process in the save button with PL/SQL INSERT code which event is after submit page. But this one doesn't insert IMAGE data . Instead, it gives an error like "Error: ORA-01465: invalid hex number". But if I comment out the Image region and the insert code for IMAGE it gives no error and inserts all data.
I want to save all the data with one save button. Where it will sequentially insert data into tables. If I need to use dynamic action then what it would be please give some clue.
Please Help me out.
#apex23c #multiple #region #save #Button