DBA Data[Home] [Help]

APPS.GMI_ITEM_LOT_CONV_PUB dependencies on SY_UOMS_MST

Line 40: , from_uom SY_UOMS_MST.um_code%TYPE

36: TYPE item_cnv_rec_typ IS RECORD
37: ( item_no IC_ITEM_MST.item_no%TYPE
38: , lot_no IC_LOTS_MST.lot_no%TYPE DEFAULT NULL
39: , sublot_no IC_LOTS_MST.sublot_no%TYPE DEFAULT NULL
40: , from_uom SY_UOMS_MST.um_code%TYPE
41: , to_uom SY_UOMS_MST.um_code%TYPE
42: , type_factor IC_ITEM_CNV.type_factor%TYPE
43: , user_name FND_USER.user_name%TYPE DEFAULT 'OPM'
44: );

Line 41: , to_uom SY_UOMS_MST.um_code%TYPE

37: ( item_no IC_ITEM_MST.item_no%TYPE
38: , lot_no IC_LOTS_MST.lot_no%TYPE DEFAULT NULL
39: , sublot_no IC_LOTS_MST.sublot_no%TYPE DEFAULT NULL
40: , from_uom SY_UOMS_MST.um_code%TYPE
41: , to_uom SY_UOMS_MST.um_code%TYPE
42: , type_factor IC_ITEM_CNV.type_factor%TYPE
43: , user_name FND_USER.user_name%TYPE DEFAULT 'OPM'
44: );
45: --