DOO_ORDER_CHARGE_TIERS

This table contains details about charge tiers for sales orders.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ORDER_CHARGE_TIERS_PK

ORDER_CHARGE_TIER_ID

Columns

Name Datatype Length Precision Not-null Comments
ORDER_CHARGE_TIER_ID NUMBER 18 Yes Value that uniquely identifies the charge tier.
ORDER_CHARGE_ID NUMBER 18 Value that uniquely identifies the charge.
SOURCE_ORDER_CHARGE_TIER_ID VARCHAR2 50 Value that uniquely identifies the charge tier in the source application.
REFERENCE_ORDER_CHARGE_TIER_ID NUMBER 18 Used by change management to associate the change order's charge tier id with the original order's charge tier id.
TIER_SEQUENCE_NUMBER NUMBER Yes Sequence number for the charge tier.
TIER_FROM NUMBER Yes Number indicating the tier starting value.
TIER_TO NUMBER Number indicating the tier end value.
APPLICATION_METHOD_CODE VARCHAR2 30 Abbreviation that identifies the application method to use for tiered pricing. The ORA_QP_APPLICATION_METHODS lookup type contains the values that you can use for this attribute.
BLOCK_SIZE NUMBER Size of the block to use when calculating the charge for a tier.
PARTIAL_BLOCK_ACTION VARCHAR2 30 Abbreviation that identifies the action to be considered if partial block size is entered. The ORA_QP_PARTIAL_BLOCK_ACTIONS lookup type contains the values that you can use for this attribute.
ADJUSTMENT_TYPE_CODE VARCHAR2 30 Abbreviation that identifies the type of adjustment to apply. The ORA_QP_LINE_ADJ_TYPES lookup type contains the values that you can use for this attribute.
ADJUSTMENT_BASIS_ID NUMBER 18 Value that uniquely identifies the basis to use when the adjustment type is a percent.
ADJUSTMENT_AMOUNT NUMBER Indicates the adjustment amount or the price for each unit or block for the item.
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.
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_CHARGE_TIERS doo_order_charges ORDER_CHARGE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_CHARGE_TIERS_N1 Non Unique Default ORDER_CHARGE_ID
DOO_ORDER_CHARGE_TIERS_U1 Unique Default ORDER_CHARGE_TIER_ID