DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on MTL_UNITS_OF_MEASURE_VL

Line 6766: FROM mtl_units_of_measure_vl

6762: IF p_charge_periodicity_code IS NOT NULL THEN
6763:
6764: SELECT unit_of_measure
6765: INTO l_charge_periodicity_dsp
6766: FROM mtl_units_of_measure_vl
6767: WHERE uom_class=l_profile_value
6768: and uom_code=p_charge_periodicity_code;
6769:
6770: END IF;