You can try this approach.
Use the package dbms_utility.get_time

function get_time return number;
-- Find out the current time in 100th's of a second.
-- Output arguments:
-- get_time
-- The time is the number of 100th's of a second from some
-- arbitrary epoch.