Q. What are the two parameters that are mandatory for pl/sql type concurrent program?
Ans: Procedure/function (ERRBUF OUT,
RETCODE OUT
………………….)
ERRBUF :- Used to write the error message to log or request file.
RETCODE :- Populate log request file with program submission details info.
Other Important Articles Related To Concurrent Programs:
Other Important Articles Related To Concurrent Programs:
- Different Concurrent Program Executable Methods In Oracle Apps
- How To Find All The Running Concurrent Requests And The Time Taken By Them
- Meaning Of Different Status Codes And Phase Codes Used In Concurrent Programs
- SQL Query To Find Scheduled Or On Hold Concurrent Request
- SQL Query To Find Parameters and Value Sets Associated With A Concurrent Program
- SQL Query To Find The Request Group Using An Executable | Important Apps Queries
- SQL Script To Get Concurrent Program Details & Paraments
COMMENTS