Scheduled Concurrent Programs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vamsioracle
    New Member
    • Jun 2007
    • 151

    Scheduled Concurrent Programs

    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
    Recognized Expert Top Contributor
    • Mar 2007
    • 2358

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

    [code=oracle]
    select * from fnd_concurrent_ requests where resubmit_interv al IS NOT NULL
    [/code]

    Comment

    Working...