ZX_JURISDICTIONS_B
This table stores Tax Jurisdiction information
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ZX_JURISDICTIONS_B_PK |
TAX_JURISDICTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TAX_JURISDICTION_CODE | VARCHAR2 | 30 | Yes | Tax Jurisdiction Code | |
| EFFECTIVE_FROM | DATE | Date from which the jurisdiction becomes effective | |||
| EFFECTIVE_TO | DATE | Date after which the jurisdiction is no longer used | |||
| TAX_REGIME_CODE | VARCHAR2 | 30 | Yes | FK to ZX_TAX_REGIMES_B | |
| TAX | VARCHAR2 | 30 | Yes | Tax for which this jurisdiction is defined | |
| DEFAULT_JURISDICTION_FLAG | VARCHAR2 | 1 | Can this Jurisdiction be treated as a Default one for the Tax. | ||
| DEFAULT_FLG_EFFECTIVE_FROM | DATE | Effective start date from which this jurisdiction can be treated as a default for the Tax | |||
| DEFAULT_FLG_EFFECTIVE_TO | DATE | Effective end date till when this jurisdiction can be treated as a default for the Tax | |||
| RECORD_TYPE_CODE | VARCHAR2 | 30 | Lookup code that indicates whether the record is migrated or predefined. | ||
| 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. | ||
| REQUEST_ID | NUMBER | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| PROGRAM_LOGIN_ID | NUMBER | Identifies the Oracle Applications Concurrent Program Login ID | |||
| TAX_JURISDICTION_ID | NUMBER | 18 | Yes | Internal identifier of Tax Jurisdiction (PK) | |
| REP_TAX_AUTHORITY_ID | NUMBER | 18 | Tax Authority responsible for administering the jurisdiction. | ||
| COLL_TAX_AUTHORITY_ID | NUMBER | 18 | FK to ZX_PARTY_TAX_PROFILE of LOOKUP TYPE TAX_AUTHORITY | ||
| ZONE_GEOGRAPHY_ID | NUMBER | 18 | Yes | Tax Zone which corresponds to this Jurisdiction | |
| INNER_CITY_JURISDICTION_FLAG | VARCHAR2 | 1 | Inner city jurisdiction flag | ||
| PRECEDENCE_LEVEL | NUMBER | Precedence level | |||
| ALLOW_TAX_REGISTRATIONS_FLAG | VARCHAR2 | 1 | Set as Y for standard jurisdiction and N for override and inner city jurisdictions | ||
| 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. | |
| TAX_ACCT_SRC_JURISDICT_ID | NUMBER | 18 | Source tax jurisdiction used to determine the default general ledger accounts for this tax jurisdiction. | ||
| TAX_EXMPT_SRC_JURISDICT_ID | NUMBER | 18 | Source tax jurisdiction used to determine the exemption for this tax jurisdiction, if a specific exemption is not found for this tax jurisdiction. | ||
| 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 | ||
| VALIDATION_TYPE | VARCHAR2 | 30 | Reporting type defined for registration Number validation. | ||
| VALIDATION_LEVEL | VARCHAR2 | 30 | Lookup code to indicate whether validation is based on an error or a warning. | ||
| UNIQUENESS_VALIDATION_LEVEL | VARCHAR2 | 30 | Lookup code to indicate whether validation is for all parties or a specific party. | ||
| WHT_BUCKET_LEVEL_FLAG | VARCHAR2 | 1 | Values P (Party) or A (All) indicate the withholding accumulations level for transactions. | ||
| THRSHLD_SCHEDULE_GRP_LVL_FLAG | VARCHAR2 | 1 | Threshold schedule group level indicator. Possible values are L for line, D for document, P for period, and S for set. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| zx_jurisdictions_tl | zx_jurisdictions_b | TAX_JURISDICTION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZX_JURISDICTIONS_B_N1 | Non Unique | Default | UPPER("TAX_REGIME_CODE"), UPPER("TAX"), UPPER("TAX_JURISDICTION_CODE") |
| ZX_JURISDICTIONS_B_U1 | Unique | Default | TAX_JURISDICTION_ID |
| ZX_JURISDICTIONS_B_U2 | Unique | Default | TAX_REGIME_CODE, TAX, TAX_JURISDICTION_CODE |
| ZX_JURISDICTIONS_B_U3 | Unique | Default | ZONE_GEOGRAPHY_ID, TAX_REGIME_CODE, TAX, EFFECTIVE_FROM |