DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_DECIMALS_PUB

Line 2670: Inv_Decimals_PUB.Validate_Quantity

2666: end if;
2667:
2668: IF l_temp_shipped_quantity <> trunc(l_temp_shipped_quantity) THEN
2669:
2670: Inv_Decimals_PUB.Validate_Quantity
2671: (
2672: p_item_id => p_x_line_rec.inventory_item_id,
2673: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
2674: p_input_quantity => l_temp_shipped_quantity,