DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_LINE_ADJ_UTIL

Line 4453: OE_Line_Adj_Util.Query_Row(p_price_adjustment_id => p_price_adjustment_id, x_line_adj_rec => x_line_adj_rec);

4449: END IF;
4450: END IF;
4451:
4452: IF l_version_number IS NULL THEN
4453: OE_Line_Adj_Util.Query_Row(p_price_adjustment_id => p_price_adjustment_id, x_line_adj_rec => x_line_adj_rec);
4454: ELSE
4455: G_INTERNAL_QUERY := TRUE;
4456: Query_Rows
4457: ( p_price_adjustment_id => p_price_adjustment_id

Line 4848: OE_Line_Adj_Util.Query_Rows(p_price_adjustment_id => p_price_adjustment_id, p_line_id => p_line_id, p_header_id => p_header_id, x_line_adj_tbl => x_line_adj_tbl);

4844: END IF;
4845:
4846: IF l_version_number IS NULL THEN
4847: --bug3392650 (passing the parameter p_header_id instead of p_line_level_header_id)
4848: OE_Line_Adj_Util.Query_Rows(p_price_adjustment_id => p_price_adjustment_id, p_line_id => p_line_id, p_header_id => p_header_id, x_line_adj_tbl => x_line_adj_tbl);
4849: ELSE
4850:
4851: IF nvl(p_price_adjustment_id,FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM THEN
4852: l_entity := 1;