This really isn't the right forum for this question, as it is an Oracle question and not a J2EE question.
Since you can use a Java class as a stored procedure, then
you should be able to do something from there. Once you are in the Java class you should be able to do whatever any other Java class can do. Which should include doing a remote lookup for an EJB and calling it.
Moving this to the Oracle forum.
Mark