DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on MTL_UNITS_OF_MEASURE

Line 970: FROM mtl_units_of_measure

966: -- Don't fail! Use 'Each' and let the user change it later
967: v_debug_status := 'UOM_SELECT_EACH';
968: SELECT uom_code
969: INTO v_uom_code
970: FROM mtl_units_of_measure
971: WHERE unit_of_measure = 'Each';
972: END;
973:
974: