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

Summary


The 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_TAX_PARAMETER_SET       

The identifier of the tax parameter set
CCON_OID     IX_TXPS_CCON  CHARGE_CONDITION (OID)
 

    The identifier of the charge condition
    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_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 NVARCHAR(256), NOT NULL

      Primary Key Details

      See the primary key information:

      PK_TAX_PARAMETER_SET

      Column(s) OID
      Segment 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
      Clustered No