if your requirement has more complex SQL statements, use the 'FORMS_DDL' package (which worke FINE with DML commands too) in the following way :

FORMS_DDL('INSERT INTO......');
FORMS_DDL('DELETE FROM.....');
FORMS_DDL('UPDATE .....');