DBA Data[Home] [Help]

APPS.GMIGAPI dependencies on SY_UOMS_MST

Line 203: , from_uom SY_UOMS_MST.um_code%TYPE

199: (
200: item_no IC_ITEM_MST.item_no%TYPE
201: , lot_no IC_LOTS_MST.lot_no%TYPE DEFAULT NULL
202: , sublot_no IC_LOTS_MST.sublot_no%TYPE DEFAULT NULL
203: , from_uom SY_UOMS_MST.um_code%TYPE
204: , to_uom SY_UOMS_MST.um_code%TYPE
205: , type_factor IC_ITEM_CNV.type_factor%TYPE
206: , user_name FND_USER.user_name%TYPE DEFAULT 'OPM'
207: );

Line 204: , to_uom SY_UOMS_MST.um_code%TYPE

200: item_no IC_ITEM_MST.item_no%TYPE
201: , lot_no IC_LOTS_MST.lot_no%TYPE DEFAULT NULL
202: , sublot_no IC_LOTS_MST.sublot_no%TYPE DEFAULT NULL
203: , from_uom SY_UOMS_MST.um_code%TYPE
204: , to_uom SY_UOMS_MST.um_code%TYPE
205: , type_factor IC_ITEM_CNV.type_factor%TYPE
206: , user_name FND_USER.user_name%TYPE DEFAULT 'OPM'
207: );
208: