ZX_PARAM_DETAILS
This table stores the elements for structured tax parameters.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
ZX_PARAM_DETAILS_PK |
TAX_PARAMETER_CODE, STRUCT_ELEMENT |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
TAX_PARAMETER_CODE | VARCHAR2 | 30 | Yes | Tax parameter code for the structured parameter |
STRUCT_ELEMENT | VARCHAR2 | 30 | Yes | Structured parameter element name |
POSITION | NUMBER | Yes | Order of this element in the structured parameter | |
TAX_PARAM_ELEMENT_CODE | VARCHAR2 | 30 | Yes | Code of the tax parameter mapped to this element |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | |
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ZX_PARAM_DETAILS | zx_parameters_b | TAX_PARAMETER_CODE |
Indexes
Index | Uniqueness | Columns |
---|---|---|
ZX_PARAM_DETAILS_U1 | Unique | TAX_PARAMETER_CODE, STRUCT_ELEMENT, ORA_SEED_SET1 |
ZX_PARAM_DETAILS_U11 | Unique | TAX_PARAMETER_CODE, STRUCT_ELEMENT, ORA_SEED_SET2 |
ZX_PARAM_DETAILS_U2 | Unique | TAX_PARAMETER_CODE, POSITION, ORA_SEED_SET1 |
ZX_PARAM_DETAILS_U21 | Unique | TAX_PARAMETER_CODE, POSITION, ORA_SEED_SET2 |
ZX_PARAM_DETAILS_U3 | Unique | TAX_PARAMETER_CODE, TAX_PARAM_ELEMENT_CODE, ORA_SEED_SET1 |
ZX_PARAM_DETAILS_U31 | Unique | TAX_PARAMETER_CODE, TAX_PARAM_ELEMENT_CODE, ORA_SEED_SET2 |