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.
335: 336: if x_vendor_id is not null then 337: begin 338: select vendor_name into x_vendor 339: from po_vendors 340: where vendor_id = x_vendor_id; 341: 342: wf_engine.SetItemAttrNumber ( itemtype => itemtype, 343: itemkey => itemkey,