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.
5127: BEGIN 5128: -- Get database name 5129: SELECT name 5130: INTO l_db_name 5131: FROM v$database; 5132: 5133: -- Get DATAMERGE User ID 5134: SELECT user_id 5135: INTO l_dm_user_id