DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_LINE_ADJ_UTIL

Line 4751: OE_Line_Adj_Util.Query_Row(p_price_adjustment_id=>l_adjustments_rec.price_adjustment_id,x_line_adj_rec=>l_line_adj_rec);

4747: IF l_adjustments_tbl.COUNT <> 0 THEN
4748: FOR I IN 1..l_adjustments_tbl.COUNT LOOP
4749: l_adjustments_rec := l_adjustments_tbl(I);
4750: l_discounts_rec := p_interface_line_rec;
4751: OE_Line_Adj_Util.Query_Row(p_price_adjustment_id=>l_adjustments_rec.price_adjustment_id,x_line_adj_rec=>l_line_adj_rec);
4752: -- Do not set mandatory grouping columns to different value than order line.
4753: -- This can cause discount lines to group into different invoice (if values
4754: -- are different from sales order line)
4755: -- l_discounts_rec.INTERFACE_LINE_ATTRIBUTE3 := '0';