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.
80: 81: BEGIN 82: SELECT batch_name 83: INTO c_batch_name 84: FROM ap_batches 85: WHERE batch_id = p_inv_batch_id; 86: 87: EXCEPTION 88: WHEN NO_DATA_FOUND THEN