ZX_ACCOUNT_RATES
This table stores Tax Account Rate information
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ZX_ACCOUNT_RATES_PK |
ACCOUNT_RATE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LEDGER_ID | NUMBER | 18 | Yes | Ledger defining column | |
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. | |
CONTENT_OWNER_ID | NUMBER | 18 | Yes | Party tax profile identifier for configuration owner | |
ACCOUNT_SEGMENT_VALUE | VARCHAR2 | 25 | Natural account segment value | ||
TAX_PRECISION | NUMBER | 18 | Yes | Precision for tax calculations | |
CALCULATION_LEVEL_CODE | VARCHAR2 | 30 | Yes | Level at which the tax amount will be rounded | |
ALLOW_RATE_OVERRIDE_FLAG | VARCHAR2 | 1 | Y or N to indicate whether you are allowed to change the tax rate code for this ledger or account in the Manual Journal Entry form | ||
TAX_MAU | NUMBER | Minimum accountable unit for tax calculations | |||
TAX_CURRENCY_CODE | VARCHAR2 | 30 | Currency for tax calculations | ||
TAX_CLASS | VARCHAR2 | 30 | I, O or T indicates whether the input tax options are defined or output tax options are defined or whether the tax options are defined for both input and output | ||
TAX_REGIME_CODE | VARCHAR2 | 30 | Tax regime code for which the rate is defined | ||
TAX | VARCHAR2 | 30 | Tax for which the rate is defined | ||
TAX_STATUS_CODE | VARCHAR2 | 30 | Tax status code for which the rate is defined | ||
TAX_RATE_CODE | VARCHAR2 | 50 | Tax rate code | ||
ROUNDING_RULE_CODE | VARCHAR2 | 30 | Rounding rule for the tax | ||
AMT_INCL_TAX_FLAG | VARCHAR2 | 1 | Default value for indicating whether amount includes tax | ||
RECORD_TYPE_CODE | VARCHAR2 | 30 | 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_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. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
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. | ||
ALLOW_ROUNDING_OVERRIDE_FLAG | VARCHAR2 | 1 | Y or N to indicate whether you are allowed to change the rounding rule in the Manual Journal Entry form | ||
ACCOUNT_RATE_ID | NUMBER | 18 | Yes | ID Column |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_ACCOUNT_RATES_U1 | Unique | Default | ACCOUNT_RATE_ID |
ZX_ACCOUNT_RATES_U2 | Unique | Default | LEDGER_ID, CONTENT_OWNER_ID, ACCOUNT_SEGMENT_VALUE, TAX_CLASS |