Hi,
on one of my page I a have a Interactive Grid which gets created by selecting a project from a Popup LOV. Based on the selection different data gets loaded in the IG. In this IG I have pre-filled two columns project_name and project_result.
My goal is to when loading the data in the IG to save the changes into a second table (i.e. Interactive Grid). So that the first IG doesn't get changed with the pre-filled columns or overwritten, and the data with the rows gets loaded in the second table for further processing.
I also have the problem that the pre-filled data from the IG doesn't get saved into the second table.
Any ideas on how to achive this goal?
I already tried it with removing the Interactive Grid Row Processing and custom PL/SQL but the data doesn't get saved or itt says no ROWID found.
Thank you.
Kind regards.
Bill
Is what you want to do in my question "How to insert if IG is the result of a cross join?"
Wayne
I want to populate the entries with the pre-filled values into a second table from the IG.