Billing Care: Filtering the Deals List to Display Only Manual Discount Deals
(Doc ID 2527863.1)
Last updated on SEPTEMBER 10, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.19.0 and laterInformation in this document applies to any platform.
Goal
On : 7.5.0.19.0 version, Customer Care
Filtering the deals list to display only Manual Discount Deals
In Customer Center we have implemented a logic to display only manual discount deals when "Add on Purchase" option is selected in CC and deals are displayed for a particular service. The changes are implemented in PCM_OP_CUST_POL_GET_DEALS and the opcode calls pinlog_get_correlation() to get the correlation string and look for "CustomerCenter" instance in it. If true, the code returns only the manual discount deals.
For Billing Care, however the correlation ID will not have any BillingCare instance and also the opcode PCM_OP_CUST_POL_GET_DEALS does not have a program name field which will differentiate the call from Billing Care for implementing the above logic.
Is there a way from Billing Care we can send inputs to backend opcode for the above opcode which will help us to extend our backend customization to work for BC as well to display only manual discounts ?
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 |