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.
376: 377: begin 378: SELECT definition 379: INTO l_package 380: FROM ff_functions 381: WHERE name = l_function_name 382: and business_group_id = p_bg_id; 383: 384: hr_utility.trace('l_package'||l_package);