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.
377: END IF; 378: 379: SELECT job_group_id 380: INTO l_forecast_job_group_id 381: FROM per_jobs 382: WHERE job_id = l_forecast_job_id; 383: 384: IF g1_debug_mode = 'Y' THEN 385: PA_DEBUG.g_err_stage := 'RTS13 : After Asgn job grp id par';