DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on MTL_UNITS_OF_MEASURE

Line 396: FROM mtl_units_of_measure

392:
393: /* B4724360 - INVCONV */
394: CURSOR Cur_usage_um IS
395: SELECT COUNT(1)
396: FROM mtl_units_of_measure
397: WHERE uom_code = p_usage_um;
398:
399: /* B4724360 - INVCONV - changed the source of uom*/
400: CURSOR Cur_capacity_uom IS

Line 402: FROM mtl_units_of_measure

398:
399: /* B4724360 - INVCONV - changed the source of uom*/
400: CURSOR Cur_capacity_uom IS
401: SELECT COUNT(1)
402: FROM mtl_units_of_measure
403: WHERE uom_code = p_capacity_uom;
404:
405: CURSOR Cur_calendar_code IS
406: SELECT COUNT(1)