DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RPT_UTIL dependencies on MTL_UNITS_OF_MEASURE_VL

Line 372: FROM mtl_units_of_measure_vl

368: THEN
369: --get the current unit of measure from the given uom_code;
370: SELECT unit_of_measure
371: INTO l_current_uom
372: FROM mtl_units_of_measure_vl
373: WHERE uom_code = p_current_uom_code;
374: END IF;
375:
376: --get the primary UOM

Line 384: FROM mtl_units_of_measure_vl

380:
381: --get the primary uom_code
382: SELECT uom_code
383: INTO l_primary_uom_code
384: FROM mtl_units_of_measure_vl
385: WHERE unit_of_measure = l_primary_uom;
386:
387: RETURN l_primary_uom_code;
388:

Line 417: FROM mtl_units_of_measure_vl

413: BEGIN
414: --get the current unit of measure from the given uom_code;
415: SELECT unit_of_measure
416: INTO l_current_uom
417: FROM mtl_units_of_measure_vl
418: WHERE uom_code = p_current_uom_code;
419:
420: --get the primary UOM
421: l_primary_uom := po_uom_s.get_primary_uom(p_item_id