Hi Kundarapu,
You do not need a COMMIT statement here. As INSERT statement will directly insert a record in your custom table.
So, if any of the INSERT statement fails, you will need to write DELETE statement for all the previous INSERT statements.
Hope this helps.
Regards,
Richa