DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on MTL_UNITS_OF_MEASURE

Line 1219: FROM mtl_units_of_measure

1215: -- Don't fail! Use 'Each' and let the user change it later
1216: v_debug_status := 'UOM_SELECT_EACH';
1217: SELECT uom_code
1218: INTO v_uom_code
1219: FROM mtl_units_of_measure
1220: WHERE unit_of_measure = 'Each';
1221: END;
1222:
1223: