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.
127: Begin 128: 129: SELECT TO_CHAR(SYSDATE,'YYYY') 130: INTO l_dt 131: FROM DUAL; 132: 133: l_dt:='_'||l_dt; 134: 135: IF l_pvt_formula IS NULL THEN