How to Run a Request Set on specific days and at specific hours

Hi community,
The question is simple, how to rin a Request Set on Specific Days and at Specific hours?
Let me explain the scenario.
E-Business Suite, Release 11.5.9.
We have a request set under Sysadmin user. This Request set is running 24x7, during all year, and we want to restrict the execution from Monday to Friday since 08:00 a.m. to 20:00 p.m. in order to increase the productivity of our system and more over, to avoid the size increase of a table (OE_EXPOSURE_INTERFACE)
The Request Set includes 5 Requests:
10. Workflow Background Process.
20. GUZMAN: Cálculo metodo pago en pedidos.
30. GUZMAN: Exposición de crédito externo.
40. Credit Exposure Import.
50 Initialize Credit Summaries Table.
As you can see three of them are standar Oracle Order Management Processes and two of them are custom Oracle Order Management Processes; and the requests must be executed in that order.
We have just thinking about to create a Custom Manager with a workshift from Monday to Friday since 08:00 a.m. to 20:00 p.m., and include the requests as specialization rules or assigning those request to a Request Type and then include that Request Type as specializated rule, but this does not assure us that the request will be executed in that order.
Any suggestion?
Thanks a lot for your answer in advice.
Luis.

Hi Anchorage,
It could be a solution, but not the exact solution that we want. Let me say why.
With the Request set we have the security that each concurrent request is executed when the prior one finishes; is that to say 20, does not begin till 10 finishes, and 30 does not begin till 20 finishes and so on. The most critical concurrent requests are 40 and 50, cause those are the ones that import an external credit exposure in the OE_EXPORURE_INTERFACE table (40) and are the ones that delete those external credit exposures imported (50). The problem is (and we do not know why) that these actions makes grow the size of the table and each time the 40 and 50 processes takes more minutes to finish. That's why we need to truncate the table in order to avoid the excesive grow of itself.
Making each process independent, with a begining time and hoping and expecting that the following one does not begin till the prior one ends is not an admisible or realizable solution due to the problem with the 40 and 50 processes.
So at the end, we need a request set in order to know that each one began when the prior one ends.
And Due to in order to truncate the table, as I said before, the processes that have a relationship whit it, must be stopped (just the 40 and 50 processes) prior to the truncation.
So as you see, it is difficult, very difficult.
Regards.

Similar Messages

  • How to schedule the Request set in Oracle Apps

    Hi Everyone,
    Hope all are doing good, I would like to know scheduling in Oracle Apps.
    Here is the my scenario, i.e I have an one Request Set named Custom Invoice Request Set.
    Now i want to run this request set for every 5 minutes. For that what do i have to do.
    Can anyone please suggest me.

    Hi,
    Please follow the below steps:
    1. Log into the system
    2. View > Request > Submit a new Request > Request Set > Select the request set (from list of values)
    3. Click on schedule (Dont click on submit)
    4. Click on Periodically
    5. For "Re-run every" parameter enter value
              i.    5
              11. minutes (from the drop down value).
    6. Click OK
    This will achieve your objective.
    Hope answered the question.
    Best Regards,

  • Mayday, maday !!! could someone teach me how to run my passport more than one day

    I just got my passport yesterday ,could someone teach me how to run my passport more than one day.
    please see the picture, I just received some calls and surf the internet less than 1h today.
              thank you a lot.

    press both volume keys down for 30 seconds and see if it persists after
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period

    is there an app for iphone which can be set to start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period. basically someone is vandalising my vehicle and i really really want to catch the mongrel
    thanks for any suggestions

    Nope.

  • How to call a Request Set from OAF

    How we can call a Request set from OAF page .

    Hi Sumit ,
    Thanx for your responce.
    I tried to call the below code in OAF AM method but i am getting error as : Invalid Column Type.
    Please help me on this.
    IS i am doing it in right way or not?
    public void handleLaunchReconProg()
    String sqlStatement = "BEGIN :1 := FND_SUBMIT.SET_REQUEST_SET (:2,:3); END;";
    OADBTransaction txn = (OADBTransaction)getDBTransaction();
    CallableStatement cStmt = txn.createCallableStatement(sqlStatement,1);
    try
    cStmt.registerOutParameter(1, Types.BOOLEAN);
    cStmt.setString(2,"XXDIS");
    cStmt.setString(3,"XXDIS_RECON_SUPP_BKLG");
    cStmt.execute();
    catch (Exception e)
    throw OAException.wrapperException(e);
    finally
    try
    cStmt.close();
    catch (Exception e)
    throw OAException.wrapperException(e);
    }

  • How to cancel Scheduled Request Set

    Hi,
    How should i cancel the Scheduled Request Set in Apps.
    Thanks

    Pl post details of OS, database and EBS versions. The steps are the same as canceling a regular request.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T202993.htm#I_viewrqst
    HTH
    Srini

  • How to run a Discoverer graph once per day for my intranet site

    Hello,
    I would like to run a particular worksheet graph once per day, and place it on my intranet site. For performance reasons I don't want Discoverer to re-run the worksheet every time a user views the graph.
    Could someone kindly point me towards somewhere I can read about how to do this, or indeed offer some guidance ? I'd like to know how to generate my graph on a regular basis, and how I can construct a URL to link it into my intranet home page.
    I am very appreciative of any help,
    Steve - a Discoverer "newbie" :)

    Micheal
    What version are you running?
    In 5.31, what I would do is to have the main set M-F then use a different job (like a cmd echo or powershell write-host) on weekends that inserts the MF set at the time you want with a job event \ job insert action. This would override the time and execute when you want (you could probably just use one for  SAT, SUN). we do similar things to avoid maintenance windows.
    You might lose any downstream dependecies if the original is in a nested group but that might even work with a slight modification to the job depdency with the match occurance check box (relative to group, otherwise, for day) option
    It would be best if tidal let you add multiple calendars to one job, not sure if that is in the works but it should be on their radar.
    Marc

  • How to run Net Configuration Assistant on 10g Forms and Reports server

    I have a Windows 2000 server with Forms and Reports Services installed from AS 10g v. 9.0.4 (just the Forms and Reports install). According to the OUI, Net Configuration Assistant 9.0.4 is also installed. However I cannot figure out how to run the Net CA. There is no shorcut that I can find. Can anyone help?

    Thanks for the reply Frank. I have looked all through the Start menu but see no "Configuration and Migration". I assume it's because I only installed the Forms and Reports option, so I only have Forms Services, Reports Services, and the Universal Installer. No big deal - I've already setup tnsnames manually. I just like to use the Net Assistant when I can.

  • Transaction in specific time and on specific event

    Hi!
    I have a question. (Who doesn't .. :-) )
    How to run some transaction in some specific period in time, for example every hour, and on some specific event in the system?
    Tnx,
    Mirek

    For the first part, put the transaction in a procedure and submit the procedure to DBMS_JOB package, so it will run after every specified interval.
    For the second part you can specify certain event level triggers, and call the procedure of those triggers
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Miroslav Grgec ([email protected]):
    Hi!
    I have a question. (Who doesn't .. :-) )
    How to run some transaction in some specific period in time, for example every hour, and on some specific event in the system?
    Tnx,
    Mirek<HR></BLOCKQUOTE>
    Hope this helps,
    Naveen

  • HT201401 How to stop iphone from calling people randomly day and night

    My phone keeps going to voice control and calling random people nigh ad day ań idk how to fix this can u guys plz help me

    Standard troubleshooting...
    1. Remove apps from the Recently Used (multi-tasking) list...
    - From any Home Screen, double tap the home button to bring up the Recents List
    - Swipe up on the app preview card to remove it from the list
    - Press the home button when done.
    2. Restart by pressing the sleep/lock button until you see the slider.  Slide to power off.  Restart by pressing the sleep/lock button until you see the Apple logo.
    3. Reset by pressing the home and sleep buttons until you see the Apple logo. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    4. Restore with your backup.
    5. Restore as new, i.e. without your backup. See how it runs with nothing synced to it.
    6. If still a problem, it's likely a hardware issue.

  • Lower Specification Limit and Upper Specification Limit on Inspection Plan

    Hi Experts:
    I'm trying to input the lower and upper specification limit on inspection plan. I created my inspection characteristic but when I trying to digit the values, the systems erase that and give me the values from the inspection characteristics
    Any idea?

    Hi Deihus,
    1.     While creating MIC you create it with upper, lower and target limits.
    2.     The same MIC when you use in inspection plan, all the control indicators and lower, upper values get copied in to inspection plan from MIC.
    3.     In fact this is the reason you can use this characteristic for several material.
    Kindly excuse me as I could not interpret the term when I trying to digit the values . To digit value means what?
    Whether you want to put different values in inspection plan rather than getting copied from MIC? If yes, you can do so. Just overwrite the values on QP01/QP02 and save.
    Regards,
    Anand
    Edited by: Anand Rao on May 16, 2011 10:50 AM

  • How to submit a request set from plsql

    Its Apps Request ,,
    Im using below code
    STAT := FND_SUBMIT.SET_REQUEST_SET(APPLICATION => V_APPL,
    REQUEST_SET => 'FNDRSSUB2237');
    V_REQ_ID1 := FND_SUBMIT.SUBMIT_SET(START_TIME => SYSDATE,
    SUB_REQUEST => TRUE);
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT, V_REQ_ID1);
    DBMS_OUTPUT.PUT_LINE(V_REQ_ID1);
    It is giving 0

    904032 wrote:
    Its Apps Request ,,
    Im using below code
    STAT := FND_SUBMIT.SET_REQUEST_SET(APPLICATION => V_APPL,
    REQUEST_SET => 'FNDRSSUB2237');
    V_REQ_ID1 := FND_SUBMIT.SUBMIT_SET(START_TIME => SYSDATE,
    SUB_REQUEST => TRUE);
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT, V_REQ_ID1);
    DBMS_OUTPUT.PUT_LINE(V_REQ_ID1);
    It is giving 0Have you reviewed old threads? -- https://forums.oracle.com/forums/search.jspa?threadID=&q=%22Fnd_Request.Submit_Request+%22+AND+Concurrent+AND+Set&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to run program without set back ground Job in production Server?

    Hi,
    I have developed 1smart forms which is takes so much time for execution and sometimes its time out.
    I have used BSEG, BKPF, BSET, KONV, VBRK, VBAP, LIPS, LIKP these tables in smartform.
    So give me proper solution for this issue?
    Thanks
    Yatin Mahetaliya.

    Hi,
    You could call from your program the function module called SXPG_COMMAND_EXECUTE where you will call a command already defined in SM59 transaction code. You will maybe control the return code with sy-subrc. Then it will possible for you to extract data...
    Don't forget that every time you call GUI_UPLOAD or any method or function from the frontend function group or ABAP object by classes like cl_gui_frontend_services, it will be impossible to run in background.
    Try it..
    pherasath

  • How do I use one set of XML data and populate multiple layouts with it?

    I have an XML document with root element BOOK.  Inside BOOK are PAGEs.  (I also have each PAGE as it's own XML file, so that I can update each PAGE individually.)
    I have a print layout of 6"x9" and I want to create an iPad layout (H & V).
    When I create the V layout, I have the 6x9 master set to "scale" in liquid layouts and it works great.  But in my XML structure, everything gets duplicated.  Now there are two sets of data.  When I create the H layout, now I have three sets of data.
    So then I tried deleting everything in my iPad masters and setting them to be based on my print masters, but the content isn't scaling.
    Let me know if you have questions, because I'm not sure where I might need to clarify.  Thanks in advance!

    Roger Wilmut1 wrote:
    nategm wrote:
    On my MacBook Pro, if I get a USB-headphone connector (to add another audio port), will I be able to set one audio port as input and the other as output?
    Yes, either way round. In System Preferences>Sound you can set the input and output ports separately.
    Roger, the System setting have -Nothing- to do with the question being asked. Do you use Logic Pro audio software? If you did you would know Logic has it's own audio settings that run independently from the System audio. There's also the fact that Maverick has problems with "some" older USB 2.0 audio hardware. Basically, this is not a slam-dunk, that's why I suggested asking someone if they've used this combination before. Although... the USB audio device is cheap ($10) it might be worth it to try. Still.............**
    ** I question the wisdom of using cheap audio hardware on a computer that cost $1000+, software that costs $200 and then using the internal audio chip ($2) and an external monitoring device that costs $10. Defeats the whole purpose of using professional audio software.

  • How to find which users only have a single and a specific responsibility

    Hi,
    I have a requirement in my organization that a password restriction have to be implemented. After implementing that, for some users, the password date will have to be nulled out, so that when they login, they will be forced to change their password following that new password rule.
    Oracle's "CP SQL*Plus Expire FND_USER Passwords" concurrent program can not be used as that will expire all the users password at the same time.
    For this, I have to find all the users which have a certain responsibility (check viewing responsibility) and only that responsibility. First day password date null out will be implemented for them only. For the other users (who have check printing responsibility) the password will be nulled out some other day.
    As I am using the following query, I see some of the users have multiple responsibility. How do I find out the users who have only a certain responsibility and nothing else?
    select usr.user_name, res.responsibility_name
    from apps.fnd_user usr, apps.FND_USER_RESP_GROUPS_DIRECT usrrep, apps.fnd_responsibility_tl res
    where usr.user_id=usrrep.user_id
    and usrrep.responsibility_id=res.RESPONSIBILITY_ID
    and usr.end_date is NULL
    group by usr.user_name,res.responsibility_name
    Any suggestion, idea will be very much appreciated.

    Hi,
    I have a requirement in my organization that a password restriction have to be implemented. After implementing that, for some users, the password date will have to be nulled out, so that when they login, they will be forced to change their password following that new password rule.
    Oracle's "CP SQL*Plus Expire FND_USER Passwords" concurrent program can not be used as that will expire all the users password at the same time.Use the same update statement in $FND_TOP/sql/AFCPEXPIRE.sql and include/exclude the usernames you want.
    For this, I have to find all the users which have a certain responsibility (check viewing responsibility) and only that responsibility. First day password date null out will be implemented for them only. For the other users (who have check printing responsibility) the password will be nulled out some other day.
    As I am using the following query, I see some of the users have multiple responsibility. How do I find out the users who have only a certain responsibility and nothing else?See (How To Find Out Which Responsibility Was Granted To A Specific User? [ID 304687.1]).
    Or, see old threads for similar topic (you will find many queries which should be helpful).
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Users+responsibilities+query&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    select usr.user_name, res.responsibility_name
    from apps.fnd_user usr, apps.FND_USER_RESP_GROUPS_DIRECT usrrep, apps.fnd_responsibility_tl res
    where usr.user_id=usrrep.user_id
    and usrrep.responsibility_id=res.RESPONSIBILITY_ID
    and usr.end_date is NULL
    group by usr.user_name,res.responsibility_nameTry this query ..
    SQL> select fu.user_name, count(frvl.responsibility_name)
    from fnd_user_resp_groups_direct furgd, fnd_responsibility_vl frvl, fnd_user fu
    where furgd.responsibility_id = frvl.responsibility_id
    and fu.user_id = furgd.user_id
    and (to_char(furgd.end_date) is null
    or furgd.end_date > sysdate)
    group by fu.user_name
    having count(frvl.responsibility_name) = 1;Thanks,
    Hussein

Maybe you are looking for

  • Auto trim out silence at beginning and end?

    Audition 3 Anyone know if there is an option to automatically trim out the silence at the beginning and end of audio file?  If so, how?

  • Passing parameters into the Oracle form

    I want to pass some paramaters into the .fmx file which i invoke through the applet. like say, in the following line serverArgs="module=abc001.fmx userid=user/pwd@dbuser useSDI=no" i want to pass parameters in the following manner: serverArgs="module

  • Trial version won't start,

    Trial version won't start, I can see the logo but further is the program not resonding, Installation 3x still nothing. How can I run the programm I work with Windows Vista SP2 32 bit, Regards Jan-Paul Slinkert

  • SYSDBA with OEM

    Hello, I was reading your thread. I have managed to connect as internal as sysdba, and not, on the commandline, but I am currently working on a guide that explains how to administer Oracle through the OEM. However, when I try to log in to a database

  • Create yum repo of bundle

    hi, does anyone in here have experience with creating a yum service (repository) of a bundle within ZCM? Within ZCM you have the option to create a yum service (repository). We need this feature to use the bundles within suse studio to make appliance