Oracle Apps -Concurrent program schedule details

From which table that I can find concurrent program schedule details .
NB:-
I know select RESUBMIT_TIME, RESUBMIT_INTERVAL from FND_CONCURRENT_REQUESTS ,
RESUBMIT_TIME, RESUBMIT_INTERVAL will be the schedule details .
But the table FND_CONCURRENT_REQUESTS is get purged periodically , how can i find the master details of scheduling the concurrent.
Thanks in advance,
Arya Sreedhar.

Give this a whirl ...
Regards,
Jon
SELECT req.request_id
, decode (prg.user_concurrent_program_name, 'Report Set', 'Report Set:' || req.description, prg.user_concurrent_program_name) AS name
, argument_text as parameters
, req.resubmit_interval
, nvl2 (req.resubmit_interval, 'Periodically', nvl2 (req.release_class_id, 'On specific days', 'Once')) AS schedule_type
, decode (nvl2 (req.resubmit_interval, 'Periodically', nvl2 (req.release_class_id, 'On specific days', 'Once')),
'Periodically', 'Every ' || req.resubmit_interval || ' ' || lower(req.resubmit_interval_unit_code) || ' from ' || lower(req.resubmit_interval_type_code) || ' of previous run',
'Once', 'At :' || to_char (req.requested_start_date, 'DD-MON-RR HH24:MI'), 'Every: ' || crc.class_info) as schedule
, fus.user_name as owner
, to_char(requested_start_date,'DD-MON-YYYY HH24:MI:SS') as next_submission
FROM
apps.fnd_concurrent_programs_tl prg
, apps.fnd_concurrent_requests req
, apps.fnd_user fus
, apps.fnd_conc_release_classes crc
WHERE 1=1
AND prg.application_id = req.program_application_id
AND prg.concurrent_program_id = req.concurrent_program_id
AND req.requested_by = fus.user_id
AND req.phase_code = 'P'
AND req.requested_start_date > sysdate
AND prg.language = 'US'
AND crc.release_class_id(+) = req.release_class_id
AND crc.application_id(+) = req.release_class_app_id
ORDER BY name

