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_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 | 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 | Lookup code to indicate whether the record is migrated, seeded or defined by the user | ||
TAX_REGIME_DET_FLAG | VARCHAR2 | 1 | Y or N to indicate whether the determining factor can be used for tax regime determination | ||
TAX_SUMMARIZATION_FLAG | VARCHAR2 | 1 | Y or N to Indicate whether the determining factor can be used for tax summarization | ||
TAX_RULES_FLAG | VARCHAR2 | 1 | Y or N to indicate whether the determining factor can be used to define tax rules | ||
TAXABLE_BASIS_FLAG | VARCHAR2 | 1 | Y or N to indicate whether the determining factor can be used in a taxable basis formula | ||
TAX_CALCULATION_FLAG | VARCHAR2 | 1 | Y or N to indicate whether the determining factor can be used in a tax calculation formula | ||
INTERNAL_FLAG | VARCHAR2 | 1 | Y or N to indicate whether the determining factor is for internal use only | ||
RECORD_ONLY_FLAG | VARCHAR2 | 1 | Y or N to indicate whether the determining factor can be recorded for reporting purpose | ||
CREATION_DATE | TIMESTAMP | 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 | 18 | 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 | Unique identifier | ||
CREATED_BY | VARCHAR2 | 64 | 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 | 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. | ||
AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_DETERMINING_FACTORS_B_N1_ | Non Unique | Default | DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE |
ZX_DETERMINING_FACTORS_B_U1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE |