PCM_OP_CUST_UPDATE_SERVICES Fails When PIN_FLD_ALIAS_LIST Order Is Changed
(Doc ID 1084760.1)
Last updated on OCTOBER 20, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.3.0.0.0 and laterInformation in this document applies to any platform.
Goal
PCM_OP_CUST_UPDATE_SERVICES failure occurs when it has first called with array PIN_FLD_ALIAS_LIST in a certain order, and then re-called with the array in a different order.
Steps to reproduce the problem:
1. Create Billing Account
2. Create Access Service (Technical IDs – IMSI, MSISDN)
3. Modify Tech IDs using PCM_OP_CUST_UPDATE_SERVICES, set IMSI first in techID array and MSISDN second. Do not change IMSI value.
4. Modify Tech IDs using PCM_OP_CUST_UPDATE_SERVICES, set MSISDN first in techID array and IMSI second. Do not change MSISDN value.
5. One of the steps 3 and 4 will fail due to the fact that order in which the technical IDs are stored in DB is different than the one in the input flist.
Acronyms:
IMSI = International Mobile Subscriber Identity
MSISDN = Mobile Station International Subscriber Directory Number
Solution
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
Goal |
Solution |