DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on INV_DECIMALS_PUB

Line 1813: Inv_Decimals_PUB.Validate_Quantity

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

Line 1857: Inv_Decimals_PUB.Validate_Quantity

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

Line 1936: Inv_Decimals_PUB.Validate_Quantity

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