CAPI_TAX_PARAMETER_SET

Definition


The CAPI_TAX_PARAMETER_SET table contains the tax parameter set to compute taxes for a charge plan item

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


The CAPI_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_CAPI_TAX_PARAMETER_SET        CAPI_TAX_PARAMETER (TPS_OID)
 
CAPI_OID       CAPI (OID)
 
 
TAX_MODULE          

Column Details


OID

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

CAPI_OID

Definition The identifier of the charge plan item
Type DECIMAL(28), NOT NULL

TAX_MODULE

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

Primary Key Details


PK_CAPI_TAX_PARAMETER_SET

Column(s) OID
Tablespace CATALOG_INDX