Results for “parent_adjustment_id”
50+ results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
OE_AK_HEADER_PRCADJS_V is a reportable, multi-record view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the Oracle Order Management (ONT) product family and exposes header-level price adjustment (modifier) information in a flattened, denormalized form suitable for Oracle Application Framework (OAF) regions, Oracle XML Publisher reports, Business Intelligence Publisher extracts, and custom integrations. The view is an "AK" (Application Kit) style construct, meaning it is designed to feed declarative UI pages and reporting layers rather than to serve as a transaction-entry object. Records are read-only from a business-logic perspective; all DML should target the underlying pricing entities. Because it surfaces attributes such as ESTIMATED_FLAG, APPLIED_FLAG, INVOICED_FLAG, and MODIFIED_FROM/MODIFIED_TO, it is frequently used to analyze how list price and modifier adjustments were estimated, applied, and subsequently invoiced across an order header.
Underlying Base Objects
Per the ETRM 12.2.2 metadata, the view is defined over the base object OE_PRICE_ADJUSTMENTS_V (itself a view). The visible SELECT list references pricing-adjustment columns such as PRICE_ADJUSTMENT_ID, HEADER_ID, LINE_ID, DISCOUNT_ID, DISCOUNT_LINE_ID, LIST_HEADER_ID, LIST_LINE_ID, MODIFIER_MECHANISM_TYPE_CODE, OPERAND, ARITHMETIC_OPERATOR, PERCENT, and ADJUSTED_AMOUNT. These ultimately trace to the Advance Pricing (QP) adjustment and list-line tables (for example QP_LIST_HEADERS, QP_LIST_LINES, QP_PRICE_ADJUSTMENTS, and QP_PRICING_ATTRIBUTES) joined to OE_ORDER_HEADERS_ALL through HEADER_ID. Because the view inherits from OE_PRICE_ADJUSTMENTS_V, any change to the underlying pricing views propagates automatically; customers should never hard-code column ordering, as several columns are literal RPAD separators appended by the AK generator.
Key Columns
- HEADER_ID – Surrogate key linking the adjustment to OE_ORDER_HEADERS_ALL; the primary join for header-level reporting.
- PRICE_ADJUSTMENT_ID / DISCOUNT_LINE_ID – Identifiers for the applied modifier and its list line.
- ESTIMATED_FLAG – Indicates whether the adjustment amount is an estimate (not yet finalized). This is the column most frequently searched when reconciling estimated versus actual pricing.
- APPLIED_FLAG / UPDATED_FLAG / INVOICED_FLAG – Status indicators for whether the modifier has been applied, updated, or invoiced.
- MODIFIER_MECHANISM_TYPE_CODE, OPERAND, ARITHMETIC_OPERATOR, PERCENT – Define the calculation mechanism of the adjustment.
- MODIFIED_FROM / MODIFIED_TO / ADJUSTED_AMOUNT – The value range affected and the resulting adjusted amount.
- AUTOMATIC_FLAG, UPDATE_ALLOWED, CHANGE_REASON_CODE – Control and audit attributes.
- AC_ATTRIBUTE1..15 / ATTRIBUTE1..15 – Descriptive flexfield context and segments for extensibility.
Common Use Cases and Queries
Typical uses include reconciling estimated price adjustments against invoiced amounts, exporting modifier detail for downstream analytics, and exposing header price adjustments in custom OAF pages. A representative query filtering on the searched column is:
SELECT header_id, price_adjustment_id, modified_from, modified_to, adjusted_amount, estimated_flag, applied_flag FROM oe_ak_header_prcadj_v WHERE estimated_flag = 'Y';- Join to
oe_order_headers_allonheader_idto retrieve order_number and ordered_date. - Join to
oe_price_adjustments_vonprice_adjustment_idfor line-level detail.
Because the view is read-only and denormalized, use it for reporting rather than transactional updates.
-
View: OE_AK_HEADER_PRCADJS_V 12.2.2
APPS.OE_AK_HEADER_PRCADJS_V·↳ OE_PRICE_ADJUSTMENTS_V·Explore ONT module →
-
View: OKX_QTE_PRC_ADJMNTS_V 12.2.2
APPS.OKX_QTE_PRC_ADJMNTS_V·↳ ASO_PRICE_ADJUSTMENTS·Explore OKX module →
-
View: OE_AK_LINE_PRCADJS_V 12.2.2
APPS.OE_AK_LINE_PRCADJS_V·↳ OE_PRICE_ADJUSTMENTS_V·Explore ONT module →
-
View: OE_AK_HEADER_PRCADJS_V 12.1.1
APPS.OE_AK_HEADER_PRCADJS_V·↳ OE_PRICE_ADJUSTMENTS_V·Explore ONT module →
-
view based on aso_price_adjustments
APPS.ASO_PRICE_ADJUSTMENTS_V·↳ ASO_PRICE_ADJUSTMENTS·↳ QP_LIST_HEADERS_B·↳ QP_LIST_HEADERS_TL·Explore ASO module →
-
View: OE_PRICE_ADJUSTMENTS_V 12.2.2
This is a view on table OE_PRICE_ADJUSTMENTS.
APPS.OE_PRICE_ADJUSTMENTS_V·↳ OE_PRICE_ADJUSTMENTS·↳ QP_LIST_HEADERS_TL·Explore ONT module →
-
View: OE_AK_LINE_PRCADJS_V 12.1.1
APPS.OE_AK_LINE_PRCADJS_V·↳ OE_PRICE_ADJUSTMENTS_V·Explore ONT module →
-
This table is used to store price adjustments that have been applied to an order or a line. It is also used to store the freight and special charges, Tax on order line, and Shipping Costs captured at ship confirmation. For Tax records the
-
This is a multi-org open interface table for sales order/line price adjustments.
-
View: OKX_QTE_PRC_ADJMNTS_V 12.1.1
APPS.OKX_QTE_PRC_ADJMNTS_V·↳ ASO_PRICE_ADJUSTMENTS·Explore OKX module →
-
Stores history regarding the Price Adjustments
-
Draft table for the Price Adjustments.
-
This table is used to store price adjustments that have been applied to an order or a line. It is also used to store the freight and special charges, Tax on order line, and Shipping Costs captured at ship confirmation. For Tax records the
-
View: OE_ORD_PRC_ADJ_HIST_V 12.2.2
APPS.OE_ORD_PRC_ADJ_HIST_V·↳ OE_ORDER_HEADERS_ALL·↳ OE_PRICE_ADJS_HISTORY·Explore ONT module →
-
View: OE_LINE_PRC_ADJ_HIST_V 12.2.2
APPS.OE_LINE_PRC_ADJ_HIST_V·↳ OE_ORDER_HEADERS_ALL·↳ OE_ORDER_LINES_ALL·↳ OE_PRICE_ADJS_HISTORY·Explore ONT module →
-
This view is used to retrieve Price Adjustments history. This is used by the history form.
APPS.OE_PRICE_ADJS_HISTORY_V·↳ OE_PRICE_ADJS_HISTORY·↳ QP_LIST_HEADERS_TL·Explore ONT module →
-
This view is used to retrieve Price Adjustments history. This is used by the history form.
APPS.OE_PRICE_ADJS_HISTORY_V·↳ OE_PRICE_ADJS_HISTORY·↳ QP_LIST_HEADERS_TL·Explore ONT module →
-
view based on aso_price_adjustments
APPS.ASO_PRICE_ADJUSTMENTS_V·↳ ASO_PRICE_ADJUSTMENTS·↳ QP_LIST_HEADERS_B·↳ QP_LIST_HEADERS_TL·Explore ASO module →
-
View: OE_ORD_PRC_ADJ_HIST_V 12.1.1
APPS.OE_ORD_PRC_ADJ_HIST_V·↳ OE_ORDER_HEADERS_ALL·↳ OE_PRICE_ADJS_HISTORY·Explore ONT module →
-
View: OE_LINE_PRC_ADJ_HIST_V 12.1.1
APPS.OE_LINE_PRC_ADJ_HIST_V·↳ OE_ORDER_HEADERS_ALL·↳ OE_ORDER_LINES_ALL·↳ OE_PRICE_ADJS_HISTORY·Explore ONT module →
-
View: OE_PRICE_ADJUSTMENTS_V 12.1.1
This is a view on table OE_PRICE_ADJUSTMENTS.
APPS.OE_PRICE_ADJUSTMENTS_V·↳ OE_PRICE_ADJUSTMENTS·↳ QP_LIST_HEADERS_TL·Explore ONT module →
-
Table to Store the Price Adjustments
-
This is a multi-org open interface table for sales order/line price adjustments.
-
Table to Store the Price Adjustments
-
Stores information regarding the Price Adjustments
-
Stores history of attribute changes of Entity Price
-
Stores history of attribute changes of Entity Price