DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_DECIMALS_PUB

Line 3232: Inv_Decimals_PUB.Validate_Quantity

3228: end if;
3229:
3230: IF l_temp_shipped_quantity <> trunc(l_temp_shipped_quantity) THEN
3231:
3232: Inv_Decimals_PUB.Validate_Quantity
3233: (
3234: p_item_id => p_x_line_rec.inventory_item_id,
3235: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
3236: p_input_quantity => l_temp_shipped_quantity,