DBA Data[Home] [Help]

APPS.MSC_X_CVMI_PLANNING dependencies on MSC_X_UTIL

Line 177: msc_x_util.get_calendar_code(

173: l_sce_customer_id := aps_to_sce(p_customer_id, COMPANY_MAPPING);
174: l_sce_customer_site_id := aps_to_sce(p_customer_site_id, SITE_MAPPING);
175:
176: /* Call the API to get the correct Calendar */
177: msc_x_util.get_calendar_code(
178: 1,
179: l_sce_organization_id,
180: l_sce_customer_id,
181: l_sce_customer_site_id,

Line 241: MSC_X_UTIL.GET_UOM_CONVERSION_RATES( c_rec.primary_uom

237: , l_horizon_start_date
238: )
239: LOOP
240: IF (c_rec.primary_uom <> p_item_uom_code) THEN
241: MSC_X_UTIL.GET_UOM_CONVERSION_RATES( c_rec.primary_uom
242: , p_item_uom_code
243: , p_inventory_item_id
244: , l_conv_found
245: , l_conv_rate