DOO_ORDER_TAX_DETAILS

Stores the tax line details such as tax amount, tax rate, taxable amount, etc. for an order line.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ORDER_TAX_DETAILS_PK

ORDER_TAX_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
ORDER_TAX_DETAIL_ID NUMBER 18 Yes Unique identifier of DOO_ORDER_TAX_DETAILS table.
ORDER_CHARGE_COMPONENT_ID NUMBER 18 Yes Foreign key to DOO_ORDER_CHARGE_COMPONENTS table.
HDR_CURR_TAX_UNIT_AMT NUMBER Yes Indicates the tax amount for the priced unit of measure for a tax line in header currency.
TAX_INCLUDED_FLAG VARCHAR2 1 Yes Indicates if a tax line contains inclusive taxes.
TAX_RATE NUMBER Indicates the tax rate for a tax line.
TAX_RATE_ID NUMBER 18 Unique identifier of the tax rate definition.
HDR_CURR_TAXABLE_UNIT_AMT NUMBER Indicates the taxable amount for the priced unit of measure for a tax line in header currency.
TAX_EXEMPT_CERTIFICATE_NUMBER VARCHAR2 80 Tax exemption certificate number.
TAX_EXEMPT_REASON_CODE VARCHAR2 30 The reason a tax exemption was granted and taken
DELTA_TYPE NUMBER 18 Internal column used by change processing framework for tracking type of change like update, cancel, etc.
MODIFIED_FLAG VARCHAR2 1 Indicates that the row has been modified in the version currently submitted.
REFERENCE_ORDER_TAX_DETAIL_ID NUMBER 18 Used by change management to associate the change order's tax detail id with the original order's tax detail id.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_ORDER_TAX_DETAILS doo_order_charge_components ORDER_CHARGE_COMPONENT_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_TAX_DETAILS_N1 Non Unique Default ORDER_CHARGE_COMPONENT_ID
DOO_ORDER_TAX_DETAILS_PK Unique Default ORDER_TAX_DETAIL_ID