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.
130: l_wf_request_id NUMBER; 131: 132: CURSOR C_wf_request_id_seq IS 133: SELECT ams_act_wf_requests_s.NEXTVAL 134: FROM DUAL; 135: 136: BEGIN 137: 138: -- Standard Start of API savepoint