Missing Billinfo Object in Op_ar_get_acct_action_items Output Flist
(Doc ID 2173260.1)
Last updated on MAY 20, 2022
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
It is observed that API PCM_OP_AR_GET_ACCT_ACTION_ITEMS is dropping PIN_FLD_BILLINFO_OBJ and PIN_FLD_AR_BILLINFO_OBJ from its final output flist, though these two fields are returned by API.
Scenario:
=======
Have two accounts - parent (pay type 10003) and child (pay type 10007), have adjustment on child account and have the POID /item/adjustment 327291800478.
1. When calling the API with following input flist:
0 PIN_FLD_POID POID [0] 0.0.0.10 /billinfo 311117613896 0
0 PIN_FLD_BILLINFO_OBJ POID [0] 0.0.0.10 /billinfo 311117613896 0
0 PIN_FLD_AR_BILLINFO_OBJ POID [0] 0.0.0.10 /billinfo 311117613896 0
0 PIN_FLD_INCLUDE_CHILDREN INT [0] 0
0 PIN_FLD_STATUS ENUM [0] 4
0 PIN_FLD_START_T TSTAMP [0] (1432924244) Fri May 29 19:30:44 2015
Where 311117613896 is the billinfo poid of the parent.
The final output flist does not contain PIN_FLD_BILLINFO_OBJ and PIN_FLD_AR_BILLINFO_OBJ.
2. When calling the API with following input flist:
0 PIN_FLD_POID POID [0] 0.0.0.10 /billinfo 311117613896 0
0 PIN_FLD_BILLINFO_OBJ POID [0] 0.0.0.10 /billinfo 311117613896 0
0 PIN_FLD_AR_BILLINFO_OBJ POID [0] 0.0.0.10 /billinfo 311117613896 0
0 PIN_FLD_INCLUDE_CHILDREN INT [0] 1
0 PIN_FLD_STATUS ENUM [0] 4
0 PIN_FLD_START_T TSTAMP [0] (1432924244) Fri May 29 19:30:44 2015
The output flist contains both PIN_FLD_BILLINFO_OBJ and PIN_FLD_AR_BILLINFO_OBJ.
Why these behavior?
When the INCLUDE_CHILDREN flag = 0, it is expected that the /item/adjustment made on the child account should not be returned in the output Flist, it should only return the A/R items on the parent's account.
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 |