DOO_PRICE_ADJUSTMENTS

This table would contain information on the Price Adjustments such as discounts, promotions for a fulfillment Line.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_PRICE_ADJUSTMENTS_PK

PRICE_ADJUSTMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
PRICE_ADJUSTMENT_ID NUMBER 18 Yes Unique identifier of the price adjustment.
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.
HEADER_ID NUMBER 18 Yes Reference to the unique identifier for the orchestration order
LINE_ID NUMBER 18 Reference to the unique identifier for the orchestration order line
FULFILL_LINE_ID NUMBER 18 Reference to the unique identifier of a fulfillment line
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.
ORIG_SYS_ADJUSTMENT_REF VARCHAR2 50 Stores Original System Discount/ Charge Reference
CREDIT_OR_CHARGE_FLAG VARCHAR2 1 Not used.
AMOUNT NUMBER This can be Cost amount or Charge amount
INVOICED_FLAG VARCHAR2 1 Indicator implying adjustment record has been billed
ADJUSTMENT_TYPE_CODE VARCHAR2 30 Type of Adjustment - Look up values of Discount/ Charge / Cost
ADJUSTMENT_NAME VARCHAR2 1000 The description of the Discount or Charge or Cost
REFERENCE_PRICE_ADJUSTMENT_ID NUMBER 18 Used by change mgmt to associate the change order's price adj id with the original order's price adj id.
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

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_PRICE_ADJUSTMENTS doo_headers_all HEADER_ID
DOO_PRICE_ADJUSTMENTS doo_fulfill_lines_all FULFILL_LINE_ID
doo_price_adjustments_eff_b doo_price_adjustments PRICE_ADJUSTMENT_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_PRICE_ADJUSTMENTS_FK1 Non Unique Default FULFILL_LINE_ID
DOO_PRICE_ADJUSTMENTS_FK2 Non Unique Default HEADER_ID
DOO_PRICE_ADJUSTMENTS_N1 Non Unique Default REFERENCE_PRICE_ADJUSTMENT_ID
DOO_PRICE_ADJUSTMENTS_PK Unique Default PRICE_ADJUSTMENT_ID