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.
173: C_MODULE varchar2(80) := c_package||'logon_trigger_status'; 174: begin 175: 176: select status into l_status 177: from dba_triggers 178: where owner='SYSTEM' 179: and trigger_name='EBS_LOGON'; 180: 181: return l_status;