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.
2740: 2741: -- Now get teh currency code 2742: 2743: SELECT PAYMENT_CURRENCY_CODE INTO X_CURRENCY_CODE 2744: FROM po_vendors 2745: WHERE vendor_id = l_vendor_id; 2746: ELSE 2747: X_CURRENCY_CODE := l_carrier_currency; 2748: