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.
1663: end; 1664: 1665: function get_session_id return number is 1666: begin 1667: return icx_sec.g_session_id; 1668: end get_session_id; 1669: 1670: procedure clean_dcf_table(p_code varchar2) is 1671: l_session_id NUMBER;