Refund Close Is Ignoring Item POID Provided In The Input
(Doc ID 2531022.1)
Last updated on MARCH 31, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.17.0 and laterInformation in this document applies to any platform.
Goal
Requirement is to create refund and close it immediately by calling pcm_op_pymt_collect opcode in same transaction. When close refund, it is ignoring item POID provided in the input flist.
Steps to reproduce:
1. create a refund item for an amount 5$
2. /item/refund created with open status (2)
3. While calling pcm_op_pymt_collect, pass the refund item poid generated in step 1 in input flist of pcm_op_pymt_collect opcode
4. Instead of closing the item poid present in pcm_op_pymt_collect input flist,
Sample input flist:
Question #1: Why does OOB code search for outstanding refund despite of passing refund item POID in payment collect input FLIST?
Question #2: It seems to be working fine after adding ITEM_OBJ under PIN_FLD_CHARGES array. Verified in 7.4 documentation and do not see any such field in pymt-collect under charges array. There used to be detailed description about input flist of each opcode in 7.4 which is missing in 7.5. Is there any detailed documentation for 7.5 ?
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 |