DBA Data[Home] [Help]

APPS.AMS_CONTCAMPAIGN_PVT dependencies on INV_CONVERT

Line 77: l_to_quantity := Inv_Convert.Inv_Um_Convert (

73:
74:
75: BEGIN
76: -- Call UOM Conversion API. Pass Item ID as 0 as the UOM is not attached to Item
77: l_to_quantity := Inv_Convert.Inv_Um_Convert (
78: item_id => 0 , -- As This is Standard Conversion
79: precision => p_precision,
80: from_quantity => p_from_quantity,
81: from_unit => p_from_uom_code,