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.
25: 26: if P_Trans_Date_to is not null then 27: SELECT trunc(P_Trans_Date_to) +1 - .00001 28: INTO P_Trans_Date_to 29: FROM DUAL; 30: end if; 31: return (TRUE); 32: exception 33: when others then