fm_Bill Overwrites EBuf For Tax Calculation - Workaround
(Doc ID 1398123.1)
Last updated on APRIL 10, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 to 7.4.0.0.0 [Release 7.4.0]Information in this document applies to any platform.
Symptoms
When calling a customized DM to get tax rates with an incorrect input, the DM returns an ebuf with a meaningful errno, as shown below:
Steps to Reproduce
1. Change fm_rate_pol_pre_tax to set ebuf with something other than PIN_ERR_NOT_FOUND (for example, like the above case, PIN_ERR_BAD_VALUE)
2. Rate anything
3. Errno is changed to PIN_ERR_NOT_FOUND
This is observed on 7.4 PS7 with patches.
Impact on Business:
PIN_ERR_NOT_FOUND is a highest order exception reason. Order agents cannot determine if it is a system error or an input error.
Expectation:
If the ebuf is set, use the existing errno.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |