ZX_DIST_TAX_BOX_ASSGNMNTS
This table stores the tax box assignment for a given tax line or distribution.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ZX_DIST_TAX_BOX_ASSGNMNTS_PK |
TAX_BOX_ASSGN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TAX_BOX_ASSGN_ID | NUMBER | 18 | Yes | Uniquely generated identifier for tax box assignment record. | |
TAX_LINE_ID | NUMBER | 18 | Yes | Foreign key identifier to ZX_LINES table. | |
REC_NREC_TAX_DIST_ID | NUMBER | 18 | Foreign key identifier to ZX_REC_NREC_DIST table. | ||
TAX_DIST_ID | NUMBER | 18 | Foreign key identifier to ZX_TRX_TAX_DISTRIBUTIONS table. | ||
PERIODICITY_CODE | VARCHAR2 | 30 | Periodicity of the tax box allocation rule i.e. whether the tax box rule is applied for periodic tax returns or annual tax returns. | ||
BOX_NUMBER1_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER2_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER3_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER4_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER5_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER6_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER7_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER8_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER9_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
BOX_NUMBER10_ID | NUMBER | 18 | Tax declaration boxes used on tax returns as a method of grouping together similar transactions for reporting of the tax and taxable amounts. Foreign key identifier to ZX_REPORTING_CODES_B. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. | |
REPORTING_BATCH_ID | NUMBER | 18 | Selection process batch identifier. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_DIST_TAX_BOX_ASSGNMNTS_N1 | Non Unique | Default | REPORTING_BATCH_ID |
ZX_DIST_TAX_BOX_ASSGNMNTS_N2 | Non Unique | Default | TAX_LINE_ID, PERIODICITY_CODE |
ZX_DIST_TAX_BOX_ASSGNMNTS_U1 | Unique | Default | TAX_BOX_ASSGN_ID |