CST_TRADE_EVENT_TAXES
This table stores the tax transactions for trade events.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_TRADE_EVENT_TAXES_PK |
TRADE_EVENT_TAX_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TRADE_EVENT_TAX_ID | NUMBER | 18 | Yes | Trade Event Tax Identifier that uniquely identifies a record in this table. | |
TRX_ID | VARCHAR2 | 30 | Yes | Transaction identifier that identifies each transaction. | |
TRADE_EVENT_ID | NUMBER | 18 | Yes | Trade Event Identifier that identifies each trade event. | |
APPLICATION_ID | NUMBER | Yes | Application identifier that identifies the source application of tax. | ||
EVENT_CLASS_CODE | VARCHAR2 | 30 | Yes | Event class code of the tax transaction. | |
ENTITY_CODE | VARCHAR2 | 30 | Yes | Entity code of the tax transaction. | |
REC_NREC_TAX_AMT | NUMBER | Yes | Recoverable non recoverable tax amount. | ||
TXN_CURRENCY_CODE | VARCHAR2 | 15 | Transaction currency code of the trade event. | ||
TAX_CURRENCY_CODE | VARCHAR2 | 15 | Tax currency code for the trade event. | ||
TXN_UOM_CODE | VARCHAR2 | 30 | Transaction unit of measure for the tax line. | ||
RECOVERABLE_FLAG | VARCHAR2 | 1 | Yes | Recoverable flag that indicates if the tax is recoverable or not. | |
TAX_POINT_BASIS | VARCHAR2 | 30 | Tax point basis applicable to the tax line. | ||
INCLUSIVE_FLAG | VARCHAR2 | 1 | This option indicates that the line amount is inclusive of tax. | ||
RECOVERY_TYPE_CODE | VARCHAR2 | 30 | Tax recovery type code based on tax set up and returned by TAX call API. | ||
RECOVERY_RATE_CODE | VARCHAR2 | 150 | Recovery rate code defined on tax. | ||
REC_NREC_TAX_DIST_ID | NUMBER | 18 | Yes | Recoverable non recoverable tax distribution identifier. | |
REC_NREC_CCID | NUMBER | Recoverable tax account of the tax transaction. | |||
TAX_LIABILITY_CCID | NUMBER | Tax liability account of the tax line. | |||
TRX_LINE_DIST_AMT | NUMBER | Transaction line distribution amount. | |||
TRX_LINE_DIST_QTY | NUMBER | Transaction line distribution quantity. | |||
TRX_LINE_ID | NUMBER | Yes | Transaction line identifier of the tax transaction. | ||
TRX_LINE_DIST_ID | NUMBER | Yes | Transaction line distribution identifier. | ||
TRX_LEVEL_TYPE | VARCHAR2 | 30 | Transaction level type for the tax transaction. | ||
TAX_REGIME_ID | NUMBER | 18 | Tax regime identifier of the tax transaction. | ||
TAX_REGIME_CODE | VARCHAR2 | 30 | Name of the tax regime corresponding to the tax line. | ||
TAX_ID | NUMBER | 18 | Tax identifier of the tax transaction. | ||
TAX | VARCHAR2 | 30 | The tax of the tax regime that applies to this tax line. | ||
TAX_STATUS_ID | NUMBER | 18 | Tax status identifier of the tax transaction. | ||
TAX_STATUS_CODE | VARCHAR2 | 30 | Tax status name of the tax transaction. | ||
TAX_RATE_ID | NUMBER | 18 | Tax rate identifier of the tax transaction. | ||
TAX_RATE_CODE | VARCHAR2 | 150 | Tax rate name for the tax transaction. | ||
TAX_RATE | NUMBER | Tax rate for the tax line based on the tax setup. | |||
TAX_JURISDICTION_ID | NUMBER | 18 | Tax jurisdiction identifier of the tax line. | ||
SELF_ASSESSED_FLAG | VARCHAR2 | 1 | This option indicates that the tax on this tax line is self assessed. | ||
REPORTABLE_FLAG | VARCHAR2 | 1 | Reportable flag to indicate if the tax is recoverable or not. | ||
REVERSED_TAX_DIST_ID | NUMBER | Reversed tax distribution identifier. | |||
REVERSE_FLAG | VARCHAR2 | 1 | Reversable indicator of the tax transaction. | ||
REF_DOC_PER_UNIT_NREC_TAX_AMT | NUMBER | Reference document per unit non recoverable tax amount. | |||
DEL_BASED_TAX_CONSIGNED_FLAG | VARCHAR2 | 150 | Deliver based tax indicator for consigned transactions. | ||
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 | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
TAX_UNIT_OF_MEASURE | VARCHAR2 | 3 | Stores old unit of measure code for tax transaction. | ||
TAX_TRX_LINE_DIST_QTY | NUMBER | Stores old tax transaction line distribution quantity. | |||
CURRENCY_CONVERSION_RATE | NUMBER | Currency conversion rate for tax transaction. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_TRADE_EVENT_TAXES_N1 | Non Unique | Default | TRX_ID |
CST_TRADE_EVENT_TAXES_N2 | Non Unique | Default | TRADE_EVENT_ID |
CST_TRADE_EVENT_TAXES_N3 | Non Unique | Default | REC_NREC_TAX_DIST_ID |
CST_TRADE_EVENT_TAXES_PK | Unique | Default | TRADE_EVENT_TAX_ID |