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.
8522: IS 8523: BEGIN 8524: OPEN x_actrjtqty_lov FOR 8525: SELECT lookup_code, meaning 8526: FROM mfg_lookups 8527: WHERE lookup_type = 'INV_RCV_DELIVER_TYPE' 8528: AND meaning LIKE p_deliver_type || '%' ; 8529: END GET_ACTRJTQTY_LOV; 8530: