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 1137: MSC_X_UTIL.GET_CUSTOMER_TRANSIT_TIME(

1133:
1134: END;
1135:
1136: l_intransit_lead_time :=
1137: MSC_X_UTIL.GET_CUSTOMER_TRANSIT_TIME(
1138: OEM_COMPANY_ID,
1139: l_source_site_id,
1140: t_customer_id(j),
1141: t_customer_site_id(j));

Line 1194: msc_x_util.get_calendar_code(

1190:
1191: begin
1192:
1193: /* Call the API to get the correct Calendar */
1194: msc_x_util.get_calendar_code(
1195: 1, --OEM
1196: t_organization_id(j), -- customer modeled org
1197: t_aps_customer_id(j), --modeled customer
1198: t_aps_customer_site_id(j), --modeled customer site id

Line 1366: MSC_X_UTIL.GET_UOM_CONVERSION_RATES( t_primary_uom(j)

1362:
1363: l_conv_rate := 1; --- initialize the conv rate
1364:
1365: IF (t_uom_code(j) <> t_primary_uom(j)) THEN
1366: MSC_X_UTIL.GET_UOM_CONVERSION_RATES( t_primary_uom(j)
1367: , t_uom_code(j)
1368: , t_item_id(j)
1369: , l_conv_found
1370: , l_conv_rate