EBS Customizations (MOSC)

MOSC Banner

Is there a way to hide the Parameters on the Requests window from FND_REQUEST.SUBMIT_REQUEST

edited Oct 24, 2012 11:56AM in EBS Customizations (MOSC) 2 commentsAnswered
Hi,

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center