ZX_DET_FACTOR_TEMPL_DTL
This table stores a set of determining factors for each determining factor set defined in ZX_DET_FACTOR_TEMPL_B. Each record represents one determining factor in the determining factor set.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZX_DET_FACTOR_TEMPL_DTL_PK |
DET_FACTOR_TEMPL_DTL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DETERMINING_FACTOR_CLASS_CODE | VARCHAR2 | 30 | Yes | Determining factor class code | |
| DETERMINING_FACTOR_CQ_CODE | VARCHAR2 | 30 | Determining factor class qualifier code. This is a sub classification of the determining factor class. | ||
| DETERMINING_FACTOR_CODE | VARCHAR2 | 30 | Yes | Determining factor code | |
| REQUIRED_FLAG | VARCHAR2 | 1 | Yes | Y or N indicates whether it is mandatory to define a condition for this determining factor, when the determining factor template is used for defining conditions in ZX_CONDITIONS for a condition group defined in ZX_CONDITION_GROUPS_B. | |
| 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. | |||
| TAX_REGIME_DET_LEVEL_CODE | VARCHAR2 | 30 | Lookup code to indicate whether the regime determination requires country level processing or tax zone level processing. Possible values are COUNTRY and ZONE | ||
| TAX_PARAMETER_CODE | VARCHAR2 | 30 | Tax parameter code for the determining factor | ||
| PROGRAM_LOGIN_ID | NUMBER | Login user identifier of this record by a concurrent program | |||
| DET_FACTOR_TEMPL_DTL_ID | NUMBER | 18 | Yes | Unique identifier | |
| DET_FACTOR_TEMPL_ID | NUMBER | 18 | Yes | Determining factor template 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 | ||
| 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_DET_FACTOR_TEMPL_DTL_N1 | Non Unique | Default | DET_FACTOR_TEMPL_ID, DETERMINING_FACTOR_CLASS_CODE, DETERMINING_FACTOR_CQ_CODE, DETERMINING_FACTOR_CODE |
| ZX_DET_FACTOR_TEMPL_DTL_U1 | Unique | Default | DET_FACTOR_TEMPL_DTL_ID, ORA_SEED_SET1 |
| ZX_DET_FACTOR_TEMPL_DTL_U11 | Unique | Default | DET_FACTOR_TEMPL_DTL_ID, ORA_SEED_SET2 |