How I can auto approve pending workflow process, once month end proces

I have created workflow process for timesheet approval.
I want to auto approve all pending timesheet (i.e (default notification timeout is 7 days) notification send to approver, but still not approved) in Oracle workflow Process, when Month end process started
Month end process will initiate a flag in pending timesheet header table with process started

I am not sure if I understand your requirements completely.
1) If your requirement is that all the pending timsheets have to be approved by month-end (not really when month-end process starts) then set the Timeout of the notification to Absolute Time of end of that month... so that by the end of the month the background engine will pick it up.
You may design the approval notification within a Sub-process with RESULT attribute of Approve / Reject. Design a Timeout transition for the Notification Activity within the sub-process that will go to an END activity that has Approve result. Thus once the notification times out, the sub-process will complete with result APPROVED.
2) One other way is to respond to OPEN notifications using APIs.
WF_NOTIFICATION.SetAttrText(nid, 'RESPOND', 'APPROVED');
WF_NOTIFICATION.Respond(nid);
You should have queried up all OPEN notifications for Timesheet approval and do this in a loop... which could be time-consuming sometimes.
Thanks

Similar Messages

  • How to stop auto approval  of requests by xelsysadm ?

    Hello OIM-SOA experts, when I submit role request using xelsysadm user, the operational level request is auto approved eventhough I have custom approval in place. But requests submitted by others will go for approval process. How to avoid auto approval of xelsysadm requests for opearational level ? Is it possible to configure this ?
    appreciate your suggestion
    Thanks

    How did you create Approval Policy ?
    Did you create Request Level and Operation Level Policies ?
    Did you select proper Request Type ?
    Did you create proper rule which satisfy your expected results ?

  • HT1390 How long can you keep a movie rental, once it's downloaded? Do u need wifi to watch it?

    How long can you keep a movie rental, once it's downloaded? Do u need wifi to watch it?

    As long as it's been fully downloaded then you shouldn't need to be online in order to watch it.
    As to how long you have to watch it, from here :
    You have 30 days from the time of rental to watch your movie, and 24 hours (in the US) or 48 hours (elsewhere) after you've started viewing to finish it. Once the rental period expires, the movie will disappear from your iTunes library.

  • Can I edit seeded workflow process

    I have created a new notification for PO approval notification. I want the PO approval workflow to use it.
    So, I tried to modify the seeded "Notify Approver Subprocess" to use my new notification. But, it is read
    only in workflow builder.
    Can I not modify a seeded process?

    Please see the following docs.
    Customization In Seeded Workflows [ID 467113.1]
    Oracle Workflow Customization Policy Clarification [ID 578466.1]
    Oracle Workflow Developer’s Guide - Appendix C (Oracle Workflow Support Policy - Customization Guidelines)
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115wfdg.zip
    How to create a custom copy of the seeded Purchasing PO Approval Workflow POAPPRV [ID 1270010.1]
    How do you create a custom Workflow and get it to appear under the 'Identifier' column in Define Approval Style Form? [ID 338758.1]
    Workflow customization
    Workflow customization
    Customizing a standard/seeded workflow
    Thanks,
    Hussein

  • Auto Approve of Workflow in Seconds

    Hi Experts,
    I want to auto approve workflow based on certain conditions.
    But the approval should be in seconds instead on MIN.
    please guide me.
    -Regards
    Rohit

    Hi,
    What is causing the delay? If approval is done through an event and you have the event queue active, you might consider not using that functionality (I have stopped using the event queue for some time now)
    Also you cannot auto approve workflow, that doesn't make sense. You can only control the proces flow of tasks used in the workflow.
    Kind regards, Rob Dielemans

  • ICR Process 003 Month-End Cut-off

    We have implemented ICR process 003 in the 5.0 system.  It seems that "posting period" relates to the period that the document was posted in ICR not necessarily to the customer account.  How can we get a good month-end cut-off when new documents are posted all the time.  For instance, when we run FBICS3, FBICA3, and FBICR3 after the new period begins, it will pull in documents created in the new period and all still open before in previous periods.

    Hello Staci,
    The period and year you enter on the selection screen is combined with the fiscal year variant maintained in your process customizing to derive a key date for open item selection. The open items are then selected in the sender system and stored in the year and period specified on the selection screen in the ICR database. This is also explained in the first message that is displayed in the log of data selection.
    Best regards,
    Ralph

  • Reverse Revaluation Process after month end

    Hi All,
    I want to ask is it a common practice to reverse the revaluation postings done by FAGL_FC_VAL after the month end process?  If so, that means the revaluation process is just giving us a better estimate of the outstanding AR and AP amount in the balance sheet to make it more accurate.  Is this correct?
    Thanks.

    Hi,
    Foreign Currency Valuation is needed for all open items (G/L, A/R and A/P) as per different Accounting Standards so that Balance Sheet of the entity displays correct Profit or Loss for the period.
    However since the items are still open its advisable to reverse the valuation on the 1st day of the next period. That's why in FAGL_FC_VAL, system would posts to Unrealized Exch Gain /Loss Account.
    There is an exception though to the Account with balance in Foreign Currency like Main Bank Account. In this case the difference in Foreign Currency needs to be posted to Exch Gain / Loss Realized Account.
    Once the item gets cleared automatically system posts to Exch Gain / Loss Realized Account.
    Regards,
    Sanjay

  • How execute external command .sh in WorkFlow process?

    Hi, i need execute a command, for example, <nombre>.sh with 3 parameters in a WF process.
    This script .sh has command for execute ftp.
    How can i do?
    Thanks.

    Hi,
    You need to wrap the call in either PL/SQL or Java and invoke that from a standard Workflow function API.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How we can find the customized workflow in Oracle Apps 11.5.10.2

    Hi all,
    I am new to Oracle Workflow and I want to know, How many customized workflow is running in my oracle apps 11.5.10.2.
    Thanks & Regards
    Rakesh Kumar

    An another possibility is to do the opposite to what I just wrote. Upload the true definition to the database an compare with the one you are not sure about via SQL:
    1. Backup the WFT file where the standard/seeded workflow is provided
    2. Edit it and change the name of the ITEM_TYPE. For instance, change it from OEOL to OEOL_TMP (cannot exceed 8 characters)
    3. Upload it to the database with WFLOAD
    4. Compare the design tables for the two if them (WF_ITEM_TYPES, WF_ACTIVITIES, WF_MESSAGES, WF_PROCESS_ACTIVITIES, WF_ITEM_ATTRIBUTES, etc). If the table provides a VERSION column then the query would need to use a WHERE END_DATE is null (so that you get only the active/current version of the object). A select... MINUM select would do the job.
    I would do this in test though, to avoid a mistake can cause any issues.
    Regards,
    Alejandro
    Edited by: Alejandro Sosa on Feb 4, 2013 7:07 AM

  • How BAM can use to monitor B2B process?

    We have a BPEL process that is using B2B piece for connecting Trading partner and want to monitor whole process from Start of the BPEL to end of the B2B.
    Here are the questions.
    Q1. We know by using BAM sensor on BPEL process we can monitor the BPEL prcocess but how about B2B piece?
    Q2. What are the best practices for capturing and reading transactional data in various phases and functional acknowledgement messages from a B2B server?
    Thanks in advance for your reply.

    Please send a note to [email protected] for a document on BAM-B2B integration.

  • How we can configured the customised workflow in BPM

    hi
    can any body guide how the customised workflow can be configure in the server
    thanks
    Roopesh

    An another possibility is to do the opposite to what I just wrote. Upload the true definition to the database an compare with the one you are not sure about via SQL:
    1. Backup the WFT file where the standard/seeded workflow is provided
    2. Edit it and change the name of the ITEM_TYPE. For instance, change it from OEOL to OEOL_TMP (cannot exceed 8 characters)
    3. Upload it to the database with WFLOAD
    4. Compare the design tables for the two if them (WF_ITEM_TYPES, WF_ACTIVITIES, WF_MESSAGES, WF_PROCESS_ACTIVITIES, WF_ITEM_ATTRIBUTES, etc). If the table provides a VERSION column then the query would need to use a WHERE END_DATE is null (so that you get only the active/current version of the object). A select... MINUM select would do the job.
    I would do this in test though, to avoid a mistake can cause any issues.
    Regards,
    Alejandro
    Edited by: Alejandro Sosa on Feb 4, 2013 7:07 AM

  • How long can I expect the extracting process to take?

    I've downloaded the trial version of Premiere, it has taken about 1h 45m.  Now it is "extracting", how long will this take?

    It shouldn't take too long. If it does, switch off of anti-virus for a while and then try again. That should speed up the process.

  • Hi can you please advise how I can upgrade from cs5 to cs6 without monthly annual payments or this cloud stuff

    Any assistance would be appreciated been trolling the net for ages no success.

    I apologise, I had overlooked that; it should be possible, though.
    Quote from
    FAQ | Adobe Creative Suite
    Owners of a CS5 or CS5.5 suite edition qualify for upgrade pricing to a CS6 suite edition. Owners of an individual CS5 or CS5.5 product qualify for upgrade pricing on that CS6 product. Any version earlier than CS5 will not be eligible for upgrade pricing.

  • Auto Approval EBP Purchase Order is not updating the status at the header

    Hi There ,
    We are facing an issue in EBP auto approval PO ,
    The process level schema is set to Auto Approval  (Standard 9CBUS2201_EX01_55)
    During the PO creation , the standard schema is triggered and it gets approved .
    The status of the PO in the Approval Tab is showing as Approved .
    But in the docuemnt level the status is still Awaiting Approval .
    While checking in SWI1 we came to know that an error has happened in the Task TS40007972
    and the Guid ID of SRM Purchase is initial that has made the status(EV_STATUS) as initial .
    The ERROR is from the below class & method.
    Class: /SAPSRM/CL_WF_PROCESS_MGR_SBWF
    Method:GET_PROCESS_DECISION_STATUS
    Can anyone suggest to overcome this issue .It will be very usefull if anyone could suggest debugging possibility if any .
    Regards,
    Arun.

    Have you tried notes?
    1625513 - Workflow without approval is Awaiting approval status
    1724251 - Workflow log error: CREATE_DECISION_SETS cannot be executed

  • Interrupt workflow process in process controlled workflow

    Hello experts,
    In a custom requirement, we need to interrupt the workflow process.
    For example, if we have 4 levels of approval. After the 2nd approver has approved the shopping cart, then the workflow process should be kept on hold. Based on a custom interface result, if the condition from another interface is satisfied, then the shopping cart should appear in 3rd approver's UWL.
    I tried with triggering interrupt method of class /SAPSRM/cl_wf_apv_facade in save BADI of shopping cart. But it did not work.
    Please let me know how can i interrupt the workflow process till some custom condition is satisfied.
    Regards,
    Yayati Ekbote

    Quite often this kind of requirements can be fulfilled by using wait steps in the workflow. One example could be that you put a "wait for event" step in your workflow template. Then you could trigger this event from your interface (or whatever) with function module SAP_WAPI_CREATE_EVENT.
    Maybe I should ask that how do you know that the condition has been fulfilled? Is it a field in a certain table, or? If yes, instead of the "wait for event" step, you could also wait that your condition is fulfilled (a field in your table gets value X). Just take a look into the workflow template and its step types. Wait step is the way to go.
    Of course it might be possible that in the SRM/shopping cart workflows, there is already something built-in, which can be then utilized by using some of the BADIs, but if you cannot find anything from the documentation, then choose one of the above-mentioned approaches.
    Regards,
    Karri

Maybe you are looking for

  • Unable to install Boot Camp and Windows 8.1 on Mac Mini

    Hello, My computer is a late 2012 mac mini with fusion drive. OS is OSX 10.9.1. Also an apple external optical drive and a Windows 8.1 full install DVD. I attempted to install Boot Camp and Windows 8.1 and failed. I ran Boot Camp Assistant and first

  • Site with editable regions won't allow editing

    Hi, I have set up multple sites for InContext Editing. All works fine except this last one that won't allow editing online. When clicking "Edit Page" I get a message saying "There are no editable regions." I have checked and double checked the pages

  • Dragging input lag in Air 2.6 iOS

    I'm creating a drag and drop application using Air 2.6 and compiling for iOS and testing on an iPad 1. I see quite a bit of input lag when I drag something around and my finger moves too fast, the item trails what seem to be several frames behind whe

  • Port range being used by Airport Express?

    I am trying (so far unsuccessfully) to connect my airport express to my belkin wireless network to use Airtunes. Belkin support tells me that I need to find out what port range the airport express is using and open that range up using the router admi

  • Append 0's infront of number

    Hi Experts, I have a table which containd 10 column. One of the column contains numbers. Now I have to append "0" s infront of these no's for all rows in a table . can some one help me out. sample column data as below MSIDNO 817600810 614201429 81579