DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on MTL_UNITS_OF_MEASURE

Line 388: FROM mtl_units_of_measure

384:
385: /* B4724360 - INVCONV */
386: CURSOR Cur_usage_um IS
387: SELECT COUNT(1)
388: FROM mtl_units_of_measure
389: WHERE uom_code = p_usage_um;
390:
391: /* B4724360 - INVCONV - changed the source of uom*/
392: CURSOR Cur_capacity_uom IS

Line 394: FROM mtl_units_of_measure

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