No Data Returned When Using FND_REQUEST Package to Submit Report in R12
(Doc ID 427963.1)
Last updated on APRIL 13, 2024
Applies to:
Oracle Application Object Library - Version 12.0 to 12.0.7 [Release 12]Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
When trying to submit a purchase order by doing the following:
fnd_request.set_print_options(<printer_name>, <stylename>, 1, 'Y', 'N');
fnd_request.submit_request('PO', 'POXPRPOP', '', '', .......);
The document is submitted and a Request ID is returned. Navigating to View > Requests shows that the concurrent request runs. However it does NOT produce any output.
When submitting the purchase order using the following, different results occur:
fnd_request.set_print_options(<printer_name>, <stylename>, 1, 'Y', 'N');
fnd_request.set_org_id(204);
fnd_request.submit_request('PO', 'POXPRPOP', '', '', .......);
Note the difference is 'fnd_request.set_org_id(204);'.
When this piece of code is inserted, the document submits and output IS generated.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |