Executing dynamic sql from JD Enterprise One 9.1 application or batch (9.1.4)
Hello everyone,
I wanted to know if there is a way to execute sql from a developed batch/application. We have some sql querys that are stored in oracle tables (F55XXXX) and want to execute them after getting them from these tables as a varchar2 or clob.
We know that executing dynamic sql is supported from an sql script or sql stored procedure but we want to know whether it can be also executed from a developed E1 business function
Thank u