DBA Data[Home] [Help]

APPS.PO_INV_INTEGRATION_GRP dependencies on INV_CONVERT

Line 65: l_to_quantity := INV_CONVERT.inv_um_convert (

61: return;
62: END IF;
63:
64: -- Call the Inv API to get the qty
65: l_to_quantity := INV_CONVERT.inv_um_convert (
66: item_id => p_item_id,
67: precision => 5,
68: from_quantity => p_from_quantity,
69: from_unit => null,

Line 153: l_return_code := INV_CONVERT.within_deviation(

149: return;
150: END IF;
151:
152: -- call the inv API to check deviation
153: l_return_code := INV_CONVERT.within_deviation(
154: p_organization_id => p_organization_id,
155: p_inventory_item_id => p_item_id,
156: p_lot_number => null,
157: p_precision => 5,