Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 24819
Next
In Process

Oraask Latest Questions

Question
Saly
  • 0
  • 0
SalyExplorer
Asked: October 8, 20182018-10-08T12:14:15+03:00 2018-10-08T12:14:15+03:00In: Oracle Ebs Api’s

How to SKIP or RETRY an oracle workflow by API from database ?

  • 0
  • 0

How to SKIP or RETRY an oracle workflow by API from backend ?

APIoracle workflowretry workflowskip workflow
1
  • 1 1 Answer
  • 3k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • API to close workflow notifications in Oracle APPS R12
    • INV_ITEM_CATEGORY_PUB.update_category_assignment API returned status 'E' but without error message
    • Payables Import Invoices
    • API to update AR invoice in oracle apps R12?
    • How to Cancel payable invoice using API in oracle apps?

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2019-02-16T07:39:29+03:00Added an answer on February 16, 2019 at 7:39 am
      This answer was edited.

      Hi Saly,

      this script to RETRY workflow from the backend

      BEGIN
      wf_engine.handleerror
      (
      itemtype => ‘APINVAPR’,
      itemkey => 5211111_1,
      activity => ‘ESCALATE_DOC_APPROVAL’,
      command => ‘RETRY’,
      RESULT => NULL
      );
      COMMIT;
      END;

      and here you can find the script for the SKIP workflow

      BEGIN
      wf_engine.handleerror
      (
      itemtype => ‘APINVAPR’,
      itemkey => 5211111_2,
      activity => ‘ESCALATE_DOC_APPROVAL’,
      command => ‘SKIP’,
      RESULT => NULL
      );
      COMMIT;
      END;

      Note :

      itemtype: this is the item type of the workflow

      itemkey: this is a unique key you give to workflow

      activity: is the point for the activity internal name which you need to retry or skip.

        • 1
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.