eTRM uses javascript that opens and focuses a separate window to display reports. Your browser does not appear to support javascript. This should not prevent you from using eTRM but it does mean the window focus feature will not work. Please check the contents of other windows on your desktop if you click on a link that does not appear to do anything.
420: FUNCTION get_activity_id RETURN NUMBER IS 421: -- 422: CURSOR c_activity IS 423: SELECT jtf_brm_activities_s.nextval 424: FROM DUAL; 425: l_activity_id NUMBER; 426: -- 427: BEGIN 428: OPEN c_activity;