I have a stored procedure that lives in the database. This procedure is owned by a schema that is not related to any workspace. I have created a workspace and schema (schema1). schema1 has been granted access to run the procedure, and can do so by logging in to the db with sql developer. Unfortunately when trying to run the procedure from within apex, it's connecting as apex_public_user, which does not have sufficient privileges.
Is there any way within APEX to run this procedure as schema1 rather than apex_public_user?