Contents
Bill - Main
The following data model illustrates the bill object.
Bill - FT
The following data model illustrates the FT that must be associated with a bill segment.
Bill Characteristics
The following data model illustrates Bill Characteristics.
Bill Messages and Routing
The following data model illustrates Bill Messages and Bill Routing.
Data Model Name |
Table Name |
Generated Keys |
Referential Integrity Validation Batch Control |
Key Assignment Batch Control |
Insertion Batch Control |
Bill |
Yes CI_BILL_K |
CIPVBLLV |
CIPVBILK |
CIPVBLLI |
|
Obligation Balance Snapshot |
No. The key is bill ID plus obligation ID. |
CIPVBSAV |
CIPVBSAI |
||
Bill Segment |
Yes CI_BSEG_K |
CIPVSEGV |
CIPVBSGK |
CIPVSEGI |
|
Calc Header |
No. The key is bill segment id and a sequence number |
CIPVBSCV |
CIPVBSCI |
||
Calc Lines |
No. The key is bill segment id, the header sequence number, and a sequence number |
CIPVBSLV |
CIPVBSLI |
||
Read Detail |
No. The key is bill segment id and a sequence number. |
CIPVSRRV |
CIPVSRRI |
||
Asset Detail |
No. The key is bill segment id and a sequence number |
CIPVBSIV |
CIPVBSII |
||
Rate Quantity |
No. The key is bill segment id, uom code, tou code and RQI code |
CIPVSQTV |
CIPVSQTI |
||
FT (financial transaction) |
Yes CI_FT_K |
CIPVFTFV |
CIPVFTXK |
CIPVFTFI |
|
FT Characteristic |
No. The key is FT id, char type code and a sequence number |
CIPVFTCV |
CIPVFTCI |
||
FT GL (FT general ledger) |
No. The key is FT id and a GL sequence number |
CIPVFTGV |
CIPVFTGI |
||
Characteristics |
No. The key is bill id, char type code and a sequence number |
CIPVBCHV |
CIPVBCHI |
||
Bill Messages |
No. The key is bill id and bill message code. |
CIPVBLMV |
CIPVBLMI |
||
Bill Routing |
No. The key is bill id and a sequence number |
CIPVBLRV |
CIPVBLRI |
Most companies have found it impossible to load bill segment item, bill calc header and lines with sufficient information and therefore these tables are not populated. See the comments in the above ERD's for more information.
Please populate the columns on the FT that's associated with the bill segment as follows:
CUR_AMT should be set equal to the bill segment amount
PAY_AMT should be set equal to the bill segment amount
CRE_DTTM should be set equal to the bill segment end date / time
FREEZE_SW should be "Y"
FREEZE_DTTM should be set equal to the bill segment end date / time
ARS_DT should be set equal to the bill segment end date
CORRECTION_SW should be "N"
REDUNDANT_SW should be "N"
NEW_DEBIT_SW should be "N"
NOT_IN_ARS_SW should be set to "N"
SHOW_ON_BILL_SW should be set to "N"
ACCOUNTING_DT should be set to the current date
SCHED_DISTRIB_DT should be left blank
CURRENCY_CD should be the currency on the installation record
BAL_CTL_GRP_ID should be left blank
XFERRED_OUT_SW should be set to "Y"
PARENT_ID should be set to the bill ID
SIBLING_ID should be set to the bill segment ID
Do NOT create any GL details for the FT. If GL details are converted, ensure they are populated with the EXACT information the system would use to create them. This information is used to create the reversing GL entry when the bill segment is canceled.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.