DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_MARGIN_PVT

Line 4474: p_x_line_rec.unit_cost:=OE_MARGIN_PVT.GET_COST(p_x_line_rec);

4470: If OE_FEATURES_PVT.Is_Margin_Avail Then
4471: if l_debug_level > 0 then
4472: oe_debug_pub.add('inside margin code',1);
4473: end if;
4474: p_x_line_rec.unit_cost:=OE_MARGIN_PVT.GET_COST(p_x_line_rec);
4475: End If;
4476: --MRG END
4477:
4478: END IF;