Limitations of Requisition approvals using mapping set
Summary:
Limitations of Requisition approvals using mapping set
Content (please ensure you mask any confidential information):
Hello,
We configured mapping set approvals for our requisitions following the below Oracle documentation.
https://docs.oracle.com/en/cloud/saas/readiness/scm/24c/ssproc24c/24C-ssproc-wn-f32332.htm
We have written approval rules in FSM using single approver. However following the same document we faced couple of challenges which are as below.
- How to fetch chain of approvers? Example.
Company | Cost Centre | Amount From (in $) | Amount To (in $) | Approvers |
---|---|---|---|---|
200 | 11111 | 1 | 1000 | Person A |
200 | 11111 | 1001 | 10,000 | Person B |
200 | 11111 | 10,001 | 999999 | Person C |
If Company 200 and CC 11111, Requisition amount ranging 1 to 1000 USD should go to person A. With the same company and CC combination but amount 1001 to 10,000 should go to Person A and Person B. Similarly for 3rd row it should fetch Person A, Person B and Person C. However the issue is, it fetched only person B for row 2 and only person C for row 3.