DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 426: OE_Shipping_Integration_PVT.Update_Shipping_From_OE

422: l_delete_lines_tbl(1).param1 := FND_API.G_TRUE;
423: l_delete_lines_tbl(1).param2 := FND_API.G_FALSE;
424: l_delete_lines_tbl(1).request_unique_key1 := OE_GLOBALS.G_OPR_DELETE;
425:
426: OE_Shipping_Integration_PVT.Update_Shipping_From_OE
427: (p_update_lines_tbl => l_delete_lines_tbl,
428: x_return_status => l_return_status
429: );
430:

Line 5823: OE_Shipping_Integration_PVT.Check_Shipment_Line(

5819: --RT}
5820: Then
5821: --btea
5822: IF p_x_line_rec.line_category_code <> 'RETURN' Then
5823: OE_Shipping_Integration_PVT.Check_Shipment_Line(
5824: p_line_rec => p_old_line_rec
5825: , p_shipped_quantity => p_x_line_rec.Shipped_Quantity
5826: , x_result_out => l_x_result_out
5827: );

Line 20032: OE_Shipping_Integration_PVT.Process_SMC_Shipping

20028: IF l_count = 0 THEN
20029:
20030: oe_debug_pub.add('need to call smc shipping', 1);
20031:
20032: OE_Shipping_Integration_PVT.Process_SMC_Shipping
20033: (p_line_id => p_x_line_tbl(I).line_id
20034: ,p_top_model_line_id => p_x_line_tbl(I).top_model_line_id
20035: ,x_return_status => l_return_status);
20036: