DBA Data[Home] [Help]

APPS.OE_CHG_ORDER_PVT dependencies on OE_LINE_ADJ_UTIL

Line 2260: OE_LINE_ADJ_UTIL.Query_Row

2256: p_line_adj_rec.price_adjustment_id <> FND_API.G_MISS_NUM) then
2257: l_line_adj_rec := p_line_adj_rec;
2258: else
2259: -- query the header record
2260: OE_LINE_ADJ_UTIL.Query_Row
2261: (p_price_adjustment_id => p_line_adj_id,
2262: x_line_adj_rec => l_line_adj_rec);
2263: end if;
2264: