You are on page 1of 2

Calculate Price Flag in Oracle Order Management

Price Flag indicates the control for which the price is frozen.

Adjustment is based on lookup type CALCULATE_PRICE_FLAG which are


1. Y = (Calculate Price): Apply all prices and modifiers to the request line.
2. N = (Freeze Price): Do not apply any prices or modifiers to the request line.

Consider the volume of the request line when processing LINEGROUP modifiers
for other lines.
3. P = (Partial Price): Apply prices and modifiers in phases whose freeze override
flag is Y.
If it is set to Calculate Price (Y), both pricing and freight charges calculation are
done.
If it is set to Partial Price (P), only freight charges calculation is done.
If it is set to Freeze Price (N), neither pricing nor freight charges calculation is
done

Calculate Price Flag Passed by the calling application to enable the calling
application to fully or partially freeze a price request. Depending on the value of the
flag, price may be completely frozen, or additional modifiers may be applied in
certain phases.
If it is set to Freeze Price, neither pricing nor freight charges calculation is done.
If any order line for an order has the Calculate Price Flag value equal to Partial
Price or Freeze Price new order level adjustments will not be applied or allowed to be
overridden.
If it is set to Calculate Price, both pricing and freight charges calculation are done.
If it is set to Partial Price, only freight charges calculation is done.
If it is set to Freeze Price, neither pricing nor freight charges calculation is done

You might also like