| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The TAX_PARAMETER 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 |
|---|---|---|---|---|---|---|
| NAME |
|
The name of the tax parameter | ||||
| VALUE_TYPE |
|
The type of the parameter | ||||
| TPS_OID | TAX_PARAMETER_SET (OID)
|
|
The OID of the tax parameter set having this parameter | |||
| STRING_VALUE |
|
The value of the parameter when it is a string | ||||
| NUMBER_VALUE |
|
The value of the parameter when it is a number | ||||
| DATE_VALUE |
|
The value of the field when it is a date | ||||
| PROPERTY_NAME |
|
The name of the property to map |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The name of the tax parameter |
| Description |
|
| Type | VARCHAR(256), NOT NULL |
| Definition | The type of the parameter |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The OID of the tax parameter set having this parameter |
| Type | DECIMAL(28), NOT NULL |
| Definition | The value of the parameter when it is a string |
| Type | VARCHAR(64), NULL |
| Definition | The value of the parameter when it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The value of the field when it is a date |
| Type | TIMESTAMP, NULL |
| Definition | The name of the property to map |
| Type | VARCHAR(256), NULL |