Schedulling Concurrent Program in Fixed Assets

Hi Team,
Currently we are working on the Oracle Assets implementation. We want to know that what all concurrent programs like Post Mass addition program that are normaly scheduled by the business? Client wants to plan the concurrent programs that should be scheduled in Fixed Assets. So based on the experience with the business users, kindly guide us that what all programs should be scheduled in Fixed Assets?
Thanks
Garima Arora
Ph no 9642355228

Hi Garima,
While uploading assets into the system you may have to run
1) Post mass additions for adding assets to corp books from interface table.
2) Periodic mass copy to copy assets into tax books from corp books.
Other than this you may have to schedule 'Depreciation run' request set to close the books at the end of every period.
Thanks,
Vinod

Similar Messages

  • How can i schedule concurrent program for every one hour from back end

    Hi ,
    I want to schedule concurrent program for every one hour from back end .
    Example
    1) xyz is the concurrent program that should run for every one hour with a parameter 111 and the SAME concurrent program that
    should run every 2 hours with a different parameter like 222.
    I mean Conc prog should run for different parametrs with a different scheduling..
    Please guide me to solve the issue.
    Thanks in advance...
    Regards
    Narender B

    Hi ,
    I have used following code for scheduling the concurrent program from backend.
    declare
    l_request_id NUMBER;
    l_return_code boolean := FALSE;
    BEGIN
    fnd_global.apps_initialize(62991,54477,20003);
    l_return_code := FND_REQUEST.SET_OPTIONS ('YES');
    l_return_code :=fnd_request.set_repeat_options('16:36:00','','DAYS','START','','Y');
    l_request_id:=fnd_request.submit_request(application => 'xbol',
    program => 'NAPP_START_GENERATE_CHART_DATA',
    description => 'Processing chart ',
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1 =>4000130957231588,
    argument2 => null
    COMMIT;
    dbms_output.put_line('Program has been submited and request id is '||l_request_id);
    END;
    Here the issue was concurrent program is completing with a warning like
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    so i could not find the solution for this issue,please anybody guide me to solve this issue.
    Regards
    Narender B

  • How to check the all scheduled concurrent programs.

    Hi All,
    APPS : 11.5.10.2
    DB:9.2.0.8
    how to check the all scheduled concurrent programs at a time, is their any script for this?
    Thanks a million in advance.

    Hi,
    Please refer to the following threads.
    How to know The request is scheduled or not??
    How to know The request is scheduled or not??
    Need Report or Query to see all scheduled jobs
    Need Report or Query to see all scheduled jobs
    Regards,
    Hussein

  • How to Transfer the Scheduled concurrent Programs

    Hi,
    I have Migrated the EBIZ instance from RHEL 32 bit to RHEL 64 bit with 10.2.0.4 DB & R12.0.6 Apps.
    But now i dont have the scheduled concurrent requests in the New instance since the system is migrated. Now is there any ways to bring the Scheduled concurrent req from Old server to New server.
    Or Do we have FNDLOAD scripts or Linux scripts to transfer the scheduled programs.
    Kindly suggest.
    Regards
    Karthik

    You should migrate the instance by implementing the steps in the following docs which should keep your scheduled concurrent requests (as is) in your target instance.
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit (Doc ID 471566.1)
    Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    If you haven't done so, then please follow the steps in the docs.
    Thanks,
    Hussein

  • When to Execute ABST2 program for Fixed Assets?

    Hi,
    Do we need to execute ABST2 program extractly at the end of the year 31/12/2008 or we can also execute after 31/12/2008?Because for my client-they have executed that program in July-2009.Now it is showing 0.01 differance for one of the depreciation account.the differance amount is showing for 2009 year.I am confused whether it is for 2008 or 2009.
    Now in ABST2 program it is showing the 0.01 differance for 2009.Still can i ignore ABST2 error and can i proceed to close 2008 year for fixed assets? or it will give any error?
    Kindlyl help me
    Thanks
    Suvarna

    HI,
    Generally it is executed before year-end closing. It picks up the asset balances and matches with the GL A/c balances. If any differences are found it shows the differences.
    Run it and check in which year the difference popped up. Then verify balances for that particular year. If it started in 2008 you can check only 2008 balances and need not check for 2009.
    Thanks,
    Giridhar

  • Scheduled Concurrent program breaks without any reason or log hint

    We have one concurrent program which calls a Custom PLSQL package scheduled to run every 5 minutes. Schedule runs fine for 15-20 days fine, after that, suddenly one instance of submission completes, and will not re-submit. We have always had problems with 2-3 concurrent programs like this.
    The last instance of submission will show NO hint of error or reason why not submitting the next one, rather, it completes succesfully. It just doesn't put an extra line of "Successfully submitted with request ID #####" that we normally see in scheduled requests log file.
    Applications Version is 11.5.9, Database at 10g.
    Any help pls.
    Thanks,
    Rajkiran.
    Message was edited by:
    Rajkiran Bingi

    you can use this Doc :134035.1(ANALYZEREQ.SQL - Detailed Analysis of One Concurrent Request ) for the request that completed last time.
    In addition could u let us know [1]what the custom req will be doing and [2]which CM is assigned to pickup the request.[3]does the request had picked up by CM after any time..[4]Does the CM which will pick up the request is busy with scheduling any other request at that time..
    Hope any of above questions will give some Info..
    BestRegards
    RS/
    RS
    Message was edited by:
    R.S

  • Schedule Concurrent program - User Expired

    Hi all,
    In my system, I have a scheduled program which runs in every Half an hour. Yesterday the user got expired and concurrent program stopped working.
    Today I have removed the expiry date before 1.5 Hr. But still the program is not triggered. Do i need to schedule the same again?
    Can you please tell me what need to be done ?
    Thanks,
    AM

    But it is not.. ( I am not sure wht happened )
    In our prod environment i could see that one request ended (canceled) saying ' XYZ user is expired' but i am not very sure whether the user got expired or password got expired. But now the user is active . And was updated last night. (not able to reach the person who updated :( )
    I know it is difficult to think :( but so many things are stuck on prod :(
    I have checked the latest prod clone . There there is no end date for user and password expiry in 60 days .

  • Scheduled concurrent requests/ request sets

    Can anyone please help me with a query for picking up list of scheduled concurrent programs and also list of scheduled request sets using backend database tables?
    Thanks,
    SK

    Thanks for your responses.
    The query is picking up the concurrent programs that are pending for normal execution. But my focus in on the below mentioned details:
    1) Concurrent programs that have been scheduled for future execution.
    2) Request Sets that have been scheduled for future execution
    It will be great if you provide me two different queries, one for concurrent programs and another for request sets
    Thanks,
    SK

  • 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

  • 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.

  • Scheduling of discoverer report via concurrent program or pl/sql code

    Hi All,
    I am beginner on Discoverer Report. As per my client requirements we need to do the scheduling of discoverer report rather than manually run it every week. Also we need to do this job by help of concurrent program or pl/sql code. But I don’t know how to scheduled the discoverer report.
    Please any one help me or provide pl/sql code.
    Thanks in Advance
    Subhas Samanta

    This is one of those questions that has been asked on the forum for years now and the answer really hasn't changed in that - command line using .BAT files, command line using VBasic (Rod's expertise) and Java potential via Plus.
    You can search the forum for the fully documented answers to this but basically:
    1. you can use Disco Desktop - NOT Plus or Viewer - with good ol' MS BAT files using the command line interface
    2. you can use Disco Desktop - NOT Plus or Viewer - with good ol' MS BAT files using VBasic calls
    3. I think - although never have seen - using Java command line interface to control it via a Java program
    oh yah ...
    4. if you're running Oracle Apps I believe you can get the Concurrent Manager to run the Disco report for you as well (another of Rod's expertises)
    Russ
    Edited by: RussProudman on Oct 30, 2008 2:40 PM

  • Can we schedule a concurrent program with in a request set

    HI,
    I have a requirement that to schedule a concurrent program in a request set after completing the another request with in the set
    ie i have request set with two concurrent programs and each concurrent program having two parameters for each
    if i submit the request set once
    the first programs completes successfully after completing the first program i need to schedule the second concurrent program with the same parameter values of the first parameter
    is it possible if yes how it can be done
    Regards
    DRK

    Ripendra durgam wrote:
    HI,
    I have a requirement that to schedule a concurrent program in a request set after completing the another request with in the set
    ie i have request set with two concurrent programs and each concurrent program having two parameters for each
    if i submit the request set once
    the first programs completes successfully after completing the first program i need to schedule the second concurrent program with the same parameter values of the first parameter
    is it possible if yes how it can be done
    Regards
    DRKI believe it is not possible.
    Thanks,
    Hussein

  • Scheduling of Concurrent Program stops after completed successful.

    Hi
    I need to create a check or procedure to create a alarm, which helps in checking the scheduling of all those concurrent programs whose scheduling has been stopped after completing successful. There has been lot of occurrences in our environment that led to programs not running for next run.
    Aviral

    If you have a trace, then just post the tkprof output here (put the tag before and after it).
    Hopefully you've traced the session with WAIT EVENTS, so we can see where much time is being spent.
    If not, I suggest you first trace the session again with WAIT EVENTS.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 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

  • 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

Maybe you are looking for

  • 2106f Error Code after Internet Recovery Attempt

    Anyone ever get a 2106f Error Code after Internet Recovery Attempt? What next? Background: Macbook Pro (late 2011) shows startup progress bar, goes ~ 1/10th of distance, freezes, then goes black after ~2min. Did this: 1. Clean startup attempt (shift)

  • Procedure for migration from 9i Rac to to 11g Rac.

    Aim is to upgrade 9i Rac to 11g R1 Rac on Solaris 10. 1) Apply patch on 9i Rac to upgrade it to 11g Rac. 2)Install pre req patches on 9i (Oracle 9.2.0.8) 3) Install 11g Database Binaries. Migrate data of 9i using 11g Software. Can i use 9i Rman backu

  • Error message at the start of iPhoto?

    "iPhoto has detected inconsistencies in your library, click repair to avoid any further problems." I click repair every time and nothing every repairs?  I've tried another maneuver as well about holding down the function key and one of the "F" button

  • # of audio effects

    How many effects should be showing up under Mac OS in the effects tab?

  • WEB ADI issue on oracle e-biz 11.5.10.2

    Friends - We recently web ADI Patch - 6759191 including Pre-req patches. Users are getting following error when they are trying to downloading data to EXCEL. "java.lang.NullPointerException" How to find web ADI Version? Appreciate your support on thi