DBA Data[Home] [Help]

APPS.GMISYUM dependencies on IC_ITEM_MST

Line 162: * ERR_UOM_ITEM_MST = Error fetching from ic_item_mst

158: * ERR_UOM_NONEW = no "to" item-specific factor found
159: * ERR_UOM_NOINV = no "INV" item-specific factor found
160: * ERR_UOM_STD_FACTOR = standard factor found == 0
161: * ERR_UOMS_NOT_FOUND = type/factor not found
162: * ERR_UOM_ITEM_MST = Error fetching from ic_item_mst
163: * **************************************************************************/
164: ERR_UOM_UNKNOWN CONSTANT NUMBER := -3350;
165: ERR_UOM_ITEM_CNV CONSTANT NUMBER := -3351;
166: ERR_UOMS_MST CONSTANT NUMBER := -3352;

Line 177: FROM ic_item_mst

173: ERR_UOM_ITEM_MST CONSTANT NUMBER := -3362;
174: ERR_LAB_CNV CONSTANT NUMBER := -3367;
175: CURSOR Cur_inv_uom IS
176: SELECT item_um
177: FROM ic_item_mst
178: WHERE item_id = V_item_id;
179: X_retvar NUMBER;
180: X_cur_um_type sy_uoms_typ.um_type%TYPE;
181: X_new_um_type sy_uoms_typ.um_type%TYPE;