DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_MARGIN_PVT

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

5499: If OE_FEATURES_PVT.Is_Margin_Avail Then
5500: if l_debug_level > 0 then
5501: oe_debug_pub.add('inside margin code',1);
5502: end if;
5503: p_x_line_rec.unit_cost:=OE_MARGIN_PVT.GET_COST(p_x_line_rec);
5504: End If;
5505: --MRG END
5506:
5507: END IF;