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.
283: 284: --Cursor used to validate recipient id 285: CURSOR c_val_recipient_id IS 286: SELECT 1 287: FROM hz_parties 288: WHERE party_id = p_recipient_id; 289: 290: --Local Variables 291: l_temp NUMBER;