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.
27: -- 28: procedure get_next_sequence(p_valid_grade_id in out nocopy number) is 29: -- 30: cursor c1 is select per_valid_grades_s.nextval 31: from sys.dual; 32: -- 33: begin 34: -- 35: -- Retrieve the next sequence number for valid_grade_id