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:
Post a Comment