DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_LINE_UTIL

Line 1366: oe_line_util.update_adjustment_flags(l_line_rec, l_line_rec);

1362: oe_debug_pub.add('priced quantity:'||l_pricing_quantity);
1363: oe_debug_pub.add( 'ordered_quantity:Cancelled_quantity'||l_ordered_quantity||':'||l_line_rec.cancelled_quantity ) ;
1364: END IF;
1365: if (l_ordered_quantity <= nvl(l_line_rec.cancelled_quantity, 0)) Then
1366: oe_line_util.update_adjustment_flags(l_line_rec, l_line_rec);
1367: Delete_Prg(l_line_rec);
1368: else
1369: l_ordered_quantity := l_ordered_quantity - nvl(l_line_rec.cancelled_quantity, 0);
1370: l_pricing_quantity := l_pricing_quantity - nvl(l_line_rec.cancelled_quantity, 0);