ZX_REGIMES_USAGES
This table stores the list of regimes for each first party organization, where the transactions of that first party organization can have tax implications.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ZX_REGIMES_USAGES_PK |
REGIME_USAGE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REGIME_USAGE_ID | NUMBER | 18 | Yes | Unique identifier | |
FIRST_PTY_ORG_ID | NUMBER | 18 | Yes | Party tax profile identifier of first party organization | |
TAX_REGIME_ID | NUMBER | 18 | Yes | Tax regime identifier | |
TAX_REGIME_CODE | VARCHAR2 | 30 | Yes | Tax regime code | |
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. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ZX_REGIMES_USAGES | zx_party_tax_profile | FIRST_PTY_ORG_ID |
ZX_REGIMES_USAGES | zx_regimes_b | TAX_REGIME_CODE |
zx_subscription_options | zx_regimes_usages | REGIME_USAGE_ID |
zx_srvc_subscriptions | zx_regimes_usages | REGIME_USAGE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_REGIMES_USAGES_N1 | Non Unique | Default | TAX_REGIME_CODE |
ZX_REGIMES_USAGES_U1 | Unique | Default | REGIME_USAGE_ID |
ZX_REGIMES_USAGES_U2 | Unique | Default | TAX_REGIME_ID, FIRST_PTY_ORG_ID |
ZX_REGIMES_USAGES_U3 | Unique | Default | FIRST_PTY_ORG_ID, TAX_REGIME_CODE |