ZX_DETERMINING_FACTORS_B

This table stores Tax Determining Factors

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZX_DETERMINING_FACTORS_PK

DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE

Columns

Name Datatype Length Precision Not-null Comments
DETERMINING_FACTOR_CODE VARCHAR2 30 Yes Determining factor code
DETERMINING_FACTOR_CLASS_CODE VARCHAR2 30 Yes Determining factor class code
VALUE_SET VARCHAR2 80 Value set associated with the Determining Factor.
TAX_PARAMETER_CODE VARCHAR2 30 Tax parameter code for the determining factor
DATA_TYPE_CODE VARCHAR2 30 Yes Data type of the determining factor. Possible values are DATE, NUMERIC and ALPHANUMERIC.
TAX_FUNCTION_CODE VARCHAR2 30 Not currently used
RECORD_TYPE_CODE VARCHAR2 30 Yes Lookup code to indicate whether the record is migrated, seeded or defined by the user
TAX_REGIME_DET_FLAG VARCHAR2 1 Yes Y or N to indicate whether the determining factor can be used for tax regime determination
TAX_SUMMARIZATION_FLAG VARCHAR2 1 Yes Y or N to Indicate whether the determining factor can be used for tax summarization
TAX_RULES_FLAG VARCHAR2 1 Yes Y or N to indicate whether the determining factor can be used to define tax rules
TAXABLE_BASIS_FLAG VARCHAR2 1 Yes Y or N to indicate whether the determining factor can be used in a taxable basis formula
TAX_CALCULATION_FLAG VARCHAR2 1 Yes Y or N to indicate whether the determining factor can be used in a tax calculation formula
INTERNAL_FLAG VARCHAR2 1 Yes Y or N to indicate whether the determining factor is for internal use only
RECORD_ONLY_FLAG VARCHAR2 1 Yes Y or N to indicate whether the determining factor can be recorded for reporting purpose
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
REQUEST_ID NUMBER Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_LOGIN_ID NUMBER Login user identifier of this record by a concurrent program
DETERMINING_FACTOR_ID NUMBER 18 Yes Unique identifier
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PROGRAM_NAME VARCHAR2 30 Program name of last concurrent program to update this record
PROGRAM_APP_NAME VARCHAR2 50 Application name of last concurrent program to update this record
REPORTING_USAGE_FLAG VARCHAR2 1 Indicates if the determine factor is used for reporting rule conditions. Valid values: Y and N.
DEFAULTING_USAGE_FLAG VARCHAR2 1 Indicates if the determine factor is used for defaulting rule conditions. Valid values: Y and N.
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_det_factor_templ_dtl zx_determining_factors_b DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE

Indexes

Index Uniqueness Tablespace Columns
ZX_DETERMINING_FACTORS_B_U1 Unique Default DETERMINING_FACTOR_ID, ORA_SEED_SET1
ZX_DETERMINING_FACTORS_B_U11 Unique Default DETERMINING_FACTOR_ID, ORA_SEED_SET2
ZX_DETERMINING_FACTORS_B_U2 Unique Default DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE, ORA_SEED_SET1
ZX_DETERMINING_FACTORS_B_U21 Unique Default DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE, ORA_SEED_SET2