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.
1545: 1546: -- Get the payee 1547: CURSOR c_payee (cp_payeeid IN VARCHAR2) IS 1548: SELECT name, payeeid 1549: FROM iby_payee 1550: WHERE payeeid = cp_payeeid 1551: AND NVL(activestatus,'N')='Y'; 1552: rec_payee c_payee%ROWTYPE; 1553: