Real time question submitting two concurrent program from back end?

How we submit two concurrent program from backend.if one program is got error out no need to stop the program u need to run second concurrent program..?

Questions by santosh.rdg

Showing Answers 1 - 15 of 15 Answers

priyanka

  • Nov 27th, 2014
 

fnd_request.submit_request

pranay

  • Mar 17th, 2017
 

Using Request Set

  Was this answer useful?  Yes

Ruby

  • Mar 27th, 2017
 

fnd_request.wait_for_request returns phase and status flag velue of 1st CP, on basis of these flag value we can control 2 CP run.

  Was this answer useful?  Yes

Gajanan

  • May 5th, 2017
 

Hi Ruby,
The package name is fnd_concurrent.wait_for_request.

  Was this answer useful?  Yes

DDDD

  • Jun 28th, 2017
 

Keep both programs in different PL/SQL blocks and try it once

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions