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.
326: 327: -- Populating period desc 328: SELECT meaning 329: INTO x_def_period_typ_desc 330: FROM pa_lookups 331: WHERE lookup_type = 'PA_REP_PERIOD_TYPES' 332: AND lookup_code = l_period_type; 333: 334: