DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on JMF_SHIKYU_UTIL

Line 1191: l_uom_conversion_rate := JMF_SHIKYU_UTIL.Get_Uom_Conversion_Rate

1187: -- Fix for Bug 4885422: Get the conversion rate between the primary and
1188: -- secondary UOMs, and then get the unit price of the SHIKYU component
1189: -- in the primary UOM, since the current price is defined in secondary UOM.
1190:
1191: l_uom_conversion_rate := JMF_SHIKYU_UTIL.Get_Uom_Conversion_Rate
1192: ( P_from_unit => l_price_list_uom
1193: , P_to_unit => l_primary_uom_code
1194: , P_item_id => p_item_id
1195: );