+23 Apps.fnd_Request.submit_Request Returns 0 Ideas

Best apps Tips and References website . Search anything about apps Ideas in this website.

+23 Apps.fnd_Request.submit_Request Returns 0 Ideas. This sample code will call submit accounting (program short name is araccpb ) in release 12 using fnd_request.submit_request api submit accounting will in turn spawn create. I'm trying to submit a conc prog from pl/sql procedure using fnd_request.submit_request.

Oracle Apps KT XML Bursting in Oracle Apps R12
Oracle Apps KT XML Bursting in Oracle Apps R12 from mogalafzal.blogspot.com

Below is the signature of fnd_request.submit_request api. Fnd_concurrent.wait_for_request this api waits for the request completion, then returns the request phase/status and completion. We use fnd_request.submit_request api to submit concurrent program.

Below Is The Signature Of Fnd_Request.submit_Request Api.


It is working fine this way. I'm trying to submit a conc prog from pl/sql procedure using fnd_request.submit_request. No,i created a concurrent job calling the.prog host file in oracle server, and i was able to control the output status of the job, but it seems that the package procedure that.

But The Function Is Returning 0.


Parameters doesn’t include the errbuf and retcode). Fnd_request.submit_request (parameters) here is a pl/sql example using fnd_request package and the submit_request procedure to submit a concurrent manager job:. This function submits a concurrent request for processing by concurrent manager and returns,.

We Use Fnd_Request.submit_Request Api To Submit Concurrent Program.


The procudure is executing with out any execptions but is returning 0 my procedure is here my executable shortname is fndscurs(for all names while defining the concurrent program i. Oracle apps will automatically assign a. We can submit a concurrent request from backend using.

, It Is My Understanding That It Has 3 Parameters User Id , Responsbility Id And Responbility Application Id.


In some scenarios we need to submit 2nd concurrent program only when 1st current program is successfully completed. Below is the proc i'm using. Fnd_request.submit_request('xdo','xdoreppb' mar 16, 2012 6:34am edited mar 24, 2012 9:35pm in oracle reports.

Fnd_Global.apps_Initialize , What Is The First Parameter For ?


The package in turn calls the standard fnd_request.submit_request function. Fnd_concurrent.wait_for_request this api waits for the request completion, then returns the request phase/status and completion. It is working fine this way.