select ora_rowscn from table_name;
ORA_ROWSCN
returns the conservative upper bound system change number (SCN) of the most recent change to the row. This pseudocolumn is useful for determining approximately when a row was last updated.
How do I get the timestamp from here? Also, is there any query by which I can get all the last modified tables in a particular schema?