ZX_TAX_SETTLEMENT_AUTHS_F
This table contains information about tax authority assignment.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
ZX_TAX_SETTLEMENT_AUTHS_F_PK |
TAX_SETTLEMENT_AUTH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| TAX_SETTLEMENT_AUTH_ID | NUMBER | 18 | Yes | Tax settlement authority identifier. | Active | |
| TAX_REGIME_CODE | VARCHAR2 | 30 | Yes | Tax regime code associated with the settlement authority. | Active | |
| TAX | VARCHAR2 | 30 | Yes | Tax code for tax authority settlement. | Active | |
| SUPPLIER_ID | NUMBER | 18 | Yes | Supplier associated with the settlement. | Active | |
| EFFECTIVE_START_DATE | DATE | Yes | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. | Active | ||
| EFFECTIVE_END_DATE | DATE | Yes | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | Active | ||
| TAX_JURISDICTION_CODE | VARCHAR2 | 30 | Tax jurisdiction code associated with the settlement authority. | Active | ||
| SUPP_SITE_USG_ASSIGNMENT_ID | NUMBER | 18 | Yes | Supplier site usage assignment identifier of the tax authority supplier site. | Active | |
| INTERNAL_ORGANIZATION_ID | NUMBER | 18 | Yes | Organization identifier for party site assignment. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| 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. | Active |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| ZX_TAX_SETTLEMENT_AUTHS_F_U1 | Unique | FUSION_TS_TX_IDX | TAX_SETTLEMENT_AUTH_ID | Active |
| ZX_TAX_SETTLEMENT_AUTHS_F_U2 | Unique | FUSION_TS_TX_IDX | TAX_REGIME_CODE, TAX, TAX_JURISDICTION_CODE, INTERNAL_ORGANIZATION_ID, EFFECTIVE_START_DATE | Active |