DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on INV_CONVERT

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

2820:
2821: ELSE
2822:
2823: -- Bug 1544265
2824: -- For other item types, validate uom using inv_convert api
2825: l_ret_status := inv_convert.validate_item_uom
2826: (p_line_rec.order_quantity_uom(l_index)
2827: ,p_line_rec.inventory_item_id(l_index)
2828: ,nvl(p_line_rec.ship_from_org_id(l_index)

Line 2825: l_ret_status := inv_convert.validate_item_uom

2821: ELSE
2822:
2823: -- Bug 1544265
2824: -- For other item types, validate uom using inv_convert api
2825: l_ret_status := inv_convert.validate_item_uom
2826: (p_line_rec.order_quantity_uom(l_index)
2827: ,p_line_rec.inventory_item_id(l_index)
2828: ,nvl(p_line_rec.ship_from_org_id(l_index)
2829: ,OE_Bulk_Order_PVT.G_ITEM_ORG )

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

4542: p_apps_from_uom => p_line_rec.order_quantity_uom(p_index) ,
4543: p_apps_to_uom => p_line_rec.ordered_quantity_uom2(p_index) ,
4544: p_original_qty => p_line_rec.ordered_quantity(p_index) ); */
4545:
4546: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4547: ,NULL -- p_lot_number -- INVCONV
4548: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4549: ,5 --NULL
4550: ,p_line_rec.ordered_quantity(p_index)

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

4575: p_apps_from_uom => p_line_rec.ordered_quantity_uom2(p_index),
4576: p_apps_to_uom => p_line_rec.order_quantity_uom(p_index),
4577: p_original_qty => p_line_rec.ordered_quantity2(p_index)); */
4578:
4579: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4580: ,NULL -- p_lot_number -- INVCONV
4581: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4582: ,5 --NULL
4583: ,p_line_rec.ordered_quantity2(p_index)

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

4607: /* check the deviation and error out */
4608: IF l_debug_level > 0 THEN
4609: oe_debug_pub.add('Calculate_dual_quantity : check the deviation 1 and error out if necc ', 3);
4610: END IF;
4611: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4612: ( p_organization_id =>
4613: p_line_rec.ship_from_org_id(p_index)
4614: , p_inventory_item_id =>
4615: p_line_rec.inventory_item_id(p_index)

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

4667: AND (NVL(p_line_rec.ordered_quantity(p_index),0) <> 0 ) THEN
4668: IF l_debug_level > 0 THEN
4669: oe_debug_pub.add('Calculate_dual_quantity : quantity2 is null and type 2(D default) so calculate it', 3);
4670: END IF;
4671: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4672: ,NULL -- p_lot_number -- INVCONV
4673: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4674: ,5 --NULL
4675: ,p_line_rec.ordered_quantity(p_index)

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

4706: oe_debug_pub.add('Calculate_dual_quantity : quantity is null and type 2 (D) so calculate it', 3);
4707: END IF;
4708:
4709:
4710: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_line_rec.inventory_item_id(p_index)-- INVCONV
4711: ,NULL -- p_lot_number -- INVCONV
4712: ,p_line_rec.ship_from_org_id(p_index) -- INVCONV
4713: ,5 --NULL
4714: ,p_line_rec.ordered_quantity2(p_index)

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

4768:
4769: IF l_debug_level > 0 THEN
4770: oe_debug_pub.add('Calculate_dual_quantity : check the deviation 2 and error out if necc ', 3);
4771: END IF;
4772: l_return := INV_CONVERT.Within_Deviation -- INVCONV
4773: ( p_organization_id =>
4774: p_line_rec.ship_from_org_id(p_index)
4775: , p_inventory_item_id =>
4776: p_line_rec.inventory_item_id(p_index)