Is there any way to determine if a DML event such as select or insert was finished?

I need to fire one process and it has to be done right after updating one of the tables. I am wondering if there is something like timestamp for DML event (equivalent of LAST_DDLTIME for DDL invents)?