DBA Data[Home] [Help]

APPS.GMISYUM dependencies on SY_UOMS_MST

Line 25: FROM sy_uoms_mst

21: * -1 Failure
22: * *****************************************************************/
23: CURSOR Cur_uom_fact IS
24: SELECT um_type,std_factor
25: FROM sy_uoms_mst
26: WHERE um_code = V_uom
27: AND delete_mark = 0;
28: BEGIN
29: OPEN Cur_uom_fact;

Line 155: * ERR_UOMS_MST = error fetching from sy_uoms_mst

151: * 1 = ok
152: * <= 0 = error
153: * ERR_UOM_UNKNOWN = unknown error
154: * ERR_UOM_ITEM_CNV = error fetching from ic_item_cnv
155: * ERR_UOMS_MST = error fetching from sy_uoms_mst
156: * ERR_UOM_CODE_FACTOR = item-specific factors found == 0
157: * ERR_UOM_NOCUR = no "from" item-specific factor found
158: * ERR_UOM_NONEW = no "to" item-specific factor found
159: * ERR_UOM_NOINV = no "INV" item-specific factor found