DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on INV_DECIMALS_PUB

Line 281: Inv_Decimals_PUB.Validate_Quantity

277: END IF;
278:
279: IF l_temp_requested_quantity <> trunc(l_temp_requested_quantity) THEN
280:
281: Inv_Decimals_PUB.Validate_Quantity
282: (
283: p_item_id => l_inventory_item_id,
284: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
285: p_input_quantity => l_temp_requested_quantity,

Line 749: Inv_Decimals_PUB.Validate_Quantity

745: oe_debug_pub.ADD('Converted Shipped Quantity : '||to_char(l_temp_shipped_quantity),1);
746:
747: IF l_temp_shipped_quantity <> trunc(l_temp_shipped_quantity) THEN
748:
749: Inv_Decimals_PUB.Validate_Quantity
750: (
751: p_item_id => l_inventory_item_id,
752: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
753: p_input_quantity => l_temp_shipped_quantity,

Line 1703: Inv_Decimals_PUB.Validate_Quantity

1699: IF l_debug_level > 0 THEN
1700: oe_debug_pub.add('shipped qty deciaml', 5);
1701: END IF;
1702:
1703: Inv_Decimals_PUB.Validate_Quantity
1704: (p_item_id => p_ship_line_rec.inventory_item_id(p_index),
1705: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1706: p_input_quantity => p_ship_line_rec.shipped_quantity(p_index),
1707: p_uom_code => p_ship_line_rec.order_quantity_uom(p_index),