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.
589: l_count NUMBER := 0 ; 590: 591: BEGIN 592: SELECT count(*) into l_count 593: FROM dual 594: WHERE exists ( 595: SELECT 1 596: FROM wip_requirement_operations 597: WHERE operation_seq_num = p_operation_seq_num