CST_TXN_TAXES

The table is populated by quering up the tax view ZX_SHIPMENT_TAX_LINES_V for a shipment transaction_id and stores outbound taxes for Internal Material Transfers

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
CST_TXN_TAX_ID NUMBER 18 Yes Costing transaction tax identifier
TXN_ID NUMBER Yes Transaction identifier. For source FUSION, the value comes from INV_MATERIAL_TXNS.transaction_id
TXN_SOURCE VARCHAR2 30 Yes Transaction source system, value FUSION is for transactions from Fusion Inventory
TAX_ID NUMBER 18 Tax identifier
TAX VARCHAR2 30 Yes Tax code
TAX_REGIME_CODE VARCHAR2 30 Tax regime code
TAX_JURISDICTION_CODE VARCHAR2 30 Tax jurisdiction code
TAX_RATE_CODE VARCHAR2 150 Tax rate code
TAX_RATE NUMBER Tax rate
TAX_AMT_INCLUDED_FLAG VARCHAR2 1 Y or N indicates whether this tax line is inclusive
TAX_POINT_BASIS VARCHAR2 30 The tax point basis for the tax line.
TAX_AMT NUMBER Yes Tax amount in transaction currency
TAX_AMT_CURRENCY_CODE VARCHAR2 15 Yes Transaction currency code
TRX_LINE_ID NUMBER Transaction line identifier
TRX_LEVEL_TYPE VARCHAR2 30 Column to record the level at which the transaction line identifier is stored. Possible values are LINE, SHIPMENT and FREIGHT.
TAX_LIABILITY_CCID NUMBER Yes Liability account identifier of the tax.
POSTED_FLAG VARCHAR2 5 Denotes if the tax is staged to incoming transaction costs table
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.

Indexes

Index Uniqueness Tablespace Columns
CST_TXN_TAXES_N1 Non Unique FUSION_TS_TX_DATA POSTED_FLAG
CST_TXN_TAXES_N2 Non Unique FUSION_TS_TX_DATA TXN_ID, TAX
CST_TXN_TAXES_U1 Unique FUSION_TS_TX_DATA CST_TXN_TAX_ID