DBA Data[Home] [Help]

APPS.INV_VALIDATE_TROLIN dependencies on MTL_PARAMETERS

Line 352: from mtl_parameters

348: (p_trolin_rec.from_subinventory_code = p_trolin_rec.to_subinventory_code)) THEN
349:
350: SELECT nvl(stock_locator_control_code, 1)
351: into l_org_loc_control
352: from mtl_parameters
353: where organization_id = p_trolin_rec.organization_id;
354:
355: if (l_org_loc_control = 1) then
356: l_return_status := FND_API.G_RET_STS_ERROR;