DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on MTL_UNITS_OF_MEASURE_VL

Line 6792: FROM mtl_units_of_measure_vl

6788: IF p_charge_periodicity_code IS NOT NULL THEN
6789:
6790: SELECT unit_of_measure
6791: INTO l_charge_periodicity_dsp
6792: FROM mtl_units_of_measure_vl
6793: WHERE uom_class=l_profile_value
6794: and uom_code=p_charge_periodicity_code;
6795:
6796: END IF;