DBA Data[Home] [Help]

APPS.MSC_X_CVMI_REPLENISH dependencies on MSC_X_UTIL

Line 385: msc_x_util.get_lookup_meaning('MSC_X_ORDER_TYPE', REPLENISHMENT),

381: l_item_name,
382: l_item_name,
383: NULL,
384: l_item_name,
385: msc_x_util.get_lookup_meaning('MSC_X_ORDER_TYPE', REPLENISHMENT),
386: FND_GLOBAL.CONC_REQUEST_ID, -- request_id
387: FND_GLOBAL.CONC_PROGRAM_ID, -- program_id
388: FND_GLOBAL.PROG_APPL_ID, -- program_application_id
389: null, -- program_update_date

Line 489: msc_x_util.get_lookup_meaning('MSC_X_ORDER_TYPE',

485: , customer_site_id = l_cust_site_id
486: , customer_site_name = l_customer_site_name
487: , new_order_placement_date = SYSDATE
488: , publisher_order_type_desc =
489: msc_x_util.get_lookup_meaning('MSC_X_ORDER_TYPE',
490: REPLENISHMENT)
491: , pub_item_description = l_item_description
492: , tp_item_description = l_item_description
493: , item_description = l_item_description

Line 1125: MSC_X_UTIL.GET_CUSTOMER_TRANSIT_TIME(

1121:
1122: END;
1123:
1124: l_intransit_lead_time :=
1125: MSC_X_UTIL.GET_CUSTOMER_TRANSIT_TIME(
1126: OEM_COMPANY_ID,
1127: l_source_site_id,
1128: t_customer_id(j),
1129: t_customer_site_id(j));

Line 1182: msc_x_util.get_calendar_code(

1178:
1179: begin
1180:
1181: /* Call the API to get the correct Calendar */
1182: msc_x_util.get_calendar_code(
1183: 1, --OEM
1184: t_organization_id(j), -- customer modeled org
1185: t_aps_customer_id(j), --modeled customer
1186: t_aps_customer_site_id(j), --modeled customer site id

Line 1354: MSC_X_UTIL.GET_UOM_CONVERSION_RATES( t_primary_uom(j)

1350:
1351: l_conv_rate := 1; --- initialize the conv rate
1352:
1353: IF (t_uom_code(j) <> t_primary_uom(j)) THEN
1354: MSC_X_UTIL.GET_UOM_CONVERSION_RATES( t_primary_uom(j)
1355: , t_uom_code(j)
1356: , t_item_id(j)
1357: , l_conv_found
1358: , l_conv_rate