Re: parameters are not passed to concurrent requests

Posted by anandmandilwar on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/parameters-are-not-passed-to-concurrent-requests-tp5346p5355.html

These are simple concurrent program parameters like 'Start Date', 'End Date' and 'Period Name' - which are eventually used by underlying procedure.

These parameters are not currently passed to the procedure from the front end. Surprisingly when I submit the program from backend using 'fnd_request.submit_request' with the same parameters, they all go through and everything is fine.

Also when I enable the trace (Help -> Diagnostic -> Trace), even then also parameters are passed and program completes successfully.

Hope this answers your query. Pls advise.