ZX_PARTY_TAXPAYER_IDNTFS
This table contains taxpayer identifier information related to party such as supplier or customer.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
PARTY_TAXPAYER_IDNTFS_ID | NUMBER | 18 | Yes | Uniquely generated taxpayer record identifier. | Active | |
TAX_PAYER_NUMBER | VARCHAR2 | 50 | Yes | An unique reference number which is used to identify??entities??for tax-related purposes | Active | |
RECORD_TYPE_CODE | VARCHAR2 | 30 | Lookup code to indicate whether the record is migrated, seeded or defined by the user. | Active | ||
COUNTRY_CODE | VARCHAR2 | 2 | Country code for which this taxpayer id is registered. | Active | ||
EFFECTIVE_FROM | DATE | Yes | Date from which the taxpayer record is effective. | Active | ||
EFFECTIVE_TO | DATE | Date until which the taxpayer record is effective. | Active | |||
ENTITY_ID | NUMBER | 18 | Yes | Parent entity associated with taxpayer record. | Active | |
REPORTING_TYPE_CODE | VARCHAR2 | 30 | Yes | Reporting type code associated with taxpayer identifier record. | Active | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | 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 | ||
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 | |
VALIDATION_DIGIT | VARCHAR2 | 10 | Digit used to validate the tax payer number. |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
ZX_PARTY_TAXPAYER_IDNTFS_U1 | Unique | FUSION_TS_TX_IDX | PARTY_TAXPAYER_IDNTFS_ID | Active |