DBA Data[Home] [Help]

APPS.OE_CHG_ORDER_PVT dependencies on OE_LINE_ADJ_UTIL

Line 2242: OE_LINE_ADJ_UTIL.Query_Row

2238: p_line_adj_rec.price_adjustment_id <> FND_API.G_MISS_NUM) then
2239: l_line_adj_rec := p_line_adj_rec;
2240: else
2241: -- query the header record
2242: OE_LINE_ADJ_UTIL.Query_Row
2243: (p_price_adjustment_id => p_line_adj_id,
2244: x_line_adj_rec => l_line_adj_rec);
2245: end if;
2246: