Technology Stack - EBS (MOSC)

MOSC Banner

Submitting Concurrent Request using FND_REQUEST.SUBMIT_REQUEST not working

edited Aug 20, 2021 11:04AM in Technology Stack - EBS (MOSC) 2 commentsAnswered ✓

I am trying to submit a concurrent request within a form using FND_REQUEST.SUBMIT_REQUEST and it's not submitting the concurrent request.  It's sets the request id and gives me that number back but never submits the report to the concurrent manager.  Can anyone help with this issue.  Here's the code I'm using:

declare

x_set_print boolean;
x_request_id number := 0;

begin

x_set_print := fnd_request.set_print_options(:printer_blk.printer_name,null,0,TRUE,'N');

x_request_id := fnd_request.submit_request('CVI','CVIWOSHEET','CVI - Work Orders',NULL, FALSE,
                            :header_blk.job_number,
                            '', '', '', '', '', '', '', '', '',

Tagged:

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