My Oracle Support Banner

Duplicate Bill Number Through Corrective Billing (Doc ID 2956034.1)

Last updated on JUNE 19, 2023

Applies to:

Oracle Communications Billing and Revenue Management - Version 12.0.0.4.0 and later
Information in this document applies to any platform.

Goal

On user has observed duplicated bill numbers which are generated through corrective billing using this query:

select bill_no,count(*)
from bill_t
where bill_no like 'E%' and invoice_obj_id0 <> '111'
group by bill_no
having count(*) >1;

The user has customization in fm_bill_pol_spec_billno.c for generating bill number and /data/sequence for handling sequences.

 

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.