TAX_PARAMETER_SET

Definition


The TAX_PARAMETER_SET table contains the tax parameters to compute tax for a given charge condition

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


The TAX_PARAMETER_SET table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_TAX_PARAMETER_SET        TAX_PARAMETER (TPS_OID)
 
CCON_OID     IX_TXPS_CCON  CHARGE_CONDITION (OID)
 
 
TAX_MODULE          

Column Details


OID

Definition The identifier of the tax parameter set
Type DECIMAL(28), NOT NULL
Primary Key PK_TAX_PARAMETER_SET

CCON_OID

Definition The identifier of the charge condition
Type DECIMAL(28), NOT NULL
Available Index IX_TXPS_CCON

TAX_MODULE

Definition The code of the tax module
Type VARCHAR2(256 CHAR), NOT NULL

Primary Key Details


PK_TAX_PARAMETER_SET

Column(s) OID
Tablespace CATALOG_INDX

Index Details


The following database indexes are available in the TAX_PARAMETER_SET database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_TXPS_CCON

Indexed Column(s) CCON_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX