DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 6473: OE_Shipping_Integration_PVT.Check_Shipment_Line(

6469: If NOT OE_GLOBALS.Equal(p_x_new_line_rec.Shipped_Quantity,p_old_line_rec.Shipped_Quantity)
6470: Then
6471: --btea
6472: IF p_x_new_line_rec.line_category_code <> 'RETURN' Then
6473: OE_Shipping_Integration_PVT.Check_Shipment_Line(
6474: p_line_rec => p_old_line_rec
6475: , p_shipped_quantity => p_x_new_line_rec.Shipped_Quantity
6476: , x_result_out => l_x_result_out
6477: );