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.
14: l_step_id JTS_FLOW_STEPS_B.step_id%TYPE; 15: BEGIN 16: SELECT jts.jts_flow_steps_b_s.nextval 17: INTO l_step_id 18: FROM sys.dual; 19: 20: return (l_step_id); 21: EXCEPTION 22: WHEN OTHERS THEN