DBA Data[Home] [Help]

APPS.MTL_INV_VALIDATE_GRP dependencies on MTL_ITEM_LOCATIONS

Line 3324: UPDATE mtl_item_locations

3320: IF (l_debug = 1) THEN
3321: mdebug('Validate Seg CCid: '||to_char(L_new_ccid));
3322: END IF;
3323: IF NOT FND_API.to_Boolean(p_simulate) THEN
3324: UPDATE mtl_item_locations
3325: SET subinventory_code = p_subinv
3326: WHERE inventory_location_id = l_new_ccid
3327: AND organization_id = P_Organization_Id ;
3328: IF SQL%NOTFOUND THEN