MUTLI_ROW_INSERT

To all,
I have a need to create a form/report that has the capability for inserting numerous records into a table. The report is a multi-table join based on certain criteria and that data needs to be inserted into another table based on the user's selection process. I am sure that a MULTI_ROW_INSERT if the best way to handle this but I am not sure how to get it setup. I have looked at the sample_apps demo and found the MULTI_ROW_DELETE but I am not sure if that will handle a MUTLI_ROW_INSERT. Also, I would like to create a button that will check all items at the page first (user requirement) and then another button that will perform the insert.
Can this be done?
How to I get started?
Can someone outline the steps (might need some additional detail after I see what is involved)?
Any help would be appreciated. Thanks,
Alan

Sample Application v1.6 on htmldb.oracle.com is a good example for using collections. Look into the page 12 Enter New Order.
Denes Kubicek

Similar Messages

Maybe you are looking for