Use Only PCM_OP_RATE_POL_PROCESS_ERAS Opcode to Get ERA Profiles From DB
(Doc ID 2808547.1)
Last updated on SEPTEMBER 27, 2021
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.3.0 and laterInformation in this document applies to any platform.
Goal
Qn: PCM_OP_RATE_POL_PROCESS_ERAS should be the only place|opcode to load ERA details from Database (DB) to Cache|RAM.
Can this be implemented?
Reason: Customers can customize PCM_OP_RATE_POL_PROCESS_ERAS (unlike the standard opcodes (not _POL_)), and in this way they will have the full control of ERA loading from DB to RAM.
Besides that, during the tests it was found out that OP_RATE_GET_CANDIDATE_DISCLIST is another place where OP_RATE_GET_ERAS is getting called, but could be other opcodes, too.
With this request, customer wants that OP_RATE_GET_ERAS should be called only throughout PCM_OP_RATE_POL_PROCESS_ERAS. Any other opcode which directly calls OP_RATE_GET_ERAS should be changed to call PCM_OP_RATE_POL_PROCESS_ERAS, instead.
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 |