Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

TTL_BIF_USG_DISP_GROUPS_DEF

Configurable. Defines the Usage Display Groups for TTL Bill Invoice Formatter.
Each row joins one or more rows in TTL_BIF_USG_DISP_GROUPS. Table must be
configured in all customer servers.
Dependents: TTL_BIF_USG_DISP_GROUPS, DESCRIPTIONS
Indexes: primary-key on display_group_id
Field Name
display_group_id

Data Type
int
6

Comments
Unique display
identifier used in
TTL_BIF_USG_DI
SP_GROUPS

priority

int

Shows priority for


display for
particular
display_group_id

description_code

int

10

group_type

int

Description of this
display_group_id,
from
DESCRIPTIONS
Groups a similar
kind of display
(display_group_id)
items

flag

tinyint

Used to query the


data.

Values
Null
Must be of the form
ABXYZ, where XYZ
is the value in priority
eg. 20100,20110 (If
required in between
values can also be
used)
Values must start with
100 and next values
preferably
110,120,130,etc. (If
required in between
values can also be
used). 100 only for
main heading purpose.
Preferably follow this
series
42000,42001,etc.
preferably
0,5,10,15,etc. (If
required in between
values can also be
used)
1- Query from
Null
BID (Bill
Invoice Detail)
without
annotation
field as
condition
2- Query from
BID with
annotation
field as

itemized_order

smallint

Used only for


Itemized Details

condition
3- Query from
BID for units,
second_units
and amount
4- Query from
BID for units,
raw_units and
amount
5- Query from
BID for units,
primary_units
and amount
6- Query from
BID for
Credits
7- Future use
8- Only to print
the description
9- Can be
changed
(future use),
etc.
As per this order
Null
itemized details
displayed. 1,2,3, etc.
Not being used in BIF.

TTL_BIF_USG_DISP_GROUPS
Configurable. Defines the Usage Types and Jurisdiction Class for each Display
Group Id of TTL_BIF_USG_DISP_GROUPS_DEF table. Table must be configured
in all customer servers.
Dependents: TTL_BIF_USG_DISP_GROUPS_DEF
Field Name
display_group_id

Data Type
int
6

type_id_usg

int

10

Comments
Unique display
identifier used in
TTL_BIF_USG_DI
SP_GROUPS_DEF

Values
Must be of the form
ABXYZ, where XYZ
is the value in priority
eg. 20100,20110 (If
required in between
values can also be
used)
type_id_usgs under type_id_usgs from

Null

Jurisdiction_class

int

this
display_group_id
jurisdiction_class
under this
display_group_id

USAGE_TYPES
jurisdiction_class
from
JURISDICTIONS

Null

TTL_GT_BIF_CDR_DATA and TTL_GTT_SUBSCR, TTL_GT_BID are the


temporary tables used in the BIF code as part of the performance measure.
TTL_LOCAL_ITEMIZED_NRC is the table used in the fl_write_calls_list() function
to set the flag on for the itemized requirement for the customer.
i.e. if the customer is charged with the Itemized RC product then the related entry will be
made in the table to trigger the itemized details.
BIF_NO_CONTRACTS_CREDITS is maintained for the unit credits configured in the
billing system. For all the valid unit credits the related entries has to be made in this table
which in turn are called for the unit credit details calculation of the customer.
TTL_HSIA_PKG_SUM_GTT is a temporary table used to populate HSIA usage for a
particular invoice.

You might also like