DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on JMF_SHIKYU_UTIL

Line 1008: l_uom_conversion_rate := JMF_SHIKYU_UTIL.Get_Uom_Conversion_Rate

1004: -- Fix for Bug 4885422: Get the conversion rate between the primary and
1005: -- secondary UOMs, and then get the unit price of the SHIKYU component
1006: -- in the primary UOM, since the current price is defined in secondary UOM.
1007:
1008: l_uom_conversion_rate := JMF_SHIKYU_UTIL.Get_Uom_Conversion_Rate
1009: ( P_from_unit => l_price_list_uom
1010: , P_to_unit => l_primary_uom_code
1011: , P_item_id => p_item_id
1012: );