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.
436: SELECT 437: C_GL_CONV_RATE * AMOUNT 438: INTO ORDER_AMOUNT 439: FROM 440: DUAL; 441: RETURN (ROUND(ORDER_AMOUNT 442: ,C_PRECISION)); 443: ELSE 444: RETURN (0);