DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on INV_DECIMALS_PUB

Line 1817: Inv_Decimals_PUB.Validate_Quantity

1813: ||L_QTY_RETURN_STATUS , 2 ) ;
1814: END IF;
1815:
1816:
1817: Inv_Decimals_PUB.Validate_Quantity
1818: ( p_item_id => l_line_rec.inventory_item_id,
1819: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1820: p_input_quantity => l_tolerance_quantity_below,
1821: p_uom_code => l_line_rec.order_quantity_uom,

Line 1861: Inv_Decimals_PUB.Validate_Quantity

1857: oe_debug_pub.add('CALLING INVENTORY VALIDATE QUANTITY : '
1858: ||L_QTY_RETURN_STATUS , 2 ) ;
1859: END IF;
1860:
1861: Inv_Decimals_PUB.Validate_Quantity
1862: ( p_item_id => l_line_rec.inventory_item_id,
1863: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1864: p_input_quantity => l_tolerance_quantity_above,
1865: p_uom_code => l_line_rec.order_quantity_uom,

Line 1940: Inv_Decimals_PUB.Validate_Quantity

1936: oe_debug_pub.add('CALLING INVENTORY VALIDATE QUANTITY : '
1937: ||L_QTY_RETURN_STATUS , 2 );
1938: END IF;
1939:
1940: Inv_Decimals_PUB.Validate_Quantity
1941: (p_item_id => l_line_rec.inventory_item_id,
1942: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1943: p_input_quantity => l_temp_shipped_quantity,
1944: p_uom_code => l_line_rec.order_quantity_uom,