DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 243: OE_Shipping_Integration_PVT.Update_Shipping_From_OE

239: l_delete_lines_tbl(1).param1 := FND_API.G_TRUE;
240: l_delete_lines_tbl(1).param2 := FND_API.G_FALSE;
241: l_delete_lines_tbl(1).request_unique_key1 := OE_GLOBALS.G_OPR_DELETE;
242:
243: OE_Shipping_Integration_PVT.Update_Shipping_From_OE
244: (p_update_lines_tbl => l_delete_lines_tbl,
245: x_return_status => l_return_status
246: );
247:

Line 4742: OE_Shipping_Integration_PVT.Check_Shipment_Line(

4738: --RT}
4739: Then
4740: --btea
4741: IF p_x_line_rec.line_category_code <> 'RETURN' Then
4742: OE_Shipping_Integration_PVT.Check_Shipment_Line(
4743: p_line_rec => p_old_line_rec
4744: , p_shipped_quantity => p_x_line_rec.Shipped_Quantity
4745: , x_result_out => l_x_result_out
4746: );

Line 18229: OE_Shipping_Integration_PVT.Process_SMC_Shipping

18225: IF l_count = 0 THEN
18226:
18227: oe_debug_pub.add('need to call smc shipping', 1);
18228:
18229: OE_Shipping_Integration_PVT.Process_SMC_Shipping
18230: (p_line_id => p_x_line_tbl(I).line_id
18231: ,p_top_model_line_id => p_x_line_tbl(I).top_model_line_id
18232: ,x_return_status => l_return_status);
18233: