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.
633: BEGIN 634: 635: SELECT max(MAXIMUM_BOM_LEVEL) 636: INTO max_level 637: FROM BOM_PARAMETERS 638: WHERE ORGANIZATION_ID = org_id; 639: 640: IF SQL%NOTFOUND or max_level is null THEN 641: max_level := 60;