DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on INV_CONVERT

Line 2879: -- For other item types, validate uom using inv_convert api

2875:
2876: ELSE
2877:
2878: -- Bug 1544265
2879: -- For other item types, validate uom using inv_convert api
2880: l_ret_status := inv_convert.validate_item_uom
2881: (p_line_rec.order_quantity_uom(l_index)
2882: ,p_line_rec.inventory_item_id(l_index)
2883: ,nvl(p_line_rec.ship_from_org_id(l_index)

Line 2880: l_ret_status := inv_convert.validate_item_uom

2876: ELSE
2877:
2878: -- Bug 1544265
2879: -- For other item types, validate uom using inv_convert api
2880: l_ret_status := inv_convert.validate_item_uom
2881: (p_line_rec.order_quantity_uom(l_index)
2882: ,p_line_rec.inventory_item_id(l_index)
2883: ,nvl(p_line_rec.ship_from_org_id(l_index)
2884: ,OE_Bulk_Order_PVT.G_ITEM_ORG )

Line 4651: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV

4647: p_apps_from_uom => p_line_rec.order_quantity_uom(p_index) ,
4648: p_apps_to_uom => p_line_rec.ordered_quantity_uom2(p_index) ,
4649: p_original_qty => p_line_rec.ordered_quantity(p_index) ); */
4650:
4651: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4652: ,NULL -- p_lot_number -- INVCONV
4653: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4654: ,5 --NULL
4655: ,p_line_rec.ordered_quantity(p_index)

Line 4684: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV

4680: p_apps_from_uom => p_line_rec.ordered_quantity_uom2(p_index),
4681: p_apps_to_uom => p_line_rec.order_quantity_uom(p_index),
4682: p_original_qty => p_line_rec.ordered_quantity2(p_index)); */
4683:
4684: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4685: ,NULL -- p_lot_number -- INVCONV
4686: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4687: ,5 --NULL
4688: ,p_line_rec.ordered_quantity2(p_index)

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

4712: /* check the deviation and error out */
4713: IF l_debug_level > 0 THEN
4714: oe_debug_pub.add('Calculate_dual_quantity : check the deviation 1 and error out if necc ', 3);
4715: END IF;
4716: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4717: ( p_organization_id =>
4718: p_line_rec.ship_from_org_id(p_index)
4719: , p_inventory_item_id =>
4720: p_line_rec.inventory_item_id(p_index)

Line 4776: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV

4772: AND (NVL(p_line_rec.ordered_quantity(p_index),0) <> 0 ) THEN
4773: IF l_debug_level > 0 THEN
4774: oe_debug_pub.add('Calculate_dual_quantity : quantity2 is null and type 2(D default) so calculate it', 3);
4775: END IF;
4776: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4777: ,NULL -- p_lot_number -- INVCONV
4778: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4779: ,5 --NULL
4780: ,p_line_rec.ordered_quantity(p_index)

Line 4815: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV

4811: oe_debug_pub.add('Calculate_dual_quantity : quantity is null and type 2 (D) so calculate it', 3);
4812: END IF;
4813:
4814:
4815: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4816: ,NULL -- p_lot_number -- INVCONV
4817: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4818: ,5 --NULL
4819: ,p_line_rec.ordered_quantity2(p_index)

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

4873:
4874: IF l_debug_level > 0 THEN
4875: oe_debug_pub.add('Calculate_dual_quantity : check the deviation 2 and error out if necc ', 3);
4876: END IF;
4877: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4878: ( p_organization_id =>
4879: p_line_rec.ship_from_org_id(p_index)
4880: , p_inventory_item_id =>
4881: p_line_rec.inventory_item_id(p_index)