Similar Messages

  • How to increment GL Period using Oracle Application concurrent program scheduler

    Hi All,
    In R12, I came to know that we can increment GL Period also using Oracle Application Concurrent Program scheduler.
    We have a requirement to schedule 'Account Analysis Report' for different legal entities. We would need to increment GL Periof for each department.
    In 11i, we can not increment GL Period.
    Is there a way, to increment GL Period to schedule 'Account Analysis Report'
    Please advise.
    Appreciate your time and help.
    Oracle Application Version: R12.1.2
    thanks in advance,
    Ganesh

    Hi,
    could you please help me?
    thanks.

  • Concurrent program schedule details?

    Which view/table can I query to find the schedule details for a concurrent request that is set to run at a specific interval ?
    I've discovered how to set the interval using;
    fnd_request.set_repeat_optionsand now would like to view the schedule information much the same as one is able to view the schedule information for dba_scheduler .
    Is that possible?

    Hi bluefrog,
    I don't think it's possible to modify an existing request using it. You could try updating directly the concurrent request table but it's neither recommended nor supported, and you could get unexpected results.
    If you want to unschedule the request programatically, maybe you could use fnd_concurrent.cancel_request (selecting the appropriate request id, because everytime one scheduled request is executed, it creates a new one with same repeat options and new start date). If you want to schedule it again, just submit again fnd_request.set_repeat_options with selected options + fnd_request.submit_request.
    Hope it helps.

  • Concurrent programs schedule ended in error or fails

    Gooday All,
    As a system Administrator,how can you be notified if any concurrent programs schedule ended in error or fails?. Does Oracle have that capabilities. Is there any mechanism that need to be turn on.

    Hi;
    Please check below thread:
    concurrent ouput to email
    concurrent ouput to email
    Also see:
    Note: 730657.1 - How To Send A Notification For A Failed Concurrent Request
    Note: 466935.1 - How To Setup System Alerts That Show Each Cost Worker Where Transaction(s) Failed Costing
    How to send R12 apps services errors and alerts into Email via OAM?
    Regard
    Helios

  • Can I retain my concurrent program schedule During R12 Upgrade ?

    Hi,
    We are approaching Oracle R12 Upgrade go live. We have large number of concurrent programs scheduled by various users. We are planning to put these programs on hold before upgrade. When we upgrade, do upgrade driver removes all schedules from concurrent program schedules? Is it wise to cancel all scheduled programs and reschedule them after upgrade?
    Please help!
    Best Regards,
    Dhaval Khamar

    When we upgrade, do upgrade driver removes all schedules from concurrent program schedules? No.
    Is it wise to cancel all scheduled programs and reschedule them after upgrade?No, just put them on hold before the upgrade then resume those jobs after the upgrade.
    Thanks,
    Hussein

  • Reg. Concurrent Program Scheduling

    Hi,
    I am having a small doubt regarding concurrent program scheduling, we are having a concurrent program which is scheduled.But for some code changes we re-created the same concurrent program.
    The question here is, does the concurrent program will be already in schedule mode or again we should schedule it.
    Thanks in advance.

    we re-created the same concurrent programWhat do you mean by recreated? If you have updated the code, then you do not need to schedule it again. You can also check the status of the concurrent program from the backend to verify.

  • Concurrent Program Schedule

    Hi,
    I wanted to schedule a Concurrent Program to run every hour from 8AM to 6PM, only on Weekdays.
    I can schedule it to run every workingday for every 1 Hr, but unable to constrain it from 8AM to 6PM, I am doing the schedule in the application.
    Can someone please help me on this.
    Thanks,
    Kiran

    Thanks for your reply , where could i get this doc .. from metalink ha?
    Note: 189616.1 - How to Schedule a Concurrent Request to Run Periodically Only on Certain Days and Only During Certain Hours of the DayCorrect, which is called "My Oracle Support" now -- https://support.oracle.com
    Thanks,
    Hussein

  • How to run custom Oracle report6i concurrent program in web forms

    I developed a custom report using oracle6i and registered into AOL and assigned to a request group. I can run this concurrent program from form based application works fine. How to run this concurrent request from web forms?
    What are the steps to follow to create a concurrent program link on web forms?
    I want run this request and pass parameters and output also in web forms...
    I'm a first time user of web forms, So kindly reply with detailed steps to define concurrent request in web forms for a custom report.
    Thanks in Advance
    Naveen
    [email protected]

    I hope ur requirement to do all the CP processing from Self-Service OAF pages. If so,
    browse thru Re: Start Concurrent from OA Framework page , Re: RE: Submitting concurrent request and getting the results back.
    and
    'Concurrent Processing: Request Submission and Monitoring' section in dev guide.
    Let us know if you face any issues in the implementation.
    - Senthil

  • Concurrent Program Scheduled change

    Guru,
    We have scheduled some Concurrent Job daily 01:00 AM with following option,
    *** Run the Job ***
    Periodically 1 Day
    Starttime : <DATE> 01:00
    *** Apply the Interval ***
    From the Completion of the prior Run
    Increment Date parameters each run
    Daily Basis its running without any issues ,
    During Maintenanace Window ( donwtime ) , We use to keep scheduled program on Hold and release it later.
    But recently we observed that schedule time chnaged, If we release the job @ 06:00AM then onwards its rescheduled for 06:00 AM daily
    so we are rescheduoing everytime manually after maintenanace.
    Kindly share your tips to make this job rescheduled always 01:00 AM
    Thanks,
    Raju

    The phrase "start of the prior Run" is indeed a bit confusing, i think it's formulated more clearly in How To Submit A Concurrent Request Using CONCSUB Syntax (Doc ID 457519.1) :
    <REPEAT_INTERVAL_TYPE> Optional. Whether to time the resubmission interval from the requested start time of the request or from its completion. Set this parameter either to START or END. The default value is START.
    The key here is "requested start time",  the actual start time.
    So if the request cannot run for some reason at the requested start time (say 1 AM in your case) but instead only runs at 6 AM, the next one will still be scheduled at 1 AM (so based on the requested start time of the latest run)
    Kind regards,
    Thierry

  • Oracle 11i - Concurrent Request Set Details

    Hi,
    I would like to frame a query that extracts the concurrent request sets and the associated child requests. I am not sure of the data mapping.Can somebody help me with the query.
    Regards,
    Radhika.

    I would like to frame a query that extracts the concurrent request sets and the associated child requests. I am not sure of the data mapping.Can somebody help me with the query. https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_REQUEST_SETS&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle Java Concurrent Program

    Hi all
    I have a JCP that's working as I require, apart from one small issue.
    I want to open a file, read the contents, and then process them. I do this as follows:
    fileReader = new FileReader("/d01/oracle/visappl/file.txt");
    This works when I hard code the full path. However, when I try to use an application relative path, it doesn't work:
    fileReader = new FileReader("$APPL_TOP/file.txt");
    I get a file not found error.
    $APPL_TOP is a virtual directory that the Oracle database understands. It is OS independent, in that the database will know where it points to in the OS.
    Has anybody done this before?
    Thanks

    No I haven't. I'll see if I can work out how to do that.
    If you have any guides on setting system properties, please let me know, but I'll Google it so long.

  • Excel Template Registeration in Oracle Apps as concurrent program

    I would like to ask a question about the Excel Template : My question is how to register a Excel template in oracle apps with XML Publisher Responsibility and how to set the output as Excel, I am unable to create Template from XML publisher Responsibility for this Excel Template which I made. please help me out this, Thanks in advance

    .xsb is not allowed to be uploaded in oracle EBS R12
    I registered the template definition of type 'XSL-FO',It allows me to upload only .xsl file.
    The import command for .xsl file mentioned does not work in Oracle apps R12,Program still completes with warning.
    Please advice on this.
    Thanks in advance
    Shwetha

  • Oracle concurrent program paramters r12

    Hello,
    i want to create custom report in oracle apps the requirement is :
    Requirement (1)
    Excel report to be automated from Oracle ERP system by a concurrent job on a 1st of each calendar month with date parameters of 15th to 31st of previous calendar month
    Excel report to be automated from Oracle ERP system by a concurrent job on a 15th of each calendar month with date parameters of 1st to 14th of current calendar month
    CP Parameter(1) Date : 15th of previous calendar month
    CP Parameter(2) Date : 30th of previous calendar month
    Requirement (2) Monthly report extracted will only show changes from the previous month
    Can you please tell me how to create above parameter in oracle apps concurrent manager ??
    Also we need to display Monthly report extracted will only show changes from the previous month ??
    Pls help me ...
    Thanks,
    Ali
    Edited by: 981529 on Jan 13, 2013 8:10 AM
    Edited by: 981529 on Jan 15, 2013 2:18 AM

    Hi,
    Your question is related to Oracle EBS.
    Please post in the respective Category
    http://forums.oracle.com/forums/category.jspa?categoryID=3
    Thanks.

  • How to fetch the return parameter while running the concurrent program

    Hi,
    I have created one Pl/SQLl function and register into a apps concurrent programs. how to add the return type parameter in to CP and to get the out put..
    Please help me.. i am new to oracle apps technical.
    Thanks in advance..
    Winsky

    Hi,
    i don't understand the return part? You need to fetch it to where?
    Simple pl/sql code for concurrent program writing to standard FND log and output file:
    CREATE OR REPLACE PROCEDURE TEST(errbuf OUT varchar2, retcode OUT varchar2, param1 IN number ) AS
    BEGIN
    fnd_file.put_line(FND_FILE.LOG,'LOG'); --text for log
    fnd_file.put_line(FND_FILE.OUTPUT,'OUTPUT'); -- text for output
    errbuf := '';
    retcode := 0;
    EXCEPTION
    WHEN OTHERS THEN
    retcode := 2;
    END TEST;

  • How to configure standard report concurrent program in web forms.

    I have developed new custom report using reports6i, and defined a concurrent program registered into AOL and assigned to a request group. I tested the report runs fine from form based applications. But user wants to run this new report from web forms(Incentive Compensation). I have no idea how to create a concurrent program link in the Incentive compensation module web forms.
    Is there any document to configure oracle report concurrent program into web forms?
    or guyz please send me the steps (screen shots) to add custom report concurrent program to web forms?
    Please help guyz...I'm new to web forms......
    Thanks in advance
    Naveen
    [email protected]

    Naveen,
    On some event on the page (like a button submit) you can call a PLSQL API with parameters which can further submit your concurrent Request.
    If you want to see the Report output in Apps, it can be done directly. Otherwise if you want to see the value in the Self Service Page itself, then you can extend the oracle.apps.fnd.cp.request.server.RequestSummaryVO for your case.
    Thanks
    Sumit

Maybe you are looking for