Hi,
Have you checked the language settings for you environment are still OK?
select USERENV ('LANG') from dual;
Some of the apps views have nls support so if your nls_lang does not match what is in the underlying tables then they won't return any rows.
Ben