ZX_DET_FACTOR_TEMPL_B
This table stores the sets of determining factors. Each record represents one determining factor set.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZX_DET_FACTOR_TEMPL_B_PK |
DET_FACTOR_TEMPL_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DET_FACTOR_TEMPL_CODE | VARCHAR2 | 30 | Yes | Determining factor template code | |
| TAX_REGIME_CODE | VARCHAR2 | 30 | Tax regime code | ||
| TEMPLATE_USAGE_CODE | VARCHAR2 | 30 | Yes | Lookup code to indicate usage of the determining factor template. Possible values are TAXABLE_BASIS, TAX_REGIME_DETERMINATION and TAX_RULES | |
| RECORD_TYPE_CODE | VARCHAR2 | 30 | Yes | Lookup code to indicate whether the record is migrated, seeded or defined by the user | |
| 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 | |||
| DET_FACTOR_TEMPL_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. | ||
| LEDGER_ID | NUMBER | 18 | Ledger defining column | ||
| CHART_OF_ACCOUNTS_ID | NUMBER | 18 | Accounting key flexfield structure defining column | ||
| 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 | ||
| TAX | VARCHAR2 | 30 | Tax code for which template has been defined. | ||
| SERVICE_TYPE_CODE | VARCHAR2 | 30 | Rule type for which template has been defined. | ||
| 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_exemptions | zx_det_factor_templ_b | DET_FACTOR_TEMPL_CODE |
| zx_taxes_b | zx_det_factor_templ_b | THRSHLD_CHK_TMPLT_CODE |
| zx_evnt_cls_options | zx_det_factor_templ_b | DET_FACTOR_TEMPL_CODE |
| zx_regimes_b | zx_det_factor_templ_b | THRSHLD_CHK_TMPLT_CODE |
| zx_evnt_cls_mappings | zx_det_factor_templ_b | DET_FACTOR_TEMPL_CODE |
| zx_rules_b | zx_det_factor_templ_b | DET_FACTOR_TEMPL_CODE |
| zx_exceptions | zx_det_factor_templ_b | DET_FACTOR_TEMPL_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZX_DET_FACTOR_TEMPL_B_U1 | Unique | Default | DET_FACTOR_TEMPL_ID, ORA_SEED_SET1 |
| ZX_DET_FACTOR_TEMPL_B_U11 | Unique | Default | DET_FACTOR_TEMPL_ID, ORA_SEED_SET2 |
| ZX_DET_FACTOR_TEMPL_B_U2 | Unique | Default | DET_FACTOR_TEMPL_CODE, ORA_SEED_SET1 |
| ZX_DET_FACTOR_TEMPL_B_U21 | Unique | Default | DET_FACTOR_TEMPL_CODE, ORA_SEED_SET2 |