Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle BPM Suite 11g Developer's cookbook

You're reading from   Oracle BPM Suite 11g Developer's cookbook Over 80 advanced recipes to develop rich, interactive business processes using the Oracle Business Process Management Suite with this book and ebook

Arrow left icon
Product type Paperback
Published in Apr 2012
Publisher Packt
ISBN-13 9781849684224
Length 512 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Vivek Acharya Vivek Acharya
Author Profile Icon Vivek Acharya
Vivek Acharya
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Oracle BPM Suite 11g Developer's Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
1. Preface
1. Process Modeling FREE CHAPTER 2. Process Implementation 3. Process Deployment and Testing 4. Business Rules in the BPM Process 5. Human Workflow in BPM Process 6. Process Simulation 7. Developing UI using Oracle ADF 8. Exception Management 9. BPM and SOA in Concert 10. End User Interaction 11. Manage, Monitor and Administer BPM Process Oracle BPM—Application Development Lifecycle
Approval Management

Defining Globals and Bucketsets


This rule has a QuoteRequest as an input fact. This rule will check for the condition of Customer Type and Item Quality , and based on these conditions, chain of management approval, level of management approval, and discount offered will be decided.

For all the cases in the CheckCustomer rule, your condition will keep a check on the Customer Type. For example in first case, if the Input quote customer type is New and Quality is in the range of 0 to 10 then EffectiveDiscount will have a 10% increment and others values will be set as follows:

If Quote.CustomerType == New and Quote.Quantity Is Between 0-10
Then
Set ApprovalFlow.CustomerType = True
Set ApprovalFlow.newEffectiveDiscount = Quote.EffectiveDiscount+10
Set ApprovalFlow..Number of Level for approval = 0
Set ApprovalFlow.Tier1ApprovalNeeded = False
Set ApprovalFlow.Tier2ApprovalNeeded = False

You can have conditions which that are evaluated to give a fixed value (New as Customer Type) and/or a range...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime