How to Use FND_REQUEST.ADD_LAYOUT When Submitting a Concurrent Request Via a PL/SQL Procedure?
(Doc ID 308658.1)
Last updated on JANUARY 12, 2023
Applies to:
Oracle Concurrent Processing - Version 11.5.9 to 12.2 [Release 11.5 to 12.2]BI Publisher (formerly XML Publisher) - Version 4.5.0 to 5.6.3 [Release 4.0 to 5]
Information in this document applies to any platform.
FNDRSRUN FND_REQUEST FND_SUBMIT ADD_LAYOUT
Reviewed for relevance 9 Mar 18.
Goal
With the addition of Bi Publisher (formerly XML Publisher) processing as an option for concurrent programs there is a new field on the FNDRSRUN form for a template.
This field is filled in by default for concurrent programs when submitted using standard submission.
When using PL/SQL to submit a single concurrent request that requires a Bi Publisher layout template the API FND_SUBMIT.ADD_LAYOUT must be called prior to submitting the concurrent program.
If the API FND_SUBMIT is being used to submit a request set then FND_SUBMIT.ADD_LAYOUT should be used instead of FND_REQUEST.ADD_LAYOUT.
Solution
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
Goal |
Solution |