DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on INV_CONVERT

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

4666: ,p_line_rec.ordered_quantity2
4667: ,l_item_rec.opm_item_um2
4668: ,0);
4669: -- OPM END 06/22 */
4670: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4671: ( p_organization_id => p_line_rec.ship_from_org_id
4672: , p_inventory_item_id => p_line_rec.inventory_item_id
4673: , p_precision => 5
4674: , p_quantity => abs(p_line_rec.ordered_quantity) -- Added abs for bug 6485013

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

4737: END IF;
4738:
4739: IF (l_delta_qty1 > 0) AND (l_delta_qty2 > 0) THEN
4740:
4741: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4742: ( p_organization_id =>
4743: p_line_rec.ship_from_org_id
4744: , p_inventory_item_id =>
4745: p_line_rec.inventory_item_id

Line 6368: 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')));

6364: RAISE FND_API.G_EXC_ERROR;
6365: END IF;
6366:
6367: */
6368: 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')));
6369: IF NOT l_ret_status THEN
6370: IF l_debug_level > 0 then
6371: oe_debug_pub.add('uom/item combination invalid',2);
6372: END IF;