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.
87: 88: -- Cursor declaration 89: CURSOR l_seq_num IS 90: SELECT oki_wip_by_customers_s1.nextval seq 91: FROM dual 92: ; 93: rec_l_seq_num l_seq_num%ROWTYPE ; 94: 95: BEGIN