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 5.0.6
Tablespace CATALOG_DATA
Partitioned No

Summary


The CAPI_TAX_PARAMETER_SET table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
OID PK_CAPI_TAX_PARAMETER_SET       

The identifier of the tax parameter set
CAPI_OID       CAPI (OID)
 

    The identifier of the charge plan item
    TAX_MODULE        

      The code of the tax module

      Column Details

      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

      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

      See the primary key information:

      PK_CAPI_TAX_PARAMETER_SET

      Column(s) OID
      Tablespace CATALOG_INDX