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.
924: if p_title IS NOT NULL and 925: fnd_profile.value('PER_USE_TITLE_IN_FULL_NAME') = 'Y' then 926: SELECT meaning 927: INTO l_title_meaning 928: FROM hr_lookups 929: WHERE lookup_type = 'TITLE' 930: AND p_title = lookup_code; 931: end if; 932: