DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_MARGIN_PVT

Line 3498: OE_MARGIN_PVT.Get_Order_Margin ( p_header_id => l_transaction_id,

3494:
3495: --- ???? Check with PM
3496: l_credit_hold := OE_Order_Wf_Util.check_credit_hold (p_hold_entity_code => 'O',
3497: p_hold_entity_id => l_transaction_id);
3498: OE_MARGIN_PVT.Get_Order_Margin ( p_header_id => l_transaction_id,
3499: x_order_margin_percent => l_order_margin_percent,
3500: x_order_margin_amount => l_order_margin_amount);
3501:
3502: l_order_margin_percent := Round(l_order_margin_percent, Oe_Order_Util.G_Precision); -- Bug 6275663

Line 3660: OE_MARGIN_PVT.Get_Line_Margin ( p_line_rec => l_line_rec,

3656: l_line_rec.ACTUAL_SHIPMENT_DATE := l_line.ACTUAL_SHIPMENT_DATE;
3657: l_line_rec.FULFILLMENT_DATE := l_line.FULFILLMENT_DATE;
3658: l_line_rec.unit_selling_price := l_line.unit_selling_price; --bug 5155086
3659:
3660: OE_MARGIN_PVT.Get_Line_Margin ( p_line_rec => l_line_rec,
3661: x_unit_cost => l_unit_cost,
3662: x_unit_margin_amount => l_unit_margin_amount,
3663: x_margin_percent => l_line_margin_percent);
3664: