DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on INV_CONVERT

Line 4370: l_return := INV_CONVERT.Within_Deviation -- INVCONV

4366: ,p_line_rec.ordered_quantity2
4367: ,l_item_rec.opm_item_um2
4368: ,0);
4369: -- OPM END 06/22 */
4370: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4371: ( p_organization_id => p_line_rec.ship_from_org_id
4372: , p_inventory_item_id => p_line_rec.inventory_item_id
4373: , p_precision => 5
4374: , p_quantity => abs(p_line_rec.ordered_quantity) -- Added abs for bug 6485013

Line 4431: l_return := INV_CONVERT.Within_Deviation -- INVCONV

4427: END IF;
4428:
4429: IF (l_delta_qty1 > 0) AND (l_delta_qty2 > 0) THEN
4430:
4431: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4432: ( p_organization_id =>
4433: p_line_rec.ship_from_org_id
4434: , p_inventory_item_id =>
4435: p_line_rec.inventory_item_id

Line 5996: l_ret_status := inv_convert.validate_item_uom(p_line_rec.order_quantity_uom,p_line_rec.inventory_item_id,nvl(p_line_rec.ship_from_org_id,OE_Sys_Parameters.VALUE_WNPS('MASTER_ORGANIZATION_ID')));

5992: RAISE FND_API.G_EXC_ERROR;
5993: END IF;
5994:
5995: */
5996: l_ret_status := inv_convert.validate_item_uom(p_line_rec.order_quantity_uom,p_line_rec.inventory_item_id,nvl(p_line_rec.ship_from_org_id,OE_Sys_Parameters.VALUE_WNPS('MASTER_ORGANIZATION_ID')));
5997: IF NOT l_ret_status THEN
5998: IF l_debug_level > 0 then
5999: oe_debug_pub.add('uom/item combination invalid',2);
6000: END IF;