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: --
46: PROCEDURE Create_Item_Lot_UOM_Conv
47: ( p_api_version IN NUMBER