DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on MTL_UNITS_OF_MEASURE

Line 97: FROM mtl_units_of_measure

93:
94: /* B5609637 UOM cursor to find the routing UOM class and the routing class UOM class */
95: CURSOR Cur_uom_class (p_uom_code VARCHAR2) IS
96: SELECT uom_class
97: FROM mtl_units_of_measure
98: WHERE uom_code = p_uom_code;
99:
100: /* B9314021 user id cursor to check the valid user */
101: CURSOR Cur_user_id (p_owner_id NUMBER) IS