TAX_PARAMETER
Definition
The TAX_PARAMETER table describes the parameter of a tax parameter set
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The TAX_PARAMETER table is defined by the
following columns.
See the column details for more information.
Column Details
NAME
| Definition |
The name of the tax parameter |
| Description |
The name of the tax parameter. It must be unique for a tax parameter set |
| Type |
VARCHAR(256), NOT NULL |
VALUE_TYPE
| Definition |
The type of the parameter |
| Format |
The possible values are:
0: number
1: string
2: date
|
| Type |
DECIMAL(1), NOT NULL |
TPS_OID
| Definition |
The OID of the tax parameter set having this parameter |
| Type |
DECIMAL(28), NOT NULL |
STRING_VALUE
| Definition |
The value of the parameter when it is a string |
| Type |
VARCHAR(64), NULL |
NUMBER_VALUE
| Definition |
The value of the parameter when it is a number |
| Type |
DECIMAL(28,6), NULL |
DATE_VALUE
| Definition |
The value of the field when it is a date |
| Type |
TIMESTAMP, NULL |
PROPERTY_NAME
| Definition |
The name of the property to map |
| Type |
VARCHAR(256), NULL |