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.
91: -- 92: -- Get the next item key from the sequence 93: select pqp_alntf_wf_item_key_s.nextval 94: into l_item_key 95: from sys.dual; 96: 97: -- 98: if p_tran_type = 'READ' then 99: open csr_getpayprcdet;