DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_LINE_ADJ_UTIL

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

4545: END IF;
4546: END IF;
4547:
4548: IF l_version_number IS NULL THEN
4549: OE_Line_Adj_Util.Query_Row(p_price_adjustment_id => p_price_adjustment_id, x_line_adj_rec => x_line_adj_rec);
4550: ELSE
4551: G_INTERNAL_QUERY := TRUE;
4552: Query_Rows
4553: ( p_price_adjustment_id => p_price_adjustment_id

Line 4944: 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);

4940: END IF;
4941:
4942: IF l_version_number IS NULL THEN
4943: --bug3392650 (passing the parameter p_header_id instead of p_line_level_header_id)
4944: 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);
4945: ELSE
4946:
4947: IF nvl(p_price_adjustment_id,FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM THEN
4948: l_entity := 1;