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.
101: DECLARE 102: v_check CHAR; 103: CURSOR c_trst IS 104: SELECT 'x' 105: FROM IGS_TR_STEP trst 106: WHERE trst.tracking_id = p_tracking_id AND 107: trst.s_tracking_step_type = 'ASSIGN-DUE' AND 108: trst.completion_dt IS NOT NULL; 109: BEGIN