DBA Data[Home] [Help]

APPS.GMI_ERES_UTILS dependencies on SY_UOMS_TYP

Line 94: FROM sy_uoms_typ

90: puom OUT NOCOPY VARCHAR2) IS
91:
92: CURSOR get_base_uom IS
93: SELECT std_um
94: FROM sy_uoms_typ
95: WHERE um_type = pum_type;
96:
97: BEGIN
98: