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.
2526: l_vendor_id number; 2527: begin 2528: select pov.vendor_id 2529: into l_vendor_id 2530: from po_vendors pov 2531: where pov.vendor_name = p_vendor_name; 2532: return(l_vendor_id); 2533: exception 2534: when others then