Is there a way to hide the Parameters on the Requests window from FND_REQUEST.SUBMIT_REQUEST
There is Display checkbox on the Concurrent Program Parameters window which if unchecked will not show the parameters when you submit the request from SRS window. But here, we have a requirement to submit the request from fnd_request.submit_request procedure. The program I am submitting has one password parameter and we do not want the parameter to show up on the requests window after the request is submitted. Is there a way to not display/hide the parameters from the Requests window from from fnd_request.submit_request?
Here's how I am using it right now...
v_rqst_id := Fnd_Request.submit_request('KSU','KSUXXXXX','Check Pwd',TO_CHAR(SYSDATE, DATE_MASK),FALSE,PWD,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,