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.
48: 49: IF (X_ROLLOVER_QUOTA_ID IS NULL) THEN 50: SELECT CN_ROLLOVER_QUOTAS_S.NEXTVAL 51: INTO l_rollover_quota_id 52: FROM dual; 53: ELSE 54: l_rollover_quota_id := x_rollover_quota_id; 55: END IF; 56: