DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 6256: OE_Shipping_Integration_PVT.Check_Shipment_Line(

6252: If NOT OE_GLOBALS.Equal(p_x_new_line_rec.Shipped_Quantity,p_old_line_rec.Shipped_Quantity)
6253: Then
6254: --btea
6255: IF p_x_new_line_rec.line_category_code <> 'RETURN' Then
6256: OE_Shipping_Integration_PVT.Check_Shipment_Line(
6257: p_line_rec => p_old_line_rec
6258: , p_shipped_quantity => p_x_new_line_rec.Shipped_Quantity
6259: , x_result_out => l_x_result_out
6260: );