Hi,
i would like to start a Procedure from url like:
myserver:8080/ords/myproc
I put it in the apex function wwv_flow_epg_include_mod_local => no success
i put it in defaults.xml
<entry key="security.requestValidationFunction">wwv_flow_epg_include_modules.authorize</entry>
<entry key="security.inclusionList">APEX_220100,SCOTT.MYPROC</entry>
=> no success and APEX is not working anymore.
What is the correct way please? (to start a proc and not to kill apex :-) )
Thanks
Marco