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.
43: WHERE dunning_id = px_dunning_id; 44: -- 45: CURSOR get_seq_csr is 46: SELECT IEX_dunnings_s.nextval 47: FROM sys.dual; 48: BEGIN 49: -- 50: If (px_dunning_id IS NULL) OR (px_dunning_id = FND_API.G_MISS_NUM) then 51: OPEN get_seq_csr;