Hi All,
I have a situation where I need to send an email to a group when a record is inserted in a table, wanted to do this using triggers initially, but the problem is, trigger fires even without committing the data.this will not work for me because i may rollback the transaction. is there a workaround for this. how can i do this. help is appreciated.