Wednesday, November 5, 2008

How to kickoff the child concurrent process from parent

We need to pass request sub_request => TRUE

Fnd_Request.submit_request (
application =>
,program =>
,description => 'Child process'
,sub_request => TRUE
);

You don't need to give parent request id because concurrent program internally derive the parent id as it is the one which kicks off the child.

No comments:

My Zimbio
Top Stories