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.
89: is 90: l_meaning varchar2(80); 91: begin 92: select meaning into l_meaning 93: from mfg_lookups 94: where lookup_type='MSC_SCN_PLAN_TYPES' 95: and lookup_code=p_plan_type; 96: 97: return l_meaning;