How to Create And Link 2 Balances To 2 Billinfos Through CMT
(Doc ID 1492514.1)
Last updated on DECEMBER 04, 2019
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.
Goal
Would like to know how to create more than one balance and link it to corresponding billinfo inside the XML using CMT.
For example, defined two billinfos inside one account:
<ABinfo global="true" spnrCnt="1" spnreeCnt="2" elem="1" bal_grp="true" payInfoRefId="12340954">
</ABinfo>
<ABinfo global="true" spnrCnt="1" spnreeCnt="2" elem="2" bal_grp="true" payInfoRefId="12340955">
</ABinfo>
Need to define 2 balances, one for each billinfo with its own data, like this:
Billinfo 1 -> Balance 1
Billinfo 2 -> Balance 2
How to create 2 balances inside the XML? Like this?
<ActBal>
<ActBalArr parentRef="" Resource="986" elem="0">
</ActBalArr>
<ActBalArr parentRef="" Resource="986" elem="1">
</ActBalArr>
</ActBal>
And then, after creating the 2 balances, how to link each one of them to its related Billinfo like this:
Billinfo 1 -> Balance 1
Billinfo 2 -> Balance 2
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 |
References |