Allow AWI direct navigation

--
-- Update D20I AWI definition so it's on menu. Allows user to type "D20I" in action box.
--
update PASSPORT.TIDMENU
  set show_on_menu_flag = 'Y'
 where view_prefix = 'RF'
  and system_id = 'D'
  and family_id = '20'
  and option_id = 'I'
;