ZX_PARAMETERS_B

This table stores the definitions of all tax parameters, which are used in published tax services of Fusion Tax or defined by tax content configuration owners for their tax procedures.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZX_PARAMETERS_B_PK

TAX_PARAMETER_CODE

Columns

Name Datatype Length Not-null Comments
TAX_PARAMETER_CODE VARCHAR2 30 Yes Tax parameter code
TAX_PARAMETER_TYPE_CODE VARCHAR2 30 Yes Lookup code for parameter type
FORMAT_TYPE_CODE VARCHAR2 30 Yes Lookup code for format type
MAX_SIZE NUMBER Size of the tax parameter
SEEDED_FLAG VARCHAR2 1 Yes Y or N indicates if the parameter is seeded or user defined
GENERATE_GET_FLAG VARCHAR2 1 Yes Y or N indicates if the procedures to get the value for this parameter can be generated
ENABLED_FLAG VARCHAR2 1 Yes Y or N indicates if the parameter is enabled
ALLOW_OVERRIDE_FLAG VARCHAR2 1 Yes Y or N indicates if the tax parameter value can be overridden
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_parameters_tl zx_parameters_b TAX_PARAMETER_CODE
zx_param_details zx_parameters_b TAX_PARAMETER_CODE

Indexes

Index Uniqueness Columns
ZX_PARAMETERS_B_N1 Non Unique TAX_PARAMETER_TYPE_CODE
ZX_PARAMETERS_B_U1 Unique TAX_PARAMETER_CODE, ORA_SEED_SET1
ZX_PARAMETERS_B_U11 Unique TAX_PARAMETER_CODE, ORA_SEED_SET2