Can ORDS execute packages belonging to non ords enable schema ?
I'm trying to create a POST API where it calls an APPS schema package which is not currently ORDS enable schema. I have given the execute permission to the ORDS enabled schema and i have tested the script via the SQL Workshop (SQL Commands) it works fine
I have imbedded the call in ORDS Handler Definition below
However, when i test via Postman, nothing happens. It's says my called were successful, but the procedure is actually not being executed at all. No error prompted. XXX_ORDS_INBOUND2_PKG consists of just a direct insert to test the call procedure.
Is there anything im missing here?