Connecting Tech Pros Worldwide Forums | Help | Site Map

Scheduled Concurrent Programs

Familiar Sight
 
Join Date: Jun 2007
Posts: 151
#1: Aug 27 '09
Hi

Is there a table to find all the scheduled concurrent programs in Oracle Apps. Or is there a way to find this?



Vamsi

amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#2: Aug 31 '09

re: Scheduled Concurrent Programs


If you have run the program once, then you can find the schedule of the particular program using the below query:

Expand|Select|Wrap|Line Numbers
  1. select * from fnd_concurrent_requests where resubmit_interval IS NOT NULL
  2.  
Reply