DOO_ACCUMULATION_HEADERS

This table contains accumulation information used to calculate volume discounts across more than one sales order.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

DOO_ACCUMULATION_HEADERS_PK

ACCUMULATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCUMULATION_ID NUMBER 18 Yes Value that uniquely identifies the accumulation.
INVENTORY_ITEM_ID NUMBER 18 Value that uniquely identifies the item.
UOM_CODE VARCHAR2 3 Unit of measure for the item.
ITEM_LEVEL_CODE VARCHAR2 30 Abbreviation that identifies the level in the item hierarchy where accumulation occurs. Values includes ITEM, ALL_ITEMS, PRODUCT_CATEGORY, or PRODUCT_GROUP.
ACCUMULATION_TXN_TYPE_CODE VARCHAR2 30 Yes Transaction or object type that starts the accumulation. For example, SALES_AGREEMENT.
ACCUMULATION_BASIS_ID NUMBER 18 Value that uniquely identifies the accumulation basis that pricing defines.
ACCUMULATION_OBJECT_KEY_1 VARCHAR2 150 Additional details that describe the accumulation.
ACCUMULATION_OBJECT_KEY_2 VARCHAR2 150 Additional details that describe the accumulation.
ACCUMULATION_OBJECT_KEY_3 VARCHAR2 150 Additional details that describe the accumulation.
ACCUMULATION_OBJECT_KEY_4 VARCHAR2 150 Additional details that describe the accumulation.
ACCUMULATION_OBJECT_KEY_5 VARCHAR2 150 Additional details that describe the accumulation.
ACCUMULATED_VALUE NUMBER Quantity or monetary value of the quantity or amount that the accumulation is accumulating.
ACCUMULATED_VALUE_UNIT_CODE VARCHAR2 3 Abbreviation that identifies the unit of measure or currency for the accumulated value. If accumulation occurs according to quantity, then the application records the UOM code of the item. If accumulation occurs according to amount, then the application records the currency code.
ACCUMULATION_START_DATE TIMESTAMP Date when accumulation starts.
ACCUMULATION_LAST_UPDATE_DATE TIMESTAMP Most recent date when the application updated the accumulation.
ACCUMULATION_LAST_RESET_DATE TIMESTAMP Most recent date when the application reset the accumulation.
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.

Indexes

Index Uniqueness Tablespace Columns
DOO_ACCUMULATION_HEADERS_N1 Non Unique Default ACCUMULATION_OBJECT_KEY_1, ACCUMULATION_OBJECT_KEY_2, ACCUMULATION_OBJECT_KEY_3, ACCUMULATION_OBJECT_KEY_4, ACCUMULATION_OBJECT_KEY_5, ACCUMULATION_TXN_TYPE_CODE, ACCUMULATION_BASIS_ID
DOO_ACCUMULATION_HEADERS_PK Unique Default ACCUMULATION_ID