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.
60: t_count NUMBER; 61: BEGIN 62: 63: SELECT count(*) INTO t_count 64: FROM DUAL 65: WHERE EXISTS 66: ( SELECT null 67: FROM MTL_DESCRIPTIVE_ELEMENTS E 68: , MTL_DESCR_ELEMENT_VALUES V