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.
131: IF X_PROGRESS_ROLLUP_ID IS NULL 132: THEN 133: select PA_PROGRESS_ROLLUP_S.nextval 134: into X_PROGRESS_ROLLUP_ID 135: from dual; 136: END IF; 137: 138: insert into pa_progress_rollup( 139: PROGRESS_ROLLUP_ID