APEX can't see tables and sequences pointed to by synonyms
I hope this question is posted to the right "community." I couldn't see any appropriate heading for my question, so I am posting where I've seen other APEX questions.
I am trying to develop an application in Application Express using tables and sequences that are in a remote database. I have a database link to the remote schema and have created synonyms for all the tables and sequences. But when I go to create a form or report the remote tables do not come up in the list of available tables.
I can create a local view of the remote tables and I can create a form on the view, but I still can't select the sequence.