DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on INV_DECIMALS_PUB

Line 273: Inv_Decimals_PUB.Validate_Quantity

269: END IF;
270:
271: IF l_temp_requested_quantity <> trunc(l_temp_requested_quantity) THEN
272:
273: Inv_Decimals_PUB.Validate_Quantity
274: (
275: p_item_id => l_inventory_item_id,
276: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
277: p_input_quantity => l_temp_requested_quantity,

Line 734: Inv_Decimals_PUB.Validate_Quantity

730: oe_debug_pub.ADD('Converted Shipped Quantity : '||to_char(l_temp_shipped_quantity),1);
731:
732: IF l_temp_shipped_quantity <> trunc(l_temp_shipped_quantity) THEN
733:
734: Inv_Decimals_PUB.Validate_Quantity
735: (
736: p_item_id => l_inventory_item_id,
737: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
738: p_input_quantity => l_temp_shipped_quantity,

Line 1617: Inv_Decimals_PUB.Validate_Quantity

1613: IF l_debug_level > 0 THEN
1614: oe_debug_pub.add('shipped qty deciaml', 5);
1615: END IF;
1616:
1617: Inv_Decimals_PUB.Validate_Quantity
1618: (p_item_id => p_ship_line_rec.inventory_item_id(p_index),
1619: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1620: p_input_quantity => p_ship_line_rec.shipped_quantity(p_index),
1621: p_uom_code => p_ship_line_rec.order_quantity_uom(p_index),