Are you sure this is a stored proc problem? The default in your config is this:
sqlAccessType="DynamicSQL"
And, I do not see you overriding that in your code. To use our generated stored procedures for Oracle, it is best to leave Ignore Schema and Catalog at their default (unchecked), but the sqlAccessType should be "StoredProcedure".
The name of the default connection must one of the named connections.
connectionInfo default="DevOracleDB"
add name="PRC_EntitySpaces_DevOracleDB"
David Neal Parsons
www.entityspaces.net