DBA Data[Home] [Help]

APPS.GMIVILC dependencies on SY_UOMS_TYP

Line 227: sy_uoms_typ from_type,

223: item_type.um_type, item_type.std_um
224: INTO l_from_type, l_from_std, l_to_type, l_to_std,
225: l_item_type, l_item_std
226: FROM
227: sy_uoms_typ from_type,
228: sy_uoms_mst from_std,
229: sy_uoms_typ to_type,
230: sy_uoms_mst to_std,
231: sy_uoms_typ item_type,

Line 229: sy_uoms_typ to_type,

225: l_item_type, l_item_std
226: FROM
227: sy_uoms_typ from_type,
228: sy_uoms_mst from_std,
229: sy_uoms_typ to_type,
230: sy_uoms_mst to_std,
231: sy_uoms_typ item_type,
232: sy_uoms_mst item_std
233: WHERE

Line 231: sy_uoms_typ item_type,

227: sy_uoms_typ from_type,
228: sy_uoms_mst from_std,
229: sy_uoms_typ to_type,
230: sy_uoms_mst to_std,
231: sy_uoms_typ item_type,
232: sy_uoms_mst item_std
233: WHERE
234: from_type.um_type=from_std.um_type AND
235: from_std.um_code=l_rec_from_um AND