PCM_OP_BILL_DEBIT is Not Setting Contributor String Correctly
(Doc ID 2453779.1)
Last updated on MARCH 01, 2021
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.20.0 and laterInformation in this document applies to any platform.
Symptoms
On : 7.5.0.20.0 version, Activity Opcodes
ACTUAL BEHAVIOR
PCM_OP_BILL_DEBIT is not setting contributor string correctly.
When contributor string is passed in input flist of PCM_OP_BILL_DEBIT , null value is set in PIN_FLD_CONTRIBUTOR_STR in BAL_GEP_SUB_BALANCES_T table.
Input flist used for PCM_OP_BILL_DEBIT
0 PIN_FLD_POID POID [0] 0.0.0.1 /account 14658363 0
0 PIN_FLD_SUB_BALANCES ARRAY [assign] allocated 20, used 2
1 PIN_FLD_CONTRIBUTOR_STR STR [0] "0.0.0.1 /purchased_product 14658939"
1 PIN_FLD_VALID_FROM TSTAMP [0] (1537229535) Tue Sep 18 10:12:15 2018
0 PIN_FLD_DEBIT ARRAY [5000003] allocated 20, used 1
1 PIN_FLD_BAL_OPERAND DECIMAL [0] -120
0 PIN_FLD_PROGRAM_NAME STR [0] "TEST_DEBIT"
CURRENT VALUE
2 PIN_FLD_CONTRIBUTOR_STR STR [0] NULL str ptr
EXPECTED BEHAVIOR
2 PIN_FLD_CONTRIBUTOR_STR STR [0] "0.0.0.1 /purchased_product 14658939"
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Pass the Input flist used for PCM_OP_BILL_DEBIT and check the outpuf flist
Input flist used for PCM_OP_BILL_DEBIT
0 PIN_FLD_POID POID [0] 0.0.0.1 /account 14658363 0
0 PIN_FLD_SUB_BALANCES ARRAY [assign] allocated 20, used 2
1 PIN_FLD_CONTRIBUTOR_STR STR [0] "0.0.0.1 /purchased_product 14658939"
1 PIN_FLD_VALID_FROM TSTAMP [0] (1537229535) Tue Sep 18 10:12:15 2018
0 PIN_FLD_DEBIT ARRAY [5000003] allocated 20, used 1
1 PIN_FLD_BAL_OPERAND DECIMAL [0] -120
0 PIN_FLD_PROGRAM_NAME STR [0] "TEST_DEBIT"
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 |
References |