DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_LINE_UTIL

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

1723: END IF;
1724: --added condition to stop deletion of service lines after splitting for bug 16317034
1725: if (l_ordered_quantity <= nvl(l_line_rec.cancelled_quantity, 0)) AND l_line_rec.service_reference_type_code <> 'ORDER'
1726: AND (l_line_rec.service_reference_line_id IS NULL OR l_line_rec.service_reference_line_id = FND_API.G_MISS_NUM) Then
1727: oe_line_util.update_adjustment_flags(l_line_rec, l_line_rec);
1728: Delete_Prg(l_line_rec);
1729: else
1730: l_ordered_quantity := l_ordered_quantity - nvl(l_line_rec.cancelled_quantity, 0);
1731: l_pricing_quantity := l_pricing_quantity - nvl(l_line_rec.cancelled_quantity, 0